Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / FREE shipping - not include some items

FREE shipping - not include some items

Locked

Views: 814

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
25 Aug 2009, 1:24 PM
#1
williaml avatar

williaml

New Zenner

Join Date:
Mar 2007
Posts:
56
Plugin Contributions:
0

FREE shipping - not include some items

hi, all,

i'm using Free Shipping Options,

free shipping for total >= $300

but for some items, i don't offer free shipping, even the total purchase is >= $300

what i should do? thank you

28 Aug 2009, 2:27 PM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: FREE shipping - not include some items

You would need to customize the module, I am guessing you are using the Modules ... Order Totals ... Shipping ot_shipping ... for this setting, and put in an extra test to see if any of the products_id that are not allowed the Free Shipping are in the cart and then prevent this from executing ...

There are also places in checkout and shipping estimator for this as well ... a search on:
MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER

will show you where ...

Another method is to use the Free Shipping Options freeoptions and do the test on that shipping method ...

The advantage to using the Shipping module is that you can customize it to run at the same time as your other shipping modules so that the customer has a choice to take the Free Shipping or to use another method of shipping if they are in a hurry etc. ...

Plus, using the shipping module for the Free Shipping Options freeoptions has only one file that needs customizing rather than several ...