I tried changing from products_description to other fields, like products_price, and so far every field works correctly except products_description. I know descriptions are stored in a separate table. Could that be the problem?
I tried changing from products_description to other fields, like products_price, and so far every field works correctly except products_description. I know descriptions are stored in a separate table. Could that be the problem?
Apparently I didn't search well enough before posting this! You answered the same question a few months ago (http://www.zen-cart.com/forum/showthread.php?t=63857) and while the zen_products_lookup isn't working, another function you mentioned - zen_get_products_description - works just fine! So THANK YOU for your help -- both now and in the original post!![]()
Use this instead ...
PHP Code:<?php echo zen_get_products_description($product['id']); ?>
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
yes that is the one ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!