Re: Printable Price list :: support thread
ok when I turn on the boxes I can select a category now......the small categories work fine but the large categories with lots of sub cats now fails to a blank screen.....strange I don't get the memory error anymore. If the mod would list the sub-cats I could probably get around the issue.
The only other issue would be the price display. Our entire catalog is price by attribute......I don't want to display all of the attributes I only want to display "starting at" price. How difficult would it be to borrow the code that is used for that display on the product info page and use it here?
Re: Printable Price list :: support thread
Another thought would be, how to remove the price block? We would use it this way and send it out to our wholesale customers to put out on the counter for their customers to browse through and the wholesale customers would not want their customers know what they pay for the cross stitch charts.
Re: Printable Price list :: support thread
Quote:
Originally Posted by
barco57
Another thought would be, how to remove the price block?
That's something that I had planned, but never got to. It's not difficult though, I just need some time spare to release a new version (and must not forget to make the price optional then).
About the memory issue (on shops with thousands of products): I would like to look into this further, and I do have several ideas, but I am afraid it would take much more time than is wise for me to spend on it a.t.m......
Re: Printable Price list :: support thread
I've spent a couple of hours on this now and have read through all 22 pages looking for what I have done wrong
I have 1.3.7 and trying to install this module version 1.4.1
I believe I have followed the directions correctly - but when I go to
http://www.kwmagic.com/index.php?main_page=pricelist
I get this error:
Fatal error: Call to undefined function: display_price_nosymbol() in /home/kwmagicc/public_html/includes/modules/pages/pricelist/header_php.php on line 574
any insight appreciated
thanks
phil
Re: Printable Price list :: support thread
Hi Phil,
it looks like you somehow do not have 1.4.1, but you have an older version (which required some manual core code changes). Version 1.4.1 does not make any call to a function display_price_nosymbol(), so it can not throw that error!
The latest stable version (currently 1.4.1) is the uppermost download at:
http://www.zen-cart.com/index.php?ma...roducts_id=276
Re: Printable Price list :: support thread
Thanks for the reply Paul,
I definetly have the latest version. Tried uninstalling and downloading and re-installing.
I wonder if the there are remnants of the old version from before the upgrade to 1.3.7 ?
Re: Printable Price list :: support thread
I have made some progress ... downloaded an older version and used the remove script.
Re: Printable Price list :: support thread
When I try to print I now get a page saying Profile does not exist... and the profiles are gone from the admin.configuration section.
Tried running the script for 1.4.1 get the profiles back but when I go to print the pricelist page I am back to the same error Function display error again.
hmmmmmmm....
Re: Printable Price list :: support thread
Quote:
Originally Posted by
phlipper
I definetly have the latest version.
I just (re)downloaded 1.4.1 and it *certainly* does not call display_price_nosymbol(), the whole set of files does not even contain a string "display_price_nosymbol".
So you *must* have an old version installed. Maybe you are trying to upgrade from an older version, but are not overwriting the old files? Also your ftp programm might mess things up for you.
Re: Printable Price list :: support thread
Quote:
Originally Posted by
phlipper
Tried running the script for 1.4.1 get the profiles back but when I go to print the pricelist page I am back to the same error Function display error again.
hmmmmmmm....
Can you upload the 1.4.1 zip file you have to this thread? So I can take a look at it?