Admin - How To Expand To Categories Automatically?

There is probably some setting somewhere, but for the life of me, I can't find it.



While in Admin, how can I have CS-Cart automatically expand to all the categories so that I don't have to click the radio buttons all the time? The standard situation is a big productivity-killer when I'm doing product maintenance on many products.



Where:

  1. Admin / Products / Categories
  2. Admin / Products / Products / 'Search in category' / '+' sign



    Thank you in advance for any tips



    Olof

Dear Olof,



Please try to change the value of the CATEGORY_SHOW_ALL parameter in the config.php file:



define('CATEGORY_SHOW_ALL', 100); // if number of categories less than this value, categories tree will be expanded




Thanks

Thanks for the information.



As a ´simple´ end-user (with admin rights) how/where can I open the config.php file?



regards,

Olof

[quote name='Olof' timestamp='1410199009' post='191689']

Thanks for the information.



As a ´simple´ end-user (with admin rights) how/where can I open the config.php file?



regards,

Olof

[/quote]



Connect to your server via FTP access and find the config.php file in the root directory of your CS-Cart installation. Thanks

Another way to display to choose a category, an addon something now somebody ? I have 800 categories...and it is very hard

Did you try the solution from post #2?