What it does
An order value rule blocks checkout unless the total money value of matching products in the cart meets a minimum, stays under a maximum, or both. Choose Value as the limit type in the Conditions card, then set Minimum total value, Maximum total value, or both.
| Goal | Example |
|---|---|
| Enforce a wholesale order minimum | Require at least 500 in matching products before checkout completes |
| Cap a single order's size | Prevent one account placing an unusually large order, for fraud or inventory reasons |
| Combine with a customer tag | Apply the minimum only to wholesale accounts, leaving retail shoppers unaffected |
Create the rule
Start from the quick-start tile, or from scratch. The Enforce a wholesale minimum tile opens a rule pre-filled with a minimum value of 100. Otherwise go to Rules > Create rule and set Limit type to Value.
Set the minimum, maximum, or both. Enter your amounts in Minimum total value and Maximum total value.
Choose how to count. Combined total is the natural fit for most value rules: the value of every matching product is added together and checked once. Each item separately instead requires every individual matching line total to clear the threshold on its own, which is unusual for a value rule but available.
Scope to the right customers. For a wholesale minimum, restrict Customer
eligibility to a wholesale tag or segment so retail customers never see it.
Save.
Verify it works
| Cart value | Expected result |
|---|---|
| 450, below a minimum of 500 | Blocked, limit message shown |
| 500 | Allowed |
| 1,200 | Allowed |
The Preview card's quantity stepper multiplies the sample product's price live, so you can watch the message trigger as the simulated cart value crosses your threshold. Then log in as a matching customer on the live storefront, add products below the threshold, and confirm both the product-page message and the checkout block.
Currency and multi-currency stores
Value amounts are set in your store's default currency. If your store sells in multiple currencies through Shopify Markets, the Currency rounding setting under Settings controls whether converted amounts shown in limit messages are rounded up for cleaner numbers or shown unrounded.
Common mistakes
- Value includes products outside your intended scope. A store-wide value rule counts every matching product's price, not just the ones you had in mind.
- Discounted prices versus list prices. The check uses the cart's actual line totals, so an active discount lowers the value counted toward the threshold.
- A wholesale minimum reaching retail shoppers. This is almost always customer eligibility left on All customers.