I want to turn on the free shipping icon on the product page only. Please show me how to turn off the free shipping icon on the product listing or else. Thanks so much for your help.
I want to turn on the free shipping icon on the product page only. Please show me how to turn off the free shipping icon on the product listing or else. Thanks so much for your help.
Turn it on in the Catalog ... Product Types ... and click the EDIT LAYOUT button:
Usually, you can use just the switch for this, but you want it to work one way on the listing and another on the product _info so the switch will not help you ...Product Free Shipping Image Status - Catalog
Show the Free Shipping image/text in the catalog?
Using your templates and overrides, you can customize the:
/includes/modules/product_listing.php
and change the line:
so that you do not see it in the Product Listing ...Code:$lc_text .= '<br />' . (zen_get_show_product_switch($listing->fields['products_id'], 'ALWAYS_FREE_SHIPPING_IMAGE_SWITCH') ? (zen_get_product_is_always_free_shipping($listing->fields['products_id']) ? TEXT_PRODUCT_FREE_SHIPPING_ICON . '<br />' : '') : '');
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!
Thank you very much!