Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2014
    Location
    hamilton, ohio
    Posts
    100
    Plugin Contributions
    0

    Default How to stop the free shipping image from displaying in results...

    Hello. I was wondering if anyone knew how to stop the free shipping image from displaying in the results, like if you select a category or search for something, etc. I would still like the image to be displayed on the product page, as this is the landing page for things like google shopping and I think it is important that potential customers know the shipping is free. But it seems annoying with so many free shipping pictures in the results, mainly because all my products are free shipping.

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

    Default Re: How to stop the free shipping image from displaying in results...

    Using your templates and overrides, you can customize the file:
    /includes/modules/product_listing.php

    And add the code in RED:
    Code:
            $the_button = $lc_button;
            $products_link = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . ( ($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : $_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id'])) . '&products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';
            $lc_text .= '<br />' . zen_get_buy_now_button($listing->fields['products_id'], $the_button, $products_link) . '<br />' . zen_get_products_quantity_min_units_display($listing->fields['products_id']);
            $lc_text .= '<br />' . (false && 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 />' : '') : '');
    
            break;
            case 'PRODUCT_LIST_QUANTITY':
    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. v139h How do I stop products from displaying when no picture is available?
    By dpmark in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Apr 2012, 09:34 AM
  2. How can I stop header image from displaying when using send Email tool?
    By sperdie in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 18 Mar 2010, 11:49 AM
  3. How do I stop this from displaying?
    By evil turinp in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 Aug 2009, 10:46 PM
  4. how can i stop the produt description from wraping around image
    By pisapona in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 4 Apr 2008, 07:54 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