edit product table
-
i need to add store_id for every product (store is new table in my package)
so i created migration file to add store_id in my package ...
what should i do to add store_id in product controllers (like when i need to add product i need to insert store id or to do search filterd by stores ) -
Hi there,
You can use product create after event listener for the same.
Please take a reference from Here