What is the simplest method to providing free shipping for orders greater than $100?
Im a minor code monkey so I can carve my own path, but would hate to waste my time if a MOD (or if the current software) already does it.
Thanks in Advance.
What is the simplest method to providing free shipping for orders greater than $100?
Im a minor code monkey so I can carve my own path, but would hate to waste my time if a MOD (or if the current software) already does it.
Thanks in Advance.
You can do this in:
Admin/modules/shipping
Change it to be free if order total is over $100
Hope that helps
Pete
FORUM:
# a public meeting or assembly for open discussion
#An online discussion group, where participants with common interests can exchange open messages.
# a public facility to meet for open discussion
hmm.. I cant seem to get it to work.
Their is the "FREE SHIPPING MODULE"..... for it I have;
FREE SHIPPING
Enable Free Shipping
True
Free Shipping Cost
100
Handling Fee
0
Tax Class
--none--
Shipping Zone
Australian Zones
Sort Order
0
But it doesnt seem to work.. ?_?
Any ideas?
Oddly when I "Remove" that module I get an error at the top of the page?
"Warning Shipping Configuration errors!
Warning: 0 weight is configured for Free Shipping and Free Shipping Module is not enabled"
Goto admin/modules/order total
There you can set the free shipping for order totals over a certain amount, that should work fine.
Pete
FORUM:
# a public meeting or assembly for open discussion
#An online discussion group, where participants with common interests can exchange open messages.
# a public facility to meet for open discussion
You just set the Free Shipping Module to charge $100Originally Posted by Access
To add Free Shipping on Order Totals >= $100.00 be sure to use the Modules ... Order Totals ... Shipping ... and enable the Free Shipping and set the amount to $100 in there ...Free Shipping Cost
100![]()
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!
Ahhh I see... the module in Order Totals... not Shipping..... Got it.
I am also trying to get free shipping < $100 to work. When I set [admin-modules-shipping-free shipping options ] like so
Enable Free Options Shipping
True
Shipping Cost
0.00
Handling Fee
0
Total >=
100.00
Total <=
Weight >=
Weight <=
Item Count >=
Item Count <=
Tax Class
--none--
Tax Basis
Shipping
Shipping Zone
--none--
Sort Order
1
I do not get free shipping in my checkout as an option if the total is > $100.
I followed this thread and looked into [admin-modules-order totals]
and I get this
Fatal error: Call to a member function on a non-object in /home/outdoors/public_html/catalog/includes/modules/order_total/ot_gv.php on line 29
Modules Sort Order Action
COD Fee ot_cod_fee
Discount Coupon ot_coupon Info
Group Discount ot_group_pricing Info
This is the line referred to:
$this->checkbox = $this->user_prompt . '<input type="textfield" size="6" onchange="submitFunction()" name="cot_gv" value="' . number_format($_SESSION['cot_gv'], 2) . '" onfocus="if (this.value == \'' . number_format($_SESSION['cot_gv'], 2) . '\') this.value = \'\';" />' . ($this->user_has_gv_account($_SESSION['customer_id']) > 0 ? '<br />' . MODULE_ORDER_TOTAL_GV_USER_BALANCE . $currencies->format($this->user_has_gv_account($_SESSION['customer_id'])) : '');
Can someone please help.
Thanks
I'm not even sure that I have ever had to post here because I can always find my answers. Even if it takes a few hours I can find it without having to ask.
Anyways. I just wanted to say thanks for THIS particular post. This was driving me crazy. Apparently zen cart is set to default on free shipping for over $100 now. I was going through shipping modules, configuration settings, etc etc and was about to go insane.
This post finally put a stop to free shipping for me.
Anyways. Thanks very much for the information
There is nothing in the Zen Cart download turned on for Free Shipping over $100 ... there is a setting in the Order Totals on the Shipping ot_shipping for > 50.00 but it is turned off by default ...![]()
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!