Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    190
    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
    64,665
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    190
    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
    64,665
    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.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

 

 

Similar Threads

  1. Disable Ground when offering Free Shipping and alternative shipping options
    By gabe8496 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 8 Aug 2010, 06:41 PM
  2. How to show Free Shipping AND other shipping options?
    By LRS in forum Built-in Shipping and Payment Modules
    Replies: 12
    Last Post: 20 Jul 2010, 08:25 PM
  3. How to hide all other shipping options when an order is eligible for free shipping?
    By shirster in forum Built-in Shipping and Payment Modules
    Replies: 16
    Last Post: 3 Feb 2010, 05:41 AM
  4. Can free shipping override other shipping options?
    By UVBoy in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 5 Jan 2008, 10:29 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
  •