Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Free Shipping Image Not Showing

    I am having trouble getting the free shipping image to show on products set for always free shipping. I am using a template from Picaflor but I have also tested in the "Classic" template and it does not show on either. I have checked the catalog>product type and everything looks good. I see the always-free-shipping.gif image in the template_default>images folder but it does not seem to be showing up.

    I also looked at the product_free_shipping.php and this is what it has:

    define('TEXT_PRODUCT_FREE_SHIPPING_ICON', zen_image(DIR_WS_TEMPLATE_IMAGES . 'always-free-shipping.gif', 'Free Shipping')); // for an image or comment out to use another

    ?>

    Looking for some insight as to why the free shipping image would not be showing?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free Shipping Image Not Showing

    Check your setting in the Catalog ... Product Type ... EDIT LAYOUT ...
    Product Free Shipping Image Status - Catalog
    Show the Free Shipping image/text in the catalog?
    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!

  3. #3
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Free Shipping Image Not Showing

    I did...Product Free Shipping Image Status- Catalog is set to Yes

  4. #4
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Free Shipping Image Not Showing

    Check your file:
    /includes/modules/product_listing.php
    /includes/modules/your_templates_dir/product_listing.php

    for the code:
    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 />' : '') : '');
    if you do not see it, try searching the file(s) for:
    TEXT_PRODUCT_FREE_SHIPPING_ICON

    and see if there is anything in the file referencing it ...
    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!

  5. #5
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Free Shipping Image Not Showing

    In my includes/modules/all_business folder there is a product_listing.php and on line 191 I see this:

    PHP 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 />' '') : ''); 

  6. #6
    Join Date
    Dec 2012
    Posts
    12
    Plugin Contributions
    0

    Default Re: Free Shipping Image Not Showing

    In both includes/modules/product_listing.php and includes/modules/all_business/product_listing.php the code is as follows on line 191 but yet I can still not get the image to show for items offering free shipping

    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 />' : '') : '');
    Any ideas?

 

 

Similar Threads

  1. Replies: 3
    Last Post: 7 Dec 2014, 03:15 PM
  2. v139h Product FREE Shipping IMAGE not showing up on Main & Product Page:
    By rlexyd in forum Templates, Stylesheets, Page Layout
    Replies: 43
    Last Post: 29 Jan 2013, 05:42 AM
  3. v139a Free Shipping Image showing twice on Cart page
    By Mickmo68 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 25 Jan 2013, 04:30 AM
  4. Free Shipping Options not showing up
    By jdm719 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 12 Jan 2011, 10:36 PM
  5. Free shipping should NOT be showing!
    By rstevenson in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 16 Sep 2007, 02:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg