开发者

How do you programmatically get tax rate in magento on product page [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it c开发者_C百科an be reopened, visit the help center. Closed 11 years ago.

Say you want to programmatically get the VAT tax rate on product page in magento,how do you go about doing this.


I'm not sure how to get the tax rate on its own but if you want to print the product including tax, is this what you are looking for?

$_finalPriceInclTax = Mage::helper('tax')->getPrice($_product, $_product->getFinalPrice(), true);       
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜