Tuesday 14 April 2015

Magento – Get A Products Final Price With Currency Symbol

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

No comments:

Post a Comment