Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2009
    Posts
    6
    Plugin Contributions
    0

    Default Free Shipping Image

    I have been struggling with the display of the Free Shipping image/icon. I have one storefront that has been up for a year and I am trying to duplicate the same look and feel in another store. On the original store I am displaying the Free Shipping image only on the product detail page and not in the product listing. If I have exactly the same admin settings and product settings in the second store but the image does not show up at all. If I go to Product Type Info Page Layout options :: Product - General - Product Free Shipping Image Status - Catalog and set it to Yes then I get the Free Shipping image on both my product listing (which I do not want) and the product detail page (which is what I want). I did modify the gif file in my original store to read "Shipping Included" rather than Free Shipping but no other mods have been done with respect to Shipping.

    This is original store and is OK.

    s n e a k y p e t e.us/index.php?main_page=index&cPath=66

    s n e a k y p e t e.us/index.php?main_page=product_info&cPath=66&products_id=269&zenid=1d767088ecfbb4e3 475423bbcb7b3ec7

    New store:

    d o u b l e r e d l o t t e r y.com/index.php?main_page=index&cPath=2

    d o u b l e r e d l o t t e r y.com/index.php?main_page=product_info&cPath=2&products_id=5



    Both sites Ver. 1.3.8a

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

    Default Re: Free Shipping Image

    You can turn off the Free Shipping icon for the listings in the Catalog ... Product Type ... EDIT LAYOUT
    Product Free Shipping Image Status - Catalog
    Show the Free Shipping image/text in the catalog?
    But this will turn it OFF on the product _info page as well ...

    However, you can customize the code that would display it on the template file with your templates and overrides for the tpl_product_info_display.php
    Code:
    <!--bof free ship icon  -->
    <?php if(zen_get_product_is_always_free_shipping($products_id_current) && $flag_show_product_info_free_shipping) { ?>
    <?php
    $chk_product_is_always_free_shipping = '<br>' . (zen_products_lookup($products_id_current, 'product_is_always_free_shipping_cad') ==0 ? 'US/CAD' : 'US ONLY');
    ?>
    <div id="freeShippingIcon"><?php echo TEXT_PRODUCT_FREE_SHIPPING_ICON . $chk_product_is_always_free_shipping; ?></div>
    <?php } ?>
    <!--eof free ship icon  -->
    and change that to still show 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!

 

 

Similar Threads

  1. Replies: 3
    Last Post: 7 Dec 2014, 03:15 PM
  2. v139h Free shipping to just 1 country using free shipper and Yes, Always Free Shipping
    By boomy in forum Built-in Shipping and Payment Modules
    Replies: 9
    Last Post: 20 Oct 2014, 01:43 AM
  3. Replies: 4
    Last Post: 4 Jun 2010, 05:20 AM
  4. free shipping image on
    By zas in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 13 Dec 2007, 07:10 PM
  5. Normal Shipping Rules (Cancels out Free Shipping Image)
    By haredo in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 24 May 2006, 08:39 PM

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