After some research an logical thinking I found a solution.
The price of the product is given in as the price per 1 gram.
With the code below I get the price per 100 gram back.
Seems solid enough to me at the moment.
The price of the product is given in as the price per 1 gram.
With the code below I get the price per 100 gram back.
- Code: Select all
<cms:set price="<cms:mul pp_price '100' /> " />
€ <cms:number_format price decimal_precision='2' /> / 100 gr.
Seems solid enough to me at the moment.
