magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

[MAGETWO-2328] Import with Append Complex Data for product with custom options not transfer values of not default store view #29

Open piotrekkaminski opened 7 years ago

piotrekkaminski commented 7 years ago

From @piotrekkaminski on November 2, 2017 20:36

Preconditions

  1. Several store view exists in the system
  2. The simple product is created with custom option 'Checkbox' and with two rows (Default Values) for example:
title of rows price
title1 10
title2 20
  1. Change the title and prices for custom option for not default store view for example:
title of rows price
update_title1 100
update_title2 200
  1. Make export for this product in System-> Import/Export-> Export
  2. Delete the product from the system in Catalog-> products

Steps to reproduce

  1. Go to System-> Import\Export->Import
  2. Select "Products" entity type
  3. Select behavior "Append Complex Data"
  4. Upload the .csv file from precondition 4
  5. Go to Catalog-> Manage Products - the product is appeared after Import
  6. Open edit page of this product - in the "Custom Options" tab the option info displayed correctly for "Default Values"
  7. Select the store view from precondition 3

Actual Result

The titles and prices of rows have default values

Expected Result

The titles and prices of rows have values from precondition 3

Copied from original issue: magento/magento2#11976