You can combine attribute values with text values or define math operations and conditions. You can select available macros to see example statements.
- 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;]]
- Magento Attributes - You can combine any of
Napsat podle toho jak se to pouziva na testu
Inspirace:
Attributes Mapping#Attributemerging
Attributes Mapping#Pricemargin
/wiki/spaces/koongo/pages/788136
/wiki/spaces/koongo/pages/788136
/wiki/spaces/koongo/pages/788136 - Javascript funkce volat v koongo connectoru nejdou