Hello
Now that i’ve added VAT to all items – which works and displays well.
I’ve an issue with the cart total in the header.
Let say a product total is £12 (inc VAT) which is displayed – When the user adds this to their cart / bag – the total in the header is without VAT – so it displays £11.33
How can I display the total including the vat in the header?
I know its to do with: sf-header.php
$cart_output .= '<li class="parent shopping-bag-item"><a class="cart-contents" href="'.$woocommerce->cart->get_cart_url().'" title="'.__("View your shopping cart", "swiftframework").'"><i class="sf-cart"></i>'.$cart_total.'</a>';
But what do I change .$cart_total. to?
Also, BTW, I changed the site (while I fix this issue) so it shows the cart total – all good, but it says: 0items – 1items – 2items.
1items isn’t good english – is there a fix for proper English? as in 1item
Thanks Again
D