Thursday, May 16, 2013

how to get all price of product in magento

$product = Mage::getModel('catalog/product')->loadByAttribute('sku','123456');

        $costofp=$product->getCost();
$BasePrice=$this->BasePrice=number_format($product->getPrice(),2);
        $splprice=$product->getFinalPrice();

No comments:

Post a Comment