fearanloath Posted February 6, 2014 Share Posted February 6, 2014 (edited) ok.. let me start off saying the following comment: AAAAAAARGHHH!!!! ok.. now that out of my system. This importing it getting om my nerves! Spending all day trying to import the follow simple csv: code for categories: id;category_parent_id;name2;1;Dekk og Felg3;1;Tuning & Bilsport4;1;Styling code for subcategories: id;category_parent_id;name 16;4;Chrysler17;4;Citroen18;4;Fiat19;4;Ford20;4;Honda I really cant see what im doing wrong here. This should be the easiest code to import ever! All im getting is "The ID category cannot be the same as the ID Root category or the ID Home category." every friggin time! Are there some database gurus there seeing what im doing wrong here? Edited February 6, 2014 by fearanloath (see edit history) Link to comment Share on other sites More sharing options...
stottycabanas Posted February 6, 2014 Share Posted February 6, 2014 (edited) Welcome fearanloath. In the default Prestashop setup, category ids 1 & 2 are used for Root and Home respectively. Try starting your category numbers from 3 instead of 2. Some deep breathing may also help ... Cheers, Dave Edit: and make the parent category 2 not 1 Edited February 6, 2014 by stottycabanas (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts