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.
1- Load product by Sku or Id -
2 - Delete group price
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.
- $u_product = Mage::getModel('catalog/product')->loadByAttribute('sku', $sku);
- $u_product->setData('group_price',array());
- $u_product->save();
- ....
No comments:
Post a Comment