开发者

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

开发者 https://www.devze.com 2023-04-12 22:56 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
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

精彩评论

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

关注公众号