dweeves / magmi-git

Magmi GitHub
366 stars 306 forks source link

Simple product not assigning to multiple configurable products #574

Open pogulajay opened 5 years ago

pogulajay commented 5 years ago

I have sku and simple_skus as below, issue is simple product is not assigning to multiple configurable product. Simple products should share with multiple configurable products. Please let me know solution. sku

W631-FPWT W631-FPWT-1 W631-FPWT-7 W631-FPWT-8 W631-FPWT-4

simple_skus

W631-FPWT-w6-s40,W631-FPWT-w6-s45,W631-FPWT-w6-s50,W631-FPWT-w6-s55,W631-FPWT-w6-s60,W631-FPWT-w6-s65,W631-FPWT-w6-s70,W631-FPWT-w6-s75,W631-FPWT-w6-s80

W631-FPWT-w6-s40,W631-FPWT-w6-s45,W631-FPWT-w6-s50,W631-FPWT-w6-s55,W631-FPWT-w6-s60,W631-FPWT-w6-s65,W631-FPWT-w6-s70,W631-FPWT-w6-s75,W631-FPWT-w6-s80

W631-FPWT-w6-s40,W631-FPWT-w6-s45,W631-FPWT-w6-s50,W631-FPWT-w6-s55,W631-FPWT-w6-s60,W631-FPWT-w6-s65,W631-FPWT-w6-s70,W631-FPWT-w6-s75,W631-FPWT-w6-s80

W631-FPWT-w6-s40,W631-FPWT-w6-s45,W631-FPWT-w6-s50,W631-FPWT-w6-s55,W631-FPWT-w6-s60,W631-FPWT-w6-s65,W631-FPWT-w6-s70,W631-FPWT-w6-s75,W631-FPWT-w6-s80

hejhog commented 5 years ago

Make sure the Simple products are before the Configurable in the csv file.

W631-FPWT-1 W631-FPWT-7 W631-FPWT-8 W631-FPWT-4 W631-FPWT

pogulajay commented 5 years ago

Simple products are imported before configurable products, my question is that same simple products should assign to the multiple configurable products, simple products are assigning to only the config product (W631-FPWT), so above simple products should also assign to config products like W631-FPWT-7, W631-FPWT-8, W631-FPWT-4 which is not assigning. Please let me know what is the issue.

hejhog commented 5 years ago

So all the products below are configurable? W631-FPWT-1 W631-FPWT-7 W631-FPWT-8 W631-FPWT-4 W631-FPWT

If so you have to assign the simple products before each configurable ie product 1-A (Simple) product 1-B (Simple) product 1 (Configurable) product 2-A (Simple) product 2-B (Simple) product 2 (Configurable) product 3-A (Simple) product 3-B (Simple) product 3 (Configurable) etc., etc.

If you are trying to assign the same simple products to multiple configurables then I have never tried this. However, as a thought, you may have to duplicate the simples to the configurables in the format above and set import mode for Magmi to "Create New Items and Update Existing Ones"

hejhog commented 5 years ago

I can confirm my suggested method works for assigning the same simples to multiple configurables. Import mode ""Create New Items and Update Existing Ones" You need to assign in the following format. W631-FPWT-8A W631-FPWT-8B W631-FPWT-8 (Configurable) W631-FPWT-4A W631-FPWT-4B W631-FPWT-4 (Configurable) W631-FPWT-8A W631-FPWT-8B W631-FPWT-4A W631-FPWT-4B W631-FPWT (Configurable)

I would suggest running a small import on a test server and checking the frontend results.

pogulajay commented 5 years ago

Thank you very much for your reply, i tried as per your above comments but didn't work. Simple products are not assigning to multiple configurable products. Not sure what is the issue.

pogulajay commented 5 years ago

Any Update on this? I have the same issue on Magento 2 also. Is there any solution for this?