-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Labels
Component: ImportExportIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report
Description
Steps to reproduce
- Magento 2.1.0
- Go to Stores > Attribute: Attribute Sets and create two new sets (e.g. S-1 and S-2)
- Assign some attributes to sets
- Create a csv file with products. Value of
attribute_set_code
should be "S-1" - Go to System > Data transfer: Import
- Import products [Import Behavior: Add/Update]
- Edit csv file. Change value of
attribute_set_code
to "S-2" - Go to System > Data transfer: Import
- Import products [Import Behavior: Add/Update]
- Nothing is changed, so import products one more time, but change Import Behavior to Replace
Expected result
- Since Magento 2.1.0 it is possible to change attribute sets when editing products. I think that it should be possible on products update via import.
Actual result
- Attribute Sets are not changed.
- Imports are successful, without any errors.
- Only way to change attributes set is to delete products with old set and import products with new set.
Example files
"sku","store_view_code","attribute_set_code","product_type","categories","product_websites","name","weight","product_online","tax_class_name","visibility","price","url_key","display_product_options_in","msrp_display_actual_price_type","country_of_manufacture","qty","out_of_stock_qty","use_config_min_qty","is_qty_decimal","allow_backorders","use_config_backorders","min_cart_qty","use_config_min_sale_qty","max_cart_qty","use_config_max_sale_qty","is_in_stock","notify_on_stock_below","use_config_notify_stock_qty","manage_stock","use_config_manage_stock","use_config_qty_increments","qty_increments","use_config_enable_qty_inc","enable_qty_increments","is_decimal_divided","website_id","deferred_stock_update","use_config_deferred_stock_update"
"Simple1",,"S-1","simple","Default Category/issue",,"Simple 1",1,1,"Taxable Goods","Catalog, Search",10,,"Block after Info Column","Use config",,5,0,1,0,0,1,1,0,0,1,1,,1,0,1,1,0,1,0,0,1,0,1
"Simple2",,"S-1","simple","Default Category/issue",,"Simple 2",1,1,"Taxable Goods","Catalog, Search",20,,"Block after Info Column","Use config",,5,0,1,0,0,1,1,0,0,1,1,,1,0,1,1,0,1,0,0,1,0,1
"Simple3",,"S-1","simple","Default Category/issue",,"Simple 3",1,1,"Taxable Goods","Catalog, Search",30,,"Block after Info Column","Use config",,5,0,1,0,0,1,1,0,0,1,1,,1,0,1,1,0,1,0,0,1,0,1
"sku","store_view_code","attribute_set_code","product_type","categories","product_websites","name","weight","product_online","tax_class_name","visibility","price","url_key","display_product_options_in","msrp_display_actual_price_type","country_of_manufacture","qty","out_of_stock_qty","use_config_min_qty","is_qty_decimal","allow_backorders","use_config_backorders","min_cart_qty","use_config_min_sale_qty","max_cart_qty","use_config_max_sale_qty","is_in_stock","notify_on_stock_below","use_config_notify_stock_qty","manage_stock","use_config_manage_stock","use_config_qty_increments","qty_increments","use_config_enable_qty_inc","enable_qty_increments","is_decimal_divided","website_id","deferred_stock_update","use_config_deferred_stock_update"
"Simple1",,"S-2","simple","Default Category/issue",,"Simple 1",1,1,"Taxable Goods","Catalog, Search",10,,"Block after Info Column","Use config",,5,0,1,0,0,1,1,0,0,1,1,,1,0,1,1,0,1,0,0,1,0,1
"Simple2",,"S-2","simple","Default Category/issue",,"Simple 2",1,1,"Taxable Goods","Catalog, Search",20,,"Block after Info Column","Use config",,5,0,1,0,0,1,1,0,0,1,1,,1,0,1,1,0,1,0,0,1,0,1
"Simple3",,"S-2","simple","Default Category/issue",,"Simple 3",1,1,"Taxable Goods","Catalog, Search",30,,"Block after Info Column","Use config",,5,0,1,0,0,1,1,0,0,1,1,,1,0,1,1,0,1,0,0,1,0,1
Metadata
Metadata
Assignees
Labels
Component: ImportExportIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentGate 4. Acknowledged. Issue is added to backlog and ready for developmentbug report