VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: J3DI13 on November 29, 2013, 12:41:51 PM

Title: Tax not showing in checkout
Post by: J3DI13 on November 29, 2013, 12:41:51 PM
Hello there

Running J2.5 and VM2.0.24c

I am working on two domains, www.nortech-parking.com (http://www.nortech-parking.com) and www.nortech-traffic.com (http://www.nortech-traffic.com).
Now nortech-parking is a duplicate copy of the nortech-traffic domain in regards to Joomla and Virtuemart etc. I have managed to get Nortech-Traffic to display the tax in the cart view and not in the category view exactly how the client wants it with a bit of help from css.

I then went to replicate it on the Nortech-Parking domain and no tax is showing up at all. To clarify the tax is being added to the final price which is correct but is not viewable in its own column. I have selected "show tax in cart" and selected the Tax Amount in the configuration/pricing section.

I then used Developer tools to view the HTML and saw something very strange, on the Nortech-Parking domain it is missing the "PricetaxAmount" div and the Nortech-traffic isnt.

please view images attached.

I added the below css to hide the tax in category view, i added it to the vmsite-ltr.css file and placed it in my templates css folder.

.browse-view .PricebasePriceVariant,
.browse-view .PricetaxAmount,
.productdetails-view .product-price > strong,
.productdetails-view .product-price .PricebasePriceVariant,
.productdetails-view  .PricetaxAmount{
display:none;
}


Any help would be greatful.

Many Thanks

[attachment cleanup by admin]
Title: Re: Tax not showing in checkout
Post by: J3DI13 on December 10, 2013, 07:21:09 AM
Bump  ;D
Title: Re: Tax not showing in checkout
Post by: GJC Web Design on December 10, 2013, 10:42:23 AM
can only be template or config - what else is there is the prices are correct?
Title: Re: Tax not showing in checkout
Post by: J3DI13 on December 10, 2013, 10:55:13 AM
Its so weird tho, they both have identical templates and configuration...
Title: Re: Tax not showing in checkout
Post by: J3DI13 on December 10, 2013, 13:20:55 PM
I have replaced the default_pricelist.php from the www.nortech-parking.com domain with the one form the www.nortech-traffic.com domain and still no luck.
No idea where else to look. It is most probably something so small that i have missed...
Title: Re: Tax not showing in checkout
Post by: J3DI13 on December 10, 2013, 14:20:35 PM
Ok so after much searching and frustration, i phoned my clients to find out if they had changed anything and lo and behold they did.
They thought they would help by creating some shopper groups without my knowledge. So after checking the shoppergroup specific
prices i saw that the tax amount was not set to display.

Consider it "solved"