Gift Receipt Toggle Step
A working switch flips the order to gift mode and re-renders both slip states as a live checklist.
A working switch flips the order to gift mode and re-renders both slip states as a live checklist.
The Ecommerce Collection unlocks the source for every Ecommerce block. All Access unlocks every Collection.
Already purchased? Log in
Gift Receipt Toggle Step is step 3 of 3 in the checkout, a single Switch from ui/switch that flips the order to gift mode and re-renders the consequence checklist live. In gift mode the list reads: prices off the packing slip, the return QR converting to store credit so “what you paid stays between you and your inbox”, and tracking staying with you so nothing emails the recipient before the box arrives. In the off state the normal slip is listed just as explicitly: prices itemized, the return QR refunding the card in 2 to 4 bank days, tracking at every carrier scan. The button label re-renders to match.
Gift and normal consequences are two separate arrays swapped by the isGift state boolean. The footer note owns the wrapping fee decision: “charging for wrapping a gift is bleak.”
Reach for this block as the final checkout step before the payment screen, after the order for someone else step captures the recipient address. Both states must be wired to their real slip and return logic before going live or the checklist misleads.
A natural flow around it on an Ecommerce Pro page:
Before
After
One strong use is the live toggle with both states fully enumerated. Other gift mode configurations:
Tip: showing the normal slip as explicitly as the gift slip means the toggle is a genuine choice, not a default the buyer has to hunt to understand.