Erick678 Posted July 19, 2012 Share Posted July 19, 2012 Hi all, I have 2 categories (Room 1 and Room 2) and in each category a subcategory (Kitchen).. When i add products with a csv file, the products came in 1 of the kitchen subcategory's. - Room1 -- Kitchen - Room2 -- Kitchen My product csv looks like this: ID;NAME;CATEGORY; 121;HPRADIO;Room1,Kitchen 122;HPRADIO222;Room2,Kitchen I want to add product HPRADIO in category Room1 and in subcategory Kitchen and HPRADIO222 in category Room2 and in subcategory Kitchen of Room 2. But when i upload the CSV, the 2 products came in Kitchen of Room 1. Can anyone help me please? Thanks Link to comment Share on other sites More sharing options...
Maria Kvasnytska Posted July 20, 2012 Share Posted July 20, 2012 Hello. If I understood you correctly in column "Category" you have for products with ID 121 the following value - "Room1,Kitchen" where Room1 is parent category and Kitchen is sub-category and they are separated by comma. The .csv files of such structure can be imported via Store Manager for PrestaShop. Using it the products will be assigned to correct sub-categories. Also, if you have main category Room1 and sub-category Kitchen in separate columns of your .csv file, you can easily merge them either in Excel or in the process of import via Store Manager for PrestaShop. You can download 30-days free trial of Store Manager for PrestaShop here - http://www.prestashopmanager.com/ Give it a try and let me know if it was useful for you. Link to comment Share on other sites More sharing options...
Recommended Posts