ijoin Posted October 16, 2014 Share Posted October 16, 2014 hi, Is there any way to bulk edit the default category for each product? I have about 3000 products and it will take long time to edit it one by one I want to change the default category so I can show the full breadcumb path Or is there any way to show full breadcumb without changing the default cateogry? Thanks Link to comment Share on other sites More sharing options...
ijoin Posted October 16, 2014 Author Share Posted October 16, 2014 What do you mean by "bulk edit"? You can create all the things in the admin section category wise and breadcrumb can manage from the admin easily. May I know, which platform you are using? I mean how to edit all my products' default category in one go? First the breadcumb is like this, it only show the main category without showing the sub category I need to edit the default category for the product, like this So in the end it will be like this What i mean is, is there a way to bulk edit all the product via csv? thanks Link to comment Share on other sites More sharing options...
ijoin Posted October 21, 2014 Author Share Posted October 21, 2014 bump this question Link to comment Share on other sites More sharing options...
ijoin Posted October 24, 2014 Author Share Posted October 24, 2014 bump again bro Link to comment Share on other sites More sharing options...
dformica Posted February 4, 2015 Share Posted February 4, 2015 On previous 1.5 version it used to be the first category in the csv e.g (11|12 || other category || other category...) Categories (x,y,z...) = 11|12||23|24|25|54 But I noticed that in my 1.6.0.9 it only sets to the first category (11) ignoring the following (12) in my example. Is it a bug? or is this intended? Link to comment Share on other sites More sharing options...
Enrique Gómez Posted February 11, 2015 Share Posted February 11, 2015 It seems (at least in 1.6.0.119 ) that is not possible to import this value, so it uses the root category as the default one. Link to comment Share on other sites More sharing options...
dformica Posted February 11, 2015 Share Posted February 11, 2015 If you have the same problem, please vote for this issue: Not able to set default category during CSV import http://forge.prestashop.com/browse/PSCSX-4645 Link to comment Share on other sites More sharing options...
bruce_ooi Posted February 15, 2015 Share Posted February 15, 2015 Me having the same problem. Link to comment Share on other sites More sharing options...
proudbird Posted February 16, 2015 Share Posted February 16, 2015 The same problem! Root category as default in any way! Link to comment Share on other sites More sharing options...
bruce_ooi Posted February 16, 2015 Share Posted February 16, 2015 Hi proudbird, I found a solution here https://www.prestashop.com/forums/topic/166528-how-to-set-default-category-in-the-csv-import-file/ Currently, I think the only way you can bulk change the default category is by using sql, not by csv file. You can find the sql code from the topic above, written by TWDesign. And please take note that you need to run the sql code in both "ps_product" and "ps_product_shop" tables in order to make it works. I have tried it, and it works for me. Hope this would be helpful to you. Link to comment Share on other sites More sharing options...
proudbird Posted February 17, 2015 Share Posted February 17, 2015 Hi bruce_ooi, Thank for your reply, but I solved that problem another way (but I am not sure that it solves the problem completely). I took the last version of AdminImportController.php from here. It helped me to set the default category as I want, but as I understood the issue is opened still. Link to comment Share on other sites More sharing options...
Recommended Posts