News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

shopping cart module and taxes

Started by boani007, September 17, 2012, 13:39:20 PM

Previous topic - Next topic

boani007

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?

conceptsk

Nobody knows??

I have the same issue...
Concepts K
Conception de site web
www.conceptsk.com


Elboy

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.