Results 1 to 10 of 14

Hybrid View

  1. #1
    Join Date
    Dec 2009
    Location
    Texas
    Posts
    2
    Plugin Contributions
    0

    Default Re: Free shipping - disable other option

    got it.

    disable modules > shipping > free shipping options

    enable modules > shipping > flat rate

    enable modules > order total > shipping > allow free shipping

    and set the minimum for free shipping there.

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

    Default Re: Free shipping - disable other option

    Thanks for the update on what you used that worked 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!

  3. #3
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Free shipping - disable other option

    I have installed the addon:
    Cart Sidebox with Free Shipping Qualifier and Checkout Button Free Shipping Qualifier version 1.1

    If I do in this way, This addon won't work proprely.

    My configuration is:

    module>Free Shipping Options> enabled, Total =>60.00
    module>FREE SHIPPING!> enabled
    module>Zone Rates> enabled

    module>Order Total>Shipping enabled, Allow free shipping false, free shipping over 60.

    When I set the allow free shipping to yes, I get positive result for my question, but the count down in the sidebox won't work anymore. ( Add 20EUR to cart for free shipping)

    Any suggestions?



    Thank you bouth!
    I love internet and the power of information... Best Wishes!!

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

    Default Re: Free shipping - disable other option

    If you want NO shipping modules to show when the order is >= 60, then turn on the Modules ... Order Total ... Shipping ot_shipping and set the Free Shipping on orders over 60 ...

    This means you would not need the Free Shipping Options freeoptions shipping module to be installed as it will never trigger at 60, and should be removed ...
    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
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Free shipping - disable other option

    To work the addon: Cart Sidebox with Free Shipping Qualifier and Checkout Button Free Shipping Qualifier version 1.1, need the
    module>Order Total>Shipping> Allow free shipping to be set to false, free shipping over 60.

    Can we change the addon settings?


    Thank's in advance!
    I love internet and the power of information... Best Wishes!!

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

    Default Re: Free shipping - disable other option

    Afraid I haven't a clue ... I don't use the Add On ...
    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
    Nov 2009
    Posts
    6
    Plugin Contributions
    0

    Default Re: Free shipping - disable other option

    Quote Originally Posted by Jeet Kune Do View Post

    Can we change the addon settings?

    Thank's in advance!
    To get other shipping options to become available to your shoppers with the Free Shipping Sidebox mod, search in \includes\templates\YOUR TEMPLATE\sideboxes\tppl_shopping_cart.php for:

    PHP Code:
      $free_ship_on MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
      
      if (
    $free_ship_on == 'true') { 
    and replace it with:

    PHP Code:
      $free_ship_on MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
      
      if (
    $free_ship_on == 'false') { 
    In addition, you'll need to go to your admin, select Modules > Order Total, edit ot_shipping and set 'allow free shipping' to false.

    From what I've seen, this will still enable the free shipping text in the sidebox, but when you begin checkout, you will see the free shipping option as well as any other shippers (at least USPS shows, that's all I use).

  8. #8
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Free shipping - disable other option

    I done it vice-versa, becuase I need to display only the free shipping option, when is qualifayed.


    Quote Originally Posted by jdowns1 View Post
    To get other shipping options to become available to your shoppers with the Free Shipping Sidebox mod, search in \includes\templates\YOUR TEMPLATE\sideboxes\tppl_shopping_cart.php for:

    PHP Code:
      $free_ship_on MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
      
      if (
    $free_ship_on == 'true') { 
    and replace it with:

    PHP Code:
      $free_ship_on MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
      
      if (
    $free_ship_on == 'false') { 
    In addition, you'll need to go to your admin, select Modules > Order Total, edit ot_shipping and set 'allow free shipping' to false.

    From what I've seen, this will still enable the free shipping text in the sidebox, but when you begin checkout, you will see the free shipping option as well as any other shippers (at least USPS shows, that's all I use).
    Thank's a lot!
    I love internet and the power of information... Best Wishes!!

  9. #9
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Free shipping - disable other option

    Quote Originally Posted by scirceo View Post
    got it.

    disable modules > shipping > free shipping options

    enable modules > shipping > flat rate

    enable modules > order total > shipping > allow free shipping

    and set the minimum for free shipping there.
    Thanks, that just solved my problem. (other shipping options were still showing even when free shipping had qualified.)

  10. #10
    Join Date
    Nov 2008
    Location
    Slovenija
    Posts
    119
    Plugin Contributions
    0

    Default Re: Free shipping - disable other option

    Thank you so much!!!

    This community is great!
    I love internet and the power of information... Best Wishes!!

 

 

Similar Threads

  1. v154 Free Shipping to Disable Showing Option for Paid Shipping
    By Bob La Londe in forum Built-in Shipping and Payment Modules
    Replies: 8
    Last Post: 21 Feb 2016, 05:59 PM
  2. v139h Free shipping option, disable one other shipping option
    By stylenote in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 21 Jul 2012, 09:56 PM
  3. Replies: 2
    Last Post: 12 Mar 2011, 02:40 PM
  4. Replies: 41
    Last Post: 27 Feb 2011, 01:01 AM
  5. Replies: 5
    Last Post: 10 Sep 2010, 01:50 AM

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