{"id":1060,"date":"2013-03-08T07:34:21","date_gmt":"2013-03-08T07:34:21","guid":{"rendered":"http:\/\/invisiblezero.net\/?p=469"},"modified":"2013-03-08T07:34:21","modified_gmt":"2013-03-08T07:34:21","slug":"magento-price-helper-code-snippet","status":"publish","type":"post","link":"http:\/\/ndthanh.com\/magento-price-helper-code-snippet\/","title":{"rendered":"Magento – price helper code snippet"},"content":{"rendered":"
This piece of codes will help you get final price with tax and formatted nicely using your store currency<\/p>\n
\n\n<?php\n$_coreHelper = $this->helper(\u2019core\u2019);\n$_taxHelper = $this->helper(\u2019tax\u2019);\n$_finalPriceInclTax = $_taxHelper->getPrice($_product, $_product->getFinalPrice(), true);\n$_finalPriceInclTaxNicelyFormated = $_coreHelper->currency($_finalPriceInclTax,true,false);\necho $_finalPriceInclTaxNicelyFormated;\n\n?>\n<\/pre>\nHope you find it useful ! \ud83d\ude00<\/p>\n","protected":false},"excerpt":{"rendered":"
This piece of codes will help you get final price with tax and formatted nicely using your store currency <?php $_coreHelper = $this->helper(\u2019core\u2019); $_taxHelper = $this->helper(\u2019tax\u2019); $_finalPriceInclTax = $_taxHelper->getPrice($_product, $_product->getFinalPrice(), true); $_finalPriceInclTaxNicelyFormated = $_coreHelper->currency($_finalPriceInclTax,true,false); echo $_finalPriceInclTaxNicelyFormated; ?> Hope you find it useful ! \ud83d\ude00<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[44,60,45],"tags":[59,62,51],"aioseo_notices":[],"views":5,"_links":{"self":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts\/1060"}],"collection":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/comments?post=1060"}],"version-history":[{"count":0,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/posts\/1060\/revisions"}],"wp:attachment":[{"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/media?parent=1060"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/categories?post=1060"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ndthanh.com\/wp-json\/wp\/v2\/tags?post=1060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}