Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Dec 2010
    Posts
    44
    Plugin Contributions
    0

    Default always free shipping icon not shown on index page

    hi,

    i have set some of the products to always free shipping.
    the free shipping icon showed in the category product listing page but NOT in the index page (main page) (featured listing, new listing, special listing).

    could anyone help? i have gone through few times the configuration and can't find any switch for this.

    thank you.

  2. #2
    Join Date
    Dec 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: [problem] always free shipping icon not shown on index page

    does anyone got an idea?
    thank you

  3. #3
    Join Date
    Dec 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: [problem] always free shipping icon not shown on index page

    hi

    could anyone help?
    thank you.

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

    Default Re: [problem] always free shipping icon not shown on index page

    Have you tried going to Catalog ... Product Types ... 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!

  5. #5
    Join Date
    Dec 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: [problem] always free shipping icon not shown on index page

    Quote Originally Posted by Ajeh View Post
    Have you tried going to Catalog ... Product Types ... EDIT LAYOUT ...
    yes i have gone through that
    Product Free Shipping Image Status - Catalog
    all set to 1

    but there is still no free shipping icon shown on the main page
    thank you.

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

    Default Re: [problem] always free shipping icon not shown on index page

    When you say on the Main Page ... are you referring to the Center Boxes and Side boxes?
    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!

  7. #7
    Join Date
    Dec 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: [problem] always free shipping icon not shown on index page

    thanks for your help. it's center boxes.
    may i know which PHP file govern the main page center boxes free shipping icon?
    i will go and check if the code was being overridden. thank you

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

    Default Re: always free shipping icon not shown on index page

    The Center Boxes are located in the:
    /includes/modules

    example:
    /includes/modules/featured_products.php

    You can use your templates and overrides to customize this:
    /includes/modules/your_template_dir/featured_products.php

    and add the Free Shipping Icon if you want to see it ...

    One method to change the code to show the Free Shipping icon in the Featured Products Centerbox is to use:
    Code:
        $list_box_contents[$row][$col] = array('params' =>'class="centerBoxContentsFeatured centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"',
        'text' => (($featured_products->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' : '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . $productsInCategory[$featured_products->fields['products_id']] . '&products_id=' . $featured_products->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $featured_products->fields['products_image'], $featured_products->fields['products_name'], IMAGE_FEATURED_PRODUCTS_LISTING_WIDTH, IMAGE_FEATURED_PRODUCTS_LISTING_HEIGHT) . '</a><br />') . '<a href="' . zen_href_link(zen_get_info_page($featured_products->fields['products_id']), 'cPath=' . $productsInCategory[$featured_products->fields['products_id']] . '&products_id=' . $featured_products->fields['products_id']) . '">' . $featured_products->fields['products_name'] . '</a><br />' . $products_price . '<br>' . (zen_products_lookup($featured_products->fields['products_id'], 'product_is_always_free_shipping') ? TEXT_PRODUCT_FREE_SHIPPING_ICON : ''));
    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!

  9. #9
    Join Date
    Dec 2010
    Posts
    44
    Plugin Contributions
    0

    Default Re: always free shipping icon not shown on index page

    Ajeh,

    thank you very much. problem solved. works perfectly. thank you again for your great help.

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

    Default Re: always free shipping icon not shown on index page

    You are most welcome ... thanks for the update that this is working for you ...
    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!

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. 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
  2. v139h free shipping icon not working/displaying
    By kitcorsa in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Mar 2013, 11:55 AM
  3. Free shipping icon not displayed?
    By Lissy in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 1 Oct 2009, 02:39 PM
  4. always free shipping icon in featured/special on the main page
    By Jerry5763837 in forum General Questions
    Replies: 10
    Last Post: 10 Mar 2009, 05:00 AM
  5. Free shipping icon not showing up
    By Zaki in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 24 Jun 2008, 06:42 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