For example, I need to show the discounted price and the size of the discount (attribute sale_price and custom_label) on the creative, but in case of no discount, just the price (attribute price sale) is shown
1 Like
Hi @zinchenko
You can create two templates
- The first one for products with discount - the query in Megado could be something like
CUSTOM_LABEL0 = "DISCOUNT"
. - and second without discount
CUSTOM_LABEL0 != "DISCOUNT"
.
If you post examples of values, I will try to make the example more specific.
1 Like