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:


#VariableDescriptionExamples
1suprInventoryremaining inventory available for a product  
Only {{ suprInventory }} left in stock!

Only 3 left in stock!

2suprAmountDiscount
the savings amount on the product
SAVE ${{ suprAmountDiscount }}

SAVE $33

3suprPercentDiscount
the savings percentage for the product
{{ suprPercentDiscount}}% OFF

25% OFF



(More variables coming soon)