sorting - Magento 2 configurable product Dropdown sort options -


i want ask how can sort options in dropdown on magento 2 configurable product add products import csv file.

example: first option size, second color how can sort options make first color, second size. use import csv add products.

enter image description here

you can change sort order of configurable product drop downs when editing configuration configurable product via wizard via drag , drop. afterwards have, respectively regenerate associated products. enter image description here

this way need regenerate associated simple products configurable products want change sort order of drop downs for. although can try using alternative method in order avoid regeneration


Comments

Popular posts from this blog

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -