INSTRUCTIONAL VIDEO:
Use Case
Largely used in the Creative Suite, this allows for the user to tell the system that if there is a difference in Price vs. Sale Price, a percentage off will be calculated and displayed. Or Else, if there is no difference, then display nothing.
Example:
Eddie Bauer currently wants to display a % Off button in all their ads when the product’s Sale Price is lower than the normal Price.
Solution is to apply the following Max code to CUSTOM LABEL FIELD in Product Catalog:
Copy and Paste this Code |
{{#if (num_in_range (percent_off price sale_price) 0.001 1)}}{{ numeral (percent_off price sale_price) format='0%' }}{{else}}{{/if}}
|
Instructions to ADD Max Rule Yourself:
|
Comments
0 comments
Please sign in to leave a comment.