Sunday 10 March 2013

duplicate entry error in saving product magento

you are triying to save product again with same information
$product->save();

save product once when you update same product use
$product->getResource()->save($product);

hope it will be helpfull


No comments: