You can include dynamic product information as part of your product badge text.
For example, you can show the actual remaining inventory available for a product by entering this in your badge text:
Act fast, only {{ suprInventory }} left!
This will dynamically insert the total inventory available for your product like so:
Act fast, only 2 left!
The following is the list of all the available dynamic text variables available in the Supr app:
# | Variable | Description | Examples |
1 | suprInventory | remaining inventory available for a product | Only {{ suprInventory }} left in stock!
|
2 | suprAmountDiscount | the savings amount on the product | SAVE ${{ suprAmountDiscount }}
|
3 | suprPercentDiscount | the savings percentage for the product | {{
|
(More variables coming soon)