Cart Incentive Amount
The live spend amount inside Cart Incentive — remaining or required.
Last updated
How to use
Place this component inside a Cart Incentive State's
Under ThresholdorOver Thresholddesign.Set
Recipe IDon the parent Cart Incentive State — not on this component;Cart Incentive Amountinherits it automatically.Choose
Value:RemainingorRequired.Write copy in
Contentusing{{value}}or leave it empty to show the formatted amount alone.Style
FontandColorfor the base text, setFormatfor currency symbol/code and decimals, and useValue Styleto control how the{{value}}placeholder itself is styled.
Remaining vs. required amount
| What it shows |
|---|---|
| How much more the customer needs to spend to reach the incentive threshold — e.g. the "$12" in "Add $12 more for free shipping." |
| The full incentive threshold amount itself, regardless of what's already in the cart — e.g. the "$50" in "Orders over $50 unlock free shipping." |
How canvas and live preview differ
On the canvas, both Remaining and Required read the parent Cart Incentive State's Threshold setting — there's no live cart to compute an actual "remaining" amount against, so both show the same number side by side. In the Framer editor's Preview mode and on the published site, the real cart subtotal is used instead, so Remaining correctly reflects the customer's actual progress toward the threshold.