Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Macros
    • Attribute Merge - {{name}} - {{sku}} - {{color}} - Large
    • Increase Price by 15% - [[round({{nkp_price_final_include_tax}} * 1.15, 2)]]
    • Increase price by 25 - [[round({{nkp_price_final_include_tax}} + 25, 2)]]
    • Empty Math Operation - [[ +-*/ ]]
    • Empty Attribute Condition - [[('{{meta_title}}' != '')? '{{meta_title}}': '{{name}}';]]
    • Attribute Value condition - [[ ( {{nkp_price_final_include_tax}} > 100 ) ?  {{nkp_price_final_include_tax}}: {{nkp_price_final_include_tax}} + 20;]]

  2. Magento Attributes - You can combine any of 

...