exempt some products from the store minimum
-
- Posts: 2
- Joined: Wed Oct 07, 2009 10:13 am
- Location: Idaho
exempt some products from the store minimum
We ship both perishable and non-perishable items from our store. The perishable items require a minimum size order to cover extra packaging costs. We have some non-perishable items that can ship very cheaply, and we want those to not be subject to the minimum order requirement. How can we do this?
-
- Posts: 147
- Joined: Wed Nov 09, 2016 11:01 am
Re: exempt some products from the store minimum
There isn't an option for this with the ShopSite minimum order functionality, but you could disable that and implement your own via custom JavaScript on the shopping cart or checkout page. The JavaScript would need to distinguish between the perishable/non-perishable products in order to allow/disallow the order to proceed, either by something in the product name/SKU, or one of the extra product fields. I'm assuming this is a Pro store.
Documentation for JavaScript variables available to a custom programmer on the shopping cart and checkout screens is here:
https://help.shopsite.com/help/14.0/en-US/sc/pro/cart.variables.html
Documentation for JavaScript variables available to a custom programmer on the shopping cart and checkout screens is here:
https://help.shopsite.com/help/14.0/en-US/sc/pro/cart.variables.html