Guest User

Untitled

a guest
Jan 12th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $product_id = Mage::getModel('catalog/product')->getIdBySku("YA039523");
  2. $product = Mage::getModel('catalog/product')->load($product_id);
  3. print_r($_product->getData());
  4. $product->setName("SOMETHING OR OTHER");
  5. $product->save();
Add Comment
Please, Sign In to add comment