Normally in magento Price shown including Tax.But if you want to show Price Excluding Tax then you need to call the following helper class.
<?php echo $this->helper('checkout')->formatPrice($_product->getPrice())
// For Special Price write this
echo $this->helper('checkout')->formatPrice($_product->getSpecialPrice()) ?>
No comments:
Post a Comment