Hello.
I have configured my shop to show prices without taxes on product browse page and product details page.
But the shopping cart module shows the prices WITH taxes!
What can I do to solve this problem?
Please can anybody help me?
Nobody knows??
I have the same issue...
Bump
Please can somebody try and work this out. I have tried everything.
I assume it is something to do with this around line 30 in public_html\modules\mod_virtuemart_cart\tmpl
<div class="prices" style="float: right;"><?php echo $product['prices'] ?></div>
i have tried changing to <?php echo $product['basePrice'] ?> which doesn't work. It removes the price altogether.
I just need to show the prices in the cart module without VAT calculated.