Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
商品に適用される税名を商品ページに表示したい (商品に設定されている同じ税クラス)。
これは私が示したいものです:
価格: 100 米ドル + サンプル税
ありがとう!
これは、税クラスの名前を返します。
$taxClassId = $_product->getTaxClassId(); $taxClass = Mage::getModel('tax/class')->load($taxClassId); $taxClassName = $taxClass->getClassName();