How to get product group price in Magento
Here is the code:
$product=Mage::getModel('catalog/product')->load($productId);
if(!is_null($product->getGroupPrice()){
$groupPrice = $product->getGroupPrice();
}
Here is the code:
$product=Mage::getModel('catalog/product')->load($productId);
if(!is_null($product->getGroupPrice()){
$groupPrice = $product->getGroupPrice();
}
No comments:
Post a Comment