Hello,
I would like to find out, if there is a way to display the billTotal without tax.
I have the prices without tax for a product, for all products, for shipping, for payment, but I haven't found a way to get the price without tax for products + shipping + payment. The price with tax is billTotal. Is there any native way to get the amount without tax. Otherwise I'll do the calculation in the views, but that wouldn't be a fine solution.
For better understanding, I attach a list of prices I started and a picture of order details that "shows" the missing price.
VM 2.6.6
J 2.5.22
Any help is most welcome
Stefan
[attachment cleanup by admin]
You will have to create this yourself using template overrides as it is not part of core
Hello Hutson,
thanks a lot for your answer. I thought, I might have overseen something.
I will calculate it in the template then.
Stefan
:)