VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: elleclouds on March 06, 2014, 17:27:00 PM

Title: Show product prices (base) without tax until checkout?
Post by: elleclouds on March 06, 2014, 17:27:00 PM
I have literally toiled over this for a month and can't come up with a solution. Some people say to comment out certain lines of code. Why isn't there just an option to show prices without tax until checkout. Please someone help me in figuring this issue out. I have been able to do it in the product details page by changing my tax to "tax per bill" but then on the news pro on front page and category listing, the prices disappear altogether. Please Help. :x

(http://www.thebig305.com/3.png)

I just want the base prices to show here without taxes....please help

I have the most updated version of virtuemart 2.0.26d
Title: Re: Show product prices (base) without tax until checkout?
Post by: jenkinhill on March 06, 2014, 18:26:42 PM
Sounds like the template overrides you are using do not include the code to display the  'priceWithoutTax'  - look at the override file  [yourjoomlatemplate]/html/com_virtuemart/category.default.php and compare it with the default VM view file at components/com_virtuemart/views/category/tmpl/default.php
The code is easy to spot as it shows the language constant, COM_VIRTUEMART_PRODUCT_SALESPRICE_WITHOUT_TAX

You may have to edit your override file to include the right code.

I have no idea what you mean by "the news pro on front page" (certainly it is not standard VirtueMart) but the code for that may need checking, too.