Product price incl tax
-
Hi
How can I specify that the price of the product is including Tax and then get the system to 'calculate' the pre-tax in price in the cart and on the order ?
thanks
-
Hi @rabol
For right now , you can create a attribute for pretax, so when product will be created you can fill amount in this field.
We have fired two event in function collectTotals() ( calculate total amount of cart ) named as
checkout.cart.collect.totals.before and checkout.cart.collect.totals.after.You can listen this event and can add this attribute value ( pretax ) to cart amount.
Thanks