Results 1 to 7 of 7
  1. #1
    Join Date
    May 2008
    Location
    Louisiana
    Posts
    18
    Plugin Contributions
    0

    Default Make entire order free shipping if one item is free shipping

    I apologize if this has been asked before but I couldn't find it anywhere.

    I have some items free shipping and some not. Is there some way to tell ZC that if one item is free shipping, the whole order is free shipping?

    For example, I might have a $150 item that I offer free shipping. If a customer adds a $10 widget to the order, they're charged shipping on the widget. I'd like to make that whole order free shipping and I can't do it with the order total option because I also have some $150 items that aren't free shipping.

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

    Default Re: Make entire order free shipping if one item is free shipping

    What shipping modules do you have installed at this time?
    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: v1.5.5]
    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
    Mar 2008
    Location
    Foster City (Silicon Valley), CA, USA
    Posts
    9
    Plugin Contributions
    0

    Default Re: Make entire order free shipping if one item is free shipping

    I have exactly the same problem. Our shipping costs are based on product weight. When the customer has a mixed order of free-shipping and not-free-shipping products, estimator takes the weight of all products (free and not-free) while calculating rates. Any suggestions to make the entire order free-shipping including the estimator will be helpful.

    We have UPS and USPS shipping modules installed.
    Atul Apte
    www.ayurfoods.com
    A happy Zen Cart user

  4. #4
    Join Date
    May 2008
    Location
    Louisiana
    Posts
    18
    Plugin Contributions
    0

    Default Re: Make entire order free shipping if one item is free shipping

    Thanks Linda. You always come to my rescue.

    I currently have:
    Flat Rate
    Free Shipping Options
    FREE SHIPPING!
    United Parcel Service upsxml

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

    Default Re: Make entire order free shipping if one item is free shipping

    This is a long version of how to test the qty for Always Free Shipping that is in the cart to disable the flat.php shipping module:
    Code:
          // disable only when entire cart is free shipping
          if (zen_get_shipping_enabled($this->code)) {
              $this->enabled = ((MODULE_SHIPPING_FLAT_STATUS == 'True') ? true : false);
          }
    
          // test contents for Cases
           global $cart;
            $skip_free = false;
            $chk_case = 0;
    
            if (IS_ADMIN_FLAG == false) {
              $chk_case = $_SESSION['cart']->in_cart_check('product_is_always_free_shipping', 1);
              if ($chk_case > 0) {
                $skip_free = true;
              }
            }
    //echo 'Qty Always Free Shipping: ' . $chk_case . '<br>';
          // disable for 1 or more Always Free Shipping in cart
          if ((IS_ADMIN_FLAG == false && $skip_free)) {
              $this->enabled = false;
          }
    You can use this to enable or disable modules based on the results ...
    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: v1.5.5]
    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!

  6. #6
    Join Date
    May 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Make entire order free shipping if one item is free shipping

    does the newest zen cart version have this feature? Or anybody else tested the above script does it work well?

    Thanks.

  7. #7
    Join Date
    Mar 2005
    Posts
    70
    Plugin Contributions
    0

    Default Re: Make entire order free shipping if one item is free shipping

    i am having issues getting this to work, if i add something to the cart that has free shipping its fine , free shipping displays but if i add another item that does'nt have free shipping i get

    Not Available At This Time
    Sorry, We are not able to ship outside the US at this time.
    Please contact us for alternate arrangements.


    i am adding the snippet to table,table2 and table3 modules.

    using zen-cart 1.3.9h, also using fec with ajax

    any help would be appreciated.

    thanx

 

 

Similar Threads

  1. v154 Free Shipping coupon for 1 item makes all shipping free
    By Phil S in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 15
    Last Post: 7 Jun 2016, 11:29 PM
  2. v154 Free shipping item triggers all else in cart to be free shipping
    By avansant in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 25 May 2016, 04:20 PM
  3. Replies: 2
    Last Post: 12 Mar 2011, 02:40 PM
  4. Free shipping on one item in USA and with purchase of another item
    By jendera in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 30 Dec 2009, 01:00 AM
  5. Free shipping item weight calculated wrongly for non valid free shipping zone
    By firehorse in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 28 Oct 2006, 05:39 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR