Hi,
nicolas wrote:
The column name should be categories_ordering
That's because instead of :
;"Size";"13.5 ";1
;"Size";"15 ";2
;"Size";"15.5 ";3
you could have:;"Size";"13.5|15|15.5";"1|2|3"
Ok, thanks, I corrected my import file, but it still does not work as expected. The following import file:
product_code;parent_category;categories;categories_ordering
;"Category";"Cyclo Cross |E-Bikes City |E-Bikes MTB |Fitness |Full Suspension All Mountain |Full Suspension Cross Country |Full Suspension Enduro |Full Suspension Trail |Hardtails 26 |Hardtails 27.5 |Hardtails 29 |Road |Single Speed |Trekking / City |Women |Youth / Kids ";"1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16"
;"Size";"13.5 |15 |15.5 |16 |17 |18 |18.5 |19 |20 |21 |21.5 |22 |24 |36 |38 |41 |42 |42L |43 |44 |45 |46 |46L |47 |48 |50 |51 |51L |52 |53 |54 |55 |56 |56L |58 |59 |60 |61 |65 |L |S ";"1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17|18|19|20|21|22|23|24|25|26|27|28|29|30|31|32|33|34|35|36|37|38|39|40|41"
gets not imported in the given sort order. In the back-end all values of column "Order" are zero.