Primitive 07 / Conditional logic card

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.

Live primitive — Book-a-Service rules
Conditional rule

Show tow rating if vehicle is 4WD

Armed
IfALL match·1 condition
  • vehicle_typeequals4WD
ThenShowtow_rating_kg
Conditional rule

Require deposit if service > $1,200

Armed
IfALL match·1 condition
  • quote_totalgreater than1200
ThenRequirebooking_deposit
Conditional rule

Skip Stripe page on trade account

Off
IfANY match·2 conditions
  • account_typeequalstrade
  • abn_verifiedis filled
ThenSkip pagepayment_page