Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simple product not assigning to multiple configurable products #574

Open
pogulajay opened this issue Dec 26, 2018 · 6 comments
Open

Simple product not assigning to multiple configurable products #574

pogulajay opened this issue Dec 26, 2018 · 6 comments

Comments

@pogulajay
Copy link

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
Copy link

hejhog commented Jan 2, 2019

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
Copy link
Author

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
Copy link

hejhog commented Jan 3, 2019

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
Copy link

hejhog commented Jan 3, 2019

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
Copy link
Author

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants