Zen Cart Logo
Forums / All Other Contributions/Addons / Add printable pricelist to reports

Add printable pricelist to reports

Locked

Views: 1,539

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Oct 2006, 6:35 PM
#1
ghgarcia avatar

ghgarcia

New Zenner

Join Date:
Sep 2006
Posts:
34
Plugin Contributions:
0

Add printable pricelist to reports

Hi,
I've installed the printable pricelist and would like to add it to the reports dropdown in the Admin Section.

Any help would be greatly appreciated.

Thanks,

12 Oct 2006, 4:31 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Add printable pricelist to reports

You would put the menu instructions in a new file:
/admin/includes/boxes/extra_boxes/xxxxxx_reports_dhtml.php

Chances are that the contribution already contained some updates to a default file:
/admin/includes/boxes/xxxxxxx_dhtml.php
which should be moved into a new file, as suggested above.

12 Oct 2006, 7:44 AM
#3
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Add printable pricelist to reports

DrByte:

Chances are that the contribution already contained some updates to a default file:
/admin/includes/boxes/xxxxxxx_dhtml.php
which should be moved into a new file, as suggested above.Actually the printable pricelist does not have an admin link (if we are talking about the same contrib). Mainly because it's created as a catalog side contribution, but I like the idea of adding an admin link. I will add it to a next update.

I even had plans to rewrite it as admin contribution, but due to a lack of spare time I probably won't.

Hmmm... while writing this I suddenly realize that I don't need to rewrite it! Using the customer discount groups it would probably be quite easy to show the pricelist only to customers that belong to a choosen cutomer discount group.... And that's probably even better than rewriting it for the admin only. :-)