-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix import grouped products #12853
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
Fix import grouped products #12853
Conversation
@PieterCappelle - Have you ever got a chance to solve this issue. If you found any solution, please let me know. Thanks |
@sasilinux This should be fixed. See commit. 01013fa |
@PieterCappelle - Yes. It is working for me. Thanks a ton. |
Hi @PieterCappelle, thank you for your PR! I will probably process it after the holidays. |
Hi @PieterCappelle, thanks again for your PR! It has been merged into |
When is 2.3 due for release? |
@adamlavery Sorry, I'm not aware of a planned date for 2.3. Maybe somebody of the core team can chime in. |
This is absurd. It is only a couple of lines and it's been months. Give us a 2.2 patch already. |
@yoosefi Everybody can create a PR with a backport to 2.2. |
@mzeis great idea, how about the person that introduced this regression? |
@yoosefi I'm afraid that the core team won't backport the fix to 2.2 if that's what you mean. You can use the patch URL functionality by GitHub https://patch-diff.githubusercontent.com/raw/magento/magento2/pull/12853.patch to see if this fixes the problem for you in 2.2. If yes, feel free to use it! If you then want to create a PR against |
Accepted Public Pull Requests: - #18126: [Backport] [2.2] Changed intval($val) to (int) $val, since it is faster: (by @dmytro-ch) - #18000: Fix sitemap grid render incorrect base urls for multiple stores (by @nntoan) - #18098: Fix shipping discount failed to apply during place order (by @torreytsui) - #18113: [Backport] Fixes from #15947 (by @ihor-sviziev) - #18097: [Backport] Fix import grouped products #12853 (by @insanityinside) - #17993: fix #17582 ./bin/magento config:show fails with a fatal error (by @keyurshah070) - #17679: Update shipment collection to unserialize `packages` attribute after load (by @dnsv) - #18055: fix: reset search mini-form when we have no data / an empty response (by @DanielRuf) - #14065: Correctly convert config integration api resources (by @therool) Fixed GitHub Issues: - #17999: Sitemap grid display incorrect base URL in the grid if using multiple stores (reported by @nntoan) has been fixed in #18000 by @nntoan in 2.2-develop branch Related commits: 1. 1172aae - #17582: ./bin/magento config:show fails with a fatal error (reported by @simonworkhouse) has been fixed in #17993 by @keyurshah070 in 2.2-develop branch Related commits: 1. ae503f6 - #12095: Update 2.2.1: One or more integrations have been reset because of a change to their xml configs. (reported by @thomvanderboon) has been fixed in #14065 by @therool in 2.2-develop branch Related commits: 1. 89a0a09 2. 5815a20 3. 406935b 4. 3868e81 5. 42eab52
As of 2.2, group products no longer import properly. Using the sample data given on the system->import page, it will import the group product (the product type is correct), but no longer associate the simple products to the grouped product. This was confirmed working in 2.1.7, but looks to be broken in 2.2.1 and 2.2.2.
I fixed this for 2.3. If accepted, I'll create backport for 2.2
Fixed Issues (if relevant)
Manual testing scenarios
Contribution checklist