Hi,
We are having trouble with the Cart Aux showing total cart amount excluding VAT.
The prices are entered excluding VAT in the admin but we have chosen the setting to show prices including VAT.
We have looked in the sf-woocommerce.php and sf-header.php and found that $cart_total = WC()->cart->get_cart_total();
are the problem. This should need to be something like $cart_total = WC()->cart->get_cart_total() + WC()->cart->get_cart_tax()
. This of course doesn’t work.
If we change this to what I have wrote the cart aux changes to 0 for a second before some ajax or something updates the amount to the amount exluding tax again.
Can you guys please help us with a solution? What files do we need to edit to make the total cart amount show including TAX?
Best regards
Anton Carlsson