Hi,
im trying to insert the next formula in the calculation price field:
(height*width*Price)+10 (fixed)= PRICE
I put this formula on the field:
({Alto:4} * {Ancho:5} *16 )+ 10
But dont make the sum of the 10 its sums as 0,01 €
So if I should have 50€ I have 40,01€.
If I change the formula for 10000 the sums looks alright but the shopping cart adds 5000€
Where is the problem? how can I fix it?