Hi I have added some code to header which shows the running total of the basket e.g number of items and also order total.
We have a minimum order based on ex tax price however the code
<!--Goods Value: {total_price} -->
releates to the order value including tax
Is there any way of making this look only at the ex vat total price
e.g
<!--Goods Value: {extax_total_price} -->
Anybody know how to this
Regards
Dave