Magento How to get product group price
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();
}
Magento How to get product group price
Reviewed by Web Technology Funda
on
2:43:00 AM
Rating:
No comments