Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $product_id = Mage::getModel('catalog/product')->getIdBySku("YA039523");
- $product = Mage::getModel('catalog/product')->load($product_id);
- print_r($_product->getData());
- $product->setName("SOMETHING OR OTHER");
- $product->save();
Add Comment
Please, Sign In to add comment