-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.1.xThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.1 releasebug report
Description
Imported configurable products with multiple configurable attributes do not retain the configurable attribute order after exporting and importing. I'm unable to find a mechanism to control catalog_product_super_attribute position values using the CSV product import and export system, either through the configurable_variation_labels CSV field, or the ordering of the attributes within the configurable_variations CSV field.
Preconditions
Magento CE Version 2.0.7
Steps to reproduce
- Create at least two product attributes suitable for product configuration in a configurable product.
- Produts -> Catalog -> Add New Product. Enter any required product data fields.
- Configurations -> Create Configurations
- Select at least two product attributes. Select "Next".
- Change the order of the attributes by dragging the first attribute below the second.
- Select at least one attribute value for each attribute. Select "Next".
- Skip all bulk images, price, and quantity data.
- Generate products and save the configurable product.
- Export product data to CSV.
- Delete the new configurable and virtual / simple products, re-index and clear cache.
- Import the product data from step 9, re-index and clear cache.
Expected result
- Product super attribute order on the front-end product page should match the original product attribute order after export and import.
- The catalog_product_super_attribute table should match the original position values for the previously created product after importing.
Actual result
- View front-end product page and note the attribute sort ordering does not match the order selected in step 5.
- Examine catalog_product_super_attribute table and note that the position values do not match the original attribute positions defined when creating the product configurations.
- In product export CSV, the configurable_variation_labels field does not affect the position of the super attributes for the imported products.
Metadata
Metadata
Assignees
Labels
Fixed in 2.2.xThe issue has been fixed in 2.2 release lineThe issue has been fixed in 2.2 release lineIssue: Format is validGate 1 Passed. Automatic verification of issue format passedGate 1 Passed. Automatic verification of issue format passedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentReproduced on 2.1.xThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.1 releasebug report