Jump to content

Adding automaticly Product to second Shop / Multishop


quickmick1983

Recommended Posts

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

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...