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.
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.