Tax and quantities
-
Hi,
i have configured the taxes with the option: No, I will introduce the prices without taxes
And the system do this on line order:
(Price*quantity)+TAX of the resultAnd we need to do this:
(Price+TAX)*quantityIn summary: we need to multiply quantity after the tax is applied.
I give you an url with a product: https://mundoriego.es/producto/gotero-pcj-cnl-05lh-netafim-carpintero
If you add 100 of this product you can see the issue in the calc.
The tax is 21%.
the system do: 0,14*100 = 14,00*21% = 16,94
and must do this: 0,14*21% = 0,17 * 100 = 17,00€ (this is the correct calc)¿Is it possible?
Thanks
The page I need help with: [log in to see the link]
The topic ‘Tax and quantities’ is closed to new replies.