Thursday, 21 January 2016

Get Products Final Price with Currency Symbol in Magento

<?php
 echo Mage::helper(‘core’)->currency($this->helper(‘tax’)->getPrice($_product, $_product->getFinalPrice()),true,false);
?>

No comments:

Post a Comment