Overriding All Limits
Last updated
Last updated
This app has the advanced functionality of overriding or ignoring all limits if the order amount exceeds the pre-defined amount. Once the total order amount becomes greater than the threshold amount, all the limits are lifted & the customer can make unlimited purchases.
Suppose you've set the threshold order amount to $500.
Order Amount (in USD) | Threshold |
---|---|
Amount | 500 |
Scenario #1
If any customer's total order value is $345, then whatever limits are set by the store admin remain as they should, because 345 is less than the threshold number 500.
Scenario #2
If any customer's total order value is $630, then whatever limits are set by the store admin will be ignored the the customer can buy anything in any quantity without any restrictions. As per the condition, 630 is greater than 500.