Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1
    Join Date
    Dec 2005
    Posts
    152
    Plugin Contributions
    0

    cart error Free Shipping offered even though all free modules switched off!

    I used to offer free shipping for orders over £35. I'd now like to drop that offer and have disabled the option but my shopping cart refuses! It still stubbonly offers free shipping.

    I've tried disabling both "free options" and "freeshipper" or running them but stating Do I want to offer free shipping with "false" but it doesn't work.

    Is there an errant file I need to delete or override?

    Knowledgeable answers or wild guesses welcome (please state which you're submitting!!)

  2. #2
    Join Date
    Oct 2004
    Location
    Southport, UK
    Posts
    4,244
    Plugin Contributions
    20

    Default Re: Free Shipping offered even though all free modules switched off!

    How about a knowledgeable guess?

    admin > configuration > shipping/packaging you'll find Order Free Shipping 0 Weight Status probably set to 1 and you've not been entering weights for your products?
    Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
    20 years with Zencart !

  3. #3
    Join Date
    Dec 2005
    Posts
    152
    Plugin Contributions
    0

    Default Re: Free Shipping offered even though all free modules switched off!

    Sadly that's not the answer.

  4. #4
    Join Date
    Mar 2006
    Posts
    25
    Plugin Contributions
    0

    Idea or Suggestion Re: Free Shipping offered even though all free modules switched off!

    [QUOTE=Bryony;336346]I used to offer free shipping for orders over £35. I'd now like to drop that offer and have disabled the option but my shopping cart refuses! It still stubbonly offers free shipping.

    I've tried disabling both "free options" and "freeshipper" or running them but stating Do I want to offer free shipping with "false" but it doesn't work.
    /QUOTE]

    Reasonably Knowledgeable Guess.

    I had the same problem. I still don't have shipping set the way I want it, but:

    I was showing free shipping in the shopping cart side box, either offering it or telling the user that they could order more stuff and get it.

    The answer is in the Admin Section under "Order Total" in the Modules menu.

    Select the Shipping module.

    Either 'REMOVE" the module all together, which kills the message in the shopping cart sidebox outright, or;

    Set the "Allow free Shipping" to TRUE, which, paradoxically, will turn off the function. If this module is enabled, then the sense of the "Allow Free Shipping" flag is reversed. If you set it to FALSE it WILL display the free shipping. If you set it to TRUE it WILL NOT. I believe this is a bug and am looking into the code to see if I can reverse the behavior.

    At least that is the case on my system ZC v1.3.7 with the SuperOrders package and some other extensions installed.

    Go figure.

    Your mileage may vary.

    Larry

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

    Default Re: Free Shipping offered even though all free modules switched off!

    What shipping modules are you using?

    Make sure you only have installed the modules you use and if not using something, click the Remove button so it is not installed ...

    Have you an URL that we can peek at that would show a Product that is coming up with Free Shipping that you do NOT have set for Free Shipping?
    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!

  6. #6
    Join Date
    Mar 2006
    Posts
    25
    Plugin Contributions
    0

    bug Re: Free Shipping offered Bug Report - Fix

    OK, Zenners, here's a patch to make the sidebox say the right thing:

    Go find the file:

    catalog/includes/templates/[your_style]/sideboxes/tpl_shopping_cart.php

    go to line 53 which should read:

    if ($free_ship_on == 'false') {

    Change it to read:

    if ($free_ship_on == 'true') {

    and save.

    This will get the sidebox to display the free shipping only if it is enabled.

    Larry

  7. #7
    Join Date
    Dec 2005
    Posts
    152
    Plugin Contributions
    0

    Default Re: Free Shipping offered even though all free modules switched off!

    My issue isn't with a sidebox, simply that the cart is offering free shipping on orders over £35 during the checkout process.

    Well, I've tried:

    • "removing" the module
    • "enabling" the module setting it to false
    • "enabling" the module setting it to true (no data)
    • changing the order of the modules
    • deleting the freeoptions file from includes/modules/shipping and includes/languages/english/modules/shipping/
    • overwriting the files from 1.3.5

    In all cases the free shipping still exists as an option!


  8. #8
    Join Date
    Dec 2005
    Posts
    152
    Plugin Contributions
    0

    Default Re: Free Shipping offered even though all free modules switched off!

    http://www.shaggydogcrafts.com/index...roducts_id=489

    This product is not supposed to offer free shipping. It has a weight of 4.08kg and is over £35

    I am running MZMT which worked yesterday. I would also like to offer free downloads (virtual items with no weight) but for the sake of this error have disabled anything free.

    It hasn't helped... Orders over £35 are still offered free.
    Last edited by Bryony; 1 Mar 2007 at 09:11 AM.

  9. #9
    Join Date
    Mar 2006
    Posts
    25
    Plugin Contributions
    0

    customer issue Re: Free Shipping offered even though all free modules switched off!

    Well, this may sound obvious as a rock, but just in case..

    ...have you tried flushing the cache on the browser?

    I have on occasion been trying to debug behavior that was stuck in the browser cache. I doubt this is the case, but it's worth making sure.

    Larry

  10. #10
    Join Date
    Dec 2005
    Posts
    152
    Plugin Contributions
    0

    help question Re: Free Shipping offered even though all free modules switched off!

    I got all excited when I read your suggestion - it wouldn't be the first time I'd been caught out with that one... but it didn't work this time

    Got any more ideas?

 

 
Page 1 of 2 12 LastLast

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. v151 Only Free Shipping shipment method showing in store even though that one is disabled
    By Eldridge in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 29 Mar 2014, 11:29 PM
  4. Can I set up Retail all free shipping, Wholesale free shipping >$500 ?
    By GTHENRY in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 19 Aug 2010, 10:34 PM
  5. cart offered FREE shipping when that module is uninstalled?
    By ncflanagan in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 24 May 2010, 03:55 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