macopedia / magmi-m2

Magmi GitHub, see branch magento2 for a version compatible with Magento 2
113 stars 53 forks source link

Simple products not linked to configurable #85

Closed awglaat closed 4 years ago

awglaat commented 4 years ago

// Provide a general summary of the issue in the Title above

Preconditions

// Provide a more detailed information about you Magento, Apache2/nginx, PHP & MySQL version // Provide example CSV file to help us reproduce your issue

  1. magmi v0.7.24-git
  2. magento ver. 2.3.1
  3. APACHE + PHP 7.2.19-1+0~20190531112637.22+stretch~1.gbp75765b (cli)
  4. Server version: 10.1.38-MariaDB-0+deb9u1 Debian 9.8
  5. new attribute_set as copy from default name "Linnengoed"
  6. added product attribute size (scope global) and assigned to attribute.
  7. file attached.

Steps to reproduce

// Provide a list of steps to reproduce this bug, include which plugins you use // You can attach your magmi profile files stored in directory "{your Magento dir}/magmi/conf/{your profile name directory}

  1. upload file and import via magmi (Configurable Item processor v1.3.7a enabled)

Actual result

// Tell us what happens instead - screenshot, logs etc.

  1. configurable product created.
  2. simple products created.
  3. simple product not linked to configurable product

test.txt

awglaat commented 4 years ago

as i was just reading on internet it seems that the configurable product is changed to simple product on save (as indicated by others on stackexchange.

Is there a way to import configurable products with a working simple product relation? What are the versions (i might consider downgrading) this is tested on and do you have an example file

awglaat commented 4 years ago

duplicate https://github.com/macopedia/magmi-m2/issues/30

but the solution is unclear