Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • thank you for your answer. After digging into database table catalog_product_entity_varchar .my data was storing as store id 1 so thats why it did not reflect on admin products. after putting $product->setStoreId(0); it reflects the data in admin as well as frontend. Thank you for your answer Commented Jul 17, 2020 at 14:15