Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How can I set a conditional limit on a shopping cart?

How can I set a conditional limit on a shopping cart?

sp-asa
Shopify Partner
2 0 0

Hi,

I need to set up a conditional limit on the shopping cart. I want the checkout to proceed if either minimum weight limit or minimum price limit is satisfied. I have explored many apps, but I'm unable to find one that satisfies this requirement. Does anyone have a suggestion for app or even some minor code suggestions? Would really appreciate some help.

Regards,

SP

Replies 2 (2)

dropship_helps
Shopify Partner
1823 56 281

Hi @sp-asa 

 

Is it something like minimum order quantity? 

sp-asa
Shopify Partner
2 0 0

My question is slightly different. 

I need to set up minimum order price and quantity based ‘either-or’ logic. Normally, I can set up one of the condition, but not both in an ‘either-or’ logic.
The total cart value should satisfy either a minimum quantity or a minimum price condition. Checkout should be possible whichever condition is satisfied first. 
Not sure how I can implement this.