Page cover

💡Add Dynamic Content

Select an automatic text option to display dynamic details of each product. Specifically, it'll automatically calculate % discount, Remaining stock, Day release, etc of each products.

GUIDELINE VIDEO

This function is only available for TEXT LABEL/BADGE

DETAILED DOCS

  • First, on your app dashboard, click on "Create label":

  • Then, you will see this screen, please choose "Text label":

  • After that, click on "Add discount" button, then choose 1 of your preffered

This feature will base on your available settings in your Shopify Admin to automatically calculate and display dynamic values of your products

5 types of variables:

Types
Code
Usage
Example

Discount %

SAVE {SAVE_PERCENT}%

It will use this formula: [(Compare-at price - price)/ compare-at price]*100 in your Shopify admin to automatically display the sale percentage

  • Price: $399

  • Compare-at price: $499

-> Formula: [(499-399)/499]*100

-> The sale percentage displayed on label: SAVE 20%

Discount amount

SAVE {SAVE_AMOUNT} NOW

It will use this formula: (Compare-at price - Price) in Shopify admin to automatically display the sale amount

  • Price: $350

  • Compare-at price: $560

-> Result: SAVE 210 NOW

Price

ONLY {PRICE}$

It will base on the Price of your products to display on your label

  • Price: $350

-> Result: ONLY 350$

Day release

NEW IN {NEW_FOR}

It will base on the publish date of your products to automatically calculate how many days left to display on your label

  • The created date: July 1, 2024

  • The current date: July 10, 2024 -> Result: NEW IN 10

Remaining stock

ONLY {STOCK} LEFT

It will base on the total of available stock in Inventory to automatically display on your label

  • Available: 19

-> Result: ONLY 19 LEFT

NOTE:

1. If you want your text will be in another lines: Insert </br> into the text box

2. All content in the text box should be written in 1 line, please don't press "enter" on your keyboard

3. This mark " is a special character, instead of using it, please use this mark '

Last updated