Advanced
Text variables
Placeholders that fill in prices and savings automatically, so your copy never goes stale.
Text fields across the Offers tab accept variables. They're replaced with real values on the storefront, which means you can change a discount without rewriting every tier's copy.
Insert a variable
Click into a text field — Title, Subtitle, Badge text, or Label.
Click the variables icon at the end of the field.
Pick a variable from the list. It's appended to what you've typed.
Click Save.
You can also type a variable by hand — the names are below.
Discount
| Variable | Becomes |
|---|---|
{{saved_percentage}} | The saving as a percentage. |
{{saved_amount_total}} | Total saving in currency. |
{{saved_amount_per_item}} | Saving per item, in currency. |
Product and price
| Variable | Becomes |
|---|---|
{{product_title}} | The product's name. |
{{new_total_price}} | Discounted total for the tier. |
{{new_price_per_item}} | Discounted price per item. |
{{original_total_price}} | Total before the discount. |
{{original_price_per_item}} | Per-item price before the discount. |
Quantity
| Variable | Becomes |
|---|---|
{{quantity}} | The tier's quantity. |
{{quantity_value}} | The quantity value on its own. |
{{quantity_unit}} | The quantity's unit. |
Unit price
For products with unit measurements, used in Unit price text:
| Variable | Becomes |
|---|---|
{{unit_price}} | Unit price, for example $5.00. |
{{reference_value}} | Quantity per unit reference. |
{{reference_unit}} | Unit name, for example kg. |
Elsewhere in the app
| Variable | Where |
|---|---|
{{timer}} | The Timer title on the Timer Bar card. |
{{views}}, {{stock_left}} | The Message field on the Live Social Proof card. |
Examples
| Field | What you write | What customers see |
|---|---|---|
| Subtitle | Save {{saved_percentage}} | Save 20% |
| Label | {{new_price_per_item}} per item | $8.00 per item |
| Badge text | You save {{saved_amount_total}} | You save $6.00 |
| Timer title | Ends in {{timer}} | Ends in 09:41 |
Why bother
Hard-code Save 20% and it's wrong the moment you change the discount to 25%. {{saved_percentage}} never is.