magento-engcom / import-export-improvements

Open Software License 3.0
31 stars 29 forks source link

MAGETWO-49985: product custom options export in reverse order fixed #95

Closed umarch06 closed 6 years ago

umarch06 commented 6 years ago

Description

Changed the sort order from descending to ascending while getting custom options for a product, currently default sort order (descending) was used while generating rows for custom options for a product, so now after importing custom options will be displayed in the same order as in which these were exported.

Manual testing scenarios

  1. Create a simple product with two options, the 1st option is a dropdown and the 2nd option is a field, Save it.
  2. System -> Export
  3. System -> Import same file in same store or other
  4. After import, in UI, product options will be in the same order as in it was exported.

Contribution checklist