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()) ?>
Không có nhận xét nào:
Đăng nhận xét