magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

2.2 Importing Group Products No Longer Works #76

Closed piotrekkaminski closed 6 years ago

piotrekkaminski commented 6 years ago

From @mzenner1 on December 18, 2017 17:16

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.

Copied from original issue: magento/magento2#12793

piotrekkaminski commented 6 years ago

From @magento-engcom-team on December 21, 2017 6:37

@mzenner1, thank you for your report. We've created internal ticket(s) MAGETWO-85900 to track progress on the issue.

piotrekkaminski commented 6 years ago

From @PieterCappelle on December 21, 2017 21:16

Hi @mzenner1 , I've created PR to fix this issue. Currently only for 2.3-develop branch. If accepted I'll create backport to 2.2-develop branch.

Issue has been created because of new functionality in 2.2 & 2.3 for duplicate SKU's. Every SKU is lowercased. In this function it was forgotten to change SKU to lowercase.

@dmanners Could you add import/export label to this issue. Thanks!

piotrekkaminski commented 6 years ago

From @sasilinux on December 22, 2017 4:13

@mzenner1 - Have you ever got a chance to solve this issue. If you found any solution, please let me know. Thanks

piotrekkaminski commented 6 years ago

From @PieterCappelle on December 22, 2017 6:50

@sasilinux I fixed in that PR. Just need to fix unit test but is easy. Will fix it.

piotrekkaminski commented 6 years ago

From @mzeis on December 27, 2017 12:58

@PieterCappelle @dmanners FYI I added the Import/Export label.

dmanners commented 6 years ago

Duplicate of https://github.com/magento-engcom/import-export-improvements/issues/34