1.3.9
Is it possible to display the Featured Products in the Product Info detail (for one product) -below- the product detail?
If so, how?
TIA,
---JC
1.3.9
Is it possible to display the Featured Products in the Product Info detail (for one product) -below- the product detail?
If so, how?
TIA,
---JC
Bump. Anyone?
I want to have the Featured Products appear -below- the Product Info.
Also, can the Featured Products appear below the Shopping Cart?
TIA,
---JC
You could add this to your templates and overrides for the tpl_product_info_display.php
Code:<!--bof Featured --> <?php require($template->get_template_dir('tpl_modules_featured_products.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_featured_products.php'); ?> <!--eof Featured -->
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!
Schweet! It seems so simple... I'm just always nervous about 'experimenting' with things like this.. even if it seems obvious.
My only follow-up is this: I'm assuming that stuff like this will get overwritten when we upgrade to the next big release. Are there tools to track what has been changed... and to manage these changes during upgrades? Or does one simply have to keep a hand-written list?
Thanks!
---JC
Just be sure to check your templates and overrides to the original code for an upgrade to see if you need to make changes/merge etc.
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!