Return the Highlight promotions name and displays it on the products shelf
Use the vtex toolbelt to install.
vtex install vtex.product-promotion-badges
"stack-layout": {
"props": {
"blockClass": "product"
},
"children": [
"flex-layout.row#product-image",
"product-bookmark",
"product-specification-badges",
"product-promotion-badges"
]
},
- 'wrapper'
- 'tag'
- 'tag--{{promotion name}}' //special characters and spaces replaced for '-'
N/A