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
$product->save();
save product once when you update same product use
$product->getResource()->save($product);
hope it will be helpfull
No comments:
Post a Comment