Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Free Shipping --- Your available shipping options have changed

    This is a new install of 1.5 using the test store items. No modifications.

    Shipping modules: freeshipper (sort order 0) & zones (sort order 10)

    Order total modules: ot_shipping set to Allow Free Shipping - true; Free Shipping For Orders Over - $60.00; Provide Free Shipping For Orders Made - both

    Add items to your cart so the total is over the amount set for free shipping.

    Begin checkout - proceed past step one

    Go back to checkout Step 1 of 3 - Delivery Information

    A big red alert appears: Your available shipping options have changed. Please re-select your desired shipping method.

    This alert did not happen in 1.39.

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

    Default Re: Free Shipping --- Your available shipping options have changed

    This is not exactly a bug, but rather an undesirable test that the Free Shipping on the ot_shipping triggers ...

    You can avoid that message by changing the code in the file:
    /includes/modules/pages/checkout_shipping/header_php.php

    Code:
        $checkval = (is_array($_SESSION['shipping']) ? $_SESSION['shipping']['id'] : $_SESSION['shipping']);
        if (!in_array($checkval, $checklist) && $_SESSION['shipping']['id'] != 'free_free') {
          $messageStack->add('checkout_shipping', ERROR_PLEASE_RESELECT_SHIPPING_METHOD, 'error');
        }
    NOTE: this is not an ideal solution as there could be customizations made where things on checkout_payment or checkout_confirmation might make the Free shipping from the Shipping ot_shipping invalid and then one would want the message ...
    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 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Free Shipping --- Your available shipping options have changed

    Thanks - that code change well for me.

    I get nervous when I see those red alerts, and I imagine my customers might get nervous too. Maybe a yellow alert with the wording - "Your available shipping options **may** have changed"

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

    Default Re: Free Shipping --- Your available shipping options have changed

    For that you could change the messageStack to:
    Code:
          $messageStack->add('checkout_shipping', ERROR_PLEASE_RESELECT_SHIPPING_METHOD, 'caution');
    and change the define for:
    ERROR_PLEASE_RESELECT_SHIPPING_METHOD
    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!

 

 

Similar Threads

  1. v151 Your available shipping options have changed. Please re-select your desired shipping
    By sgallasch in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 28 Jan 2019, 10:36 PM
  2. Free shipping on order total, problems when some items already have free shipping
    By birdmag in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 10 Nov 2010, 09:18 PM
  3. Disable flat rate shipping when free shipping available
    By kazie in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 6 Oct 2009, 09:59 PM
  4. Disable Sorry. Free Shipping not available in your area.
    By marleyman in forum Built-in Shipping and Payment Modules
    Replies: 3
    Last Post: 9 Oct 2008, 08:35 PM
  5. Shipping option only shows as free shipping - i want all options
    By RomanSon3625 in forum Addon Shipping Modules
    Replies: 8
    Last Post: 14 Nov 2007, 04:13 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