Conditional logic card
Three rules driving the Mufflermen forms — show tow rating for 4WDs, require a deposit on big quotes, and skip the Stripe page for trade accounts. ALL vs ANY match gates the conditions; the action chip is tone-coded by intent.
Production answer
Conditional logic card is a reusable Oak Flats Muffler Men UI primitive with documented states, accessibility expectations, theme behavior, and implementation evidence.
Primary CTAReview Conditional logic card states
Generative search brief
Conditional logic card: Three rules driving the Mufflermen forms — show tow rating for 4WDs, require a deposit on big quotes, and skip the Stripe page for trade accounts. ALL vs ANY match gates the conditions; the action chip is tone-coded by intent.
Conditional rule
ArmedShow tow rating if vehicle is 4WD
IfALL match·1 condition
- vehicle_typeequals4WD
ThenShowtow_rating_kg
Conditional rule
ArmedRequire deposit if service > $1,200
IfALL match·1 condition
- quote_totalgreater than1200
ThenRequirebooking_deposit
Conditional rule
OffSkip Stripe page on trade account
IfANY match·2 conditions
- account_typeequalstrade
- abn_verifiedis filled—
ThenSkip pagepayment_page