quickmick1983 Posted July 28, 2020 Share Posted July 28, 2020 Hi, i have a Question. So we have a Multishop with 7 Shops. The Products will be generate on each shop (Example: Shop 4 - Creates a Product) So how can we add this automaticly to Shop 1 ???? I See that the DB Table -> ps_product_shop has count the Product ids and shop ids. So where i must start? Any suggestions? regards Link to comment Share on other sites More sharing options...
Knowband Plugins Posted July 31, 2020 Share Posted July 31, 2020 As per our understanding, Instead of the creating the replica of Shop 4 product, You want to map the same product on the Shop1 . Right? If yes, then you are on the right track, if you want to do the same in bulk (Otherwise Admin Product Edit screen have to option to map the products with multi store to visible on the multiple stores). There is store table. Pick the store_id form the store table & product_id from the product table & insert the data into ps_product_shop table. Link to comment Share on other sites More sharing options...
quickmick1983 Posted August 5, 2020 Author Share Posted August 5, 2020 Hi Knowband Plugins, Yes, i want to map the same product on the Shop1 (ID1). I fact of that, i want to do this every time a Product is created (From every subshop). So my thought is to do this i go over -> admin***/sell/catalog/products So can i write there a override or go with a modul? its not fully clear, how can i do this in a good way... Second, you wrote "Otherwise Admin Product Edit screen have to option to map the products" Where is this function? Cant find that on version 1.7. Regards Michael Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now