VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: boani007 on September 17, 2012, 13:39:20 PM

Title: shopping cart module and taxes
Post by: boani007 on September 17, 2012, 13:39:20 PM
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?
Title: Re: shopping cart module and taxes
Post by: conceptsk on October 18, 2012, 22:00:09 PM
Nobody knows??

I have the same issue...
Title: Re: shopping cart module and taxes
Post by: Elboy on November 06, 2012, 18:22:50 PM
Bump
Title: Re: shopping cart module and taxes
Post by: Elboy on November 12, 2012, 16:16:05 PM
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.