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.
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 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!
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!!
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!
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!!
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!
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:
and replace it with:PHP Code:$free_ship_on = MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
if ($free_ship_on == 'true') {
In addition, you'll need to go to your admin, select Modules > Order Total, edit ot_shipping and set 'allow free shipping' to false.PHP Code:$free_ship_on = MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING;
if ($free_ship_on == '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 you so much!!!
This community is great!
I love internet and the power of information... Best Wishes!!