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

Tax not showing in checkout

Started by J3DI13, November 29, 2013, 12:41:51 PM

Previous topic - Next topic

J3DI13

Hello there

Running J2.5 and VM2.0.24c

I am working on two domains, www.nortech-parking.com and 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]


GJC Web Design

can only be template or config - what else is there is the prices are correct?
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

J3DI13

Its so weird tho, they both have identical templates and configuration...

J3DI13

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...

J3DI13

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"