Versions Compared

Key

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

...

Code Block
titleIncreasing the price by 15% example
// increasing the price by 15%
[[round({{nkp_price_final_include_tax}} * 1.15, 2)]]
 
// note double curling brackets surrounding attribute codes

Image Added

Increase price by 25

You can easily increase selected price by 25 (the increase amount is possible to adjust).

...