I have many products that are zero rated for VAT and a few that use standard rate so it's important I make this clear on the product detail page. How do I display the tax rate just after the price of a product?
Solved! Go to Solution.
Just in case anyone else needs this. The following code placed in price.phtml does the job for me. Simple really.
<?php echo $_product->getAttributeText('tax_class_id') ?>
Hello,
To show the rate I believe it will be custom development.
But in System > Configuration > Tax > Price Display Settings > Display Product Prices In Catalog
You can change this to show both Including & Excluding Tax
Rebecca Troth
Thank you for your reply but I'm pretty sure there must be a way to display this without custom development. I'm aware of being able to show with and without tax but it makes things really messy when most items are zero rated.
Hey, do you know how this works with Magento 2.0?
I also would like to know how this works in Magento 2
This doesn't actually solve the problem, this just shows the name of the Tax rate group the product is in. This doesn't necessarily show the tax rate that is actually used.