...
Code Block | ||
---|---|---|
| ||
// if product price is higher than 100 then use product price as the final price, otherwise increase the price for 20 (adding 20 as shipping costs) [[({{price_final_include_tax}} > 100) ? {{price_final_include_tax}} : {{price_final_include_tax}} + 20]] // note double curling brackets surrounding attribute codes |
Addition of a new attribute
...