Examples
Ready-to-use function examples — order limits, address rules, tag-based restrictions, delivery and payment customizations.
Validation
Order value limit with a configurable threshold
{
"short_text#MAX_ORDER_TOTAL": "500",
"metadata": {
"MAX_ORDER_TOTAL": {
"subtype": "number",
"helpText": "Orders above this total are blocked at checkout"
}
}
}Currency-aware order limit
Block PO boxes in the shipping address
Require login to buy gift cards
Quantity limit for tagged products
Wholesale-only bulk orders
Delivery customization
Hide express shipping for heavy carts
Rename a delivery option for loyal customers
Payment customization
Hide Cash on Delivery for B2B buyers
Move a preferred payment method to the top
Discounts
10% off products with a tag
Order discount above a threshold
Cart transform
Merge tagged products into a bundle
Time-based rules
Block checkout outside business hours
Last updated