MINIMUM_ORDER_AMOUNT

Type: string (decimal) Default: "0.01" Description: Minimum order amount required to complete checkout.

  • Loyalty card redemption is capped so the remaining order total never falls below this threshold. The maximum redeemable points amount is calculated as basket_total - MINIMUM_ORDER_AMOUNT.

  • Also validated globally before order placement to ensure the basket total meets the minimum.

Used in: LoyaltyCardPage to cap the redeemable loyalty points amount

Last updated

Was this helpful?