magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

MAGETWO-70390 selection can change qty #100

Closed adam-paterson closed 6 years ago

adam-paterson commented 6 years ago

Provides support for selection_can_change_qty during import and export

Description

Adds bundle selection properties for use during import and export.

Fixed Issues (if relevant)

  1. magento/magento2#9342 (magento-engcom/import-export-improvements#41 )

Manual testing scenarios

  1. Create Simple products to assign to bundle.
  2. Create Bundled products and assign simples as options.
  3. Export via Import/Export. {{bundle_values}} column should have a property for {{can_change_qty}} which matches the value in for the option in the admin.
  4. Change the value of {{can_change_qty}} and import using the Add/Replace method. Bundle option should change the "User Defined" checkbox in the admin.

Contribution checklist

dmanners commented 6 years ago

Hey @adam-paterson thanks for this. The code looks ok for me at the moment but I see there are a few failing unit and integration tests in the travis build.

Would you be able to have a look at these?

Thanks

magento-engcom-team commented 6 years ago

@adam-paterson thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository.

adam-paterson commented 6 years ago

@magento-engcom-team Accepted 👍