Spilter Posted December 23, 2020 Share Posted December 23, 2020 Hello, I need some help, where i can found Categories search from adding new product ? I want to remove it or be by defaul collapsed. I attached a screenshot from my site. Thanks ! Link to comment Share on other sites More sharing options...
ClassyDevs Posted December 24, 2020 Share Posted December 24, 2020 (edited) Hello, Spilter There is no option by default in PrestaShop core to remove it. If you can add this css in your back office css to collapse it .product-page .category-tree-overflow ul.category-tree ul { display: none; } Hope your issue will solve. Thank you Edited December 24, 2020 by ClassyDevs (see edit history) Link to comment Share on other sites More sharing options...
Spilter Posted December 24, 2020 Author Share Posted December 24, 2020 Thanks for your answer but in what css to put this ? If is not possible to remove the categorie, i want to use only search category to selecte a parent for product. I have over 10.000 categories and backoffice product page is loading verry slow. Link to comment Share on other sites More sharing options...
ClassyDevs Posted December 24, 2020 Share Posted December 24, 2020 Hello, /adminfoldername/themes/new-theme/public/theme.css. at the end you can put that css. What i know we PrestaShop is coded such a way over 10,000 category backend will not slow. If you want to totally remove that you need to modify the core file by any expert. Using css it can hide from view. Secondly, did you enable the cache from Performance if that is disable site will load slow. Thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now