Wednesday 28 October 2015

Add/Delete group price in magento pro-grammatically

In this blog we have explained how to Add/Delete group price in magneto pro-grammatically. We have described in this blog step by step process with complete programming(code). You can easily understand how to use in magneto. Please follow all steps. add-delete 1- Load product by Sku or Id -
  1. $u_product = Mage::getModel('catalog/product')->loadByAttribute('sku', $sku);
2 - Delete group price
  1. $u_product->setData('group_price',array());
  2. $u_product->save();
  3. ....
Read Full Blog : Add/Delete group price in magento pro-grammaticall Apart from this you can also post and view c, PHP, JAVA, HTML, iOS and Android questions and answers at FindNerd's community forum.  

No comments:

Post a Comment