-- HikaShop version -- : 2.6.4
-- Joomla version -- : 3.6.2
-- PHP version -- : 7
I have a CSV file with products that looks like this:
product_code Categories (structure) Product_name
Fxxxxxxx Helse Skjønnhet > Relax & Komfor > Massasje Apparater |Sprinkel Hodebunn
Hxxxxxxx Uvanlige Gaver > Spill & Leker > Drikke Spill |Drikkeleken Spinn Pilen
Hxxxxxxx Uvanlige Gaver > Sex Produkter |Kamasutra Shot Glass (6 pakning)
Hxxxxxxx Uvanlige Gaver > Spill & Leker > Drikke Spill |Ludo Drikkespill med Shots
When I import the CSV file to hikashop I want to use the category structure as you see above in the file:
3 level deep categories.
I know that I can import 2 level deep categories.
It it possible to import and make hikashop auto create 3 level deep categories ? and if so, what should I change the category columns to in the CSV file ?
I know the first column category should me named "parent_category" and the second "categories", what should the 3 level category column be called ?
tnx