Display product tax class
Tweet, share & co
tweet
•
fb share
•
g+ share
Tags
product • tax
Description
Show the product tax class name
Code
$taxClassId = $_product->getTaxClassId();
$taxClass = Mage::getModel('tax/class')->load($taxClassId);
$taxClassName = $taxClass->getClassName();