SRUTHI R BABU Posted June 13, 2022 Share Posted June 13, 2022 (edited) Hi everyone. I need to know whether it's possible to add a new module category in prestashop 1.7 backoffice. And if possible please mention how to do it. Thanks in advance. Edited June 13, 2022 by SRUTHI R BABU (see edit history) Link to comment Share on other sites More sharing options...
Ress Posted June 16, 2022 Share Posted June 16, 2022 The list of categories is retrieved via API from Prestashop. You can see exactly how they are retrieved: your_prestashop/src/PrestaShopBundle/Controller/Admin/Improve/ModuleController.php, getCategories() method more specific: your_prestashop/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php, getCategoriesMenu() method 2 Link to comment Share on other sites More sharing options...
SRUTHI R BABU Posted June 23, 2022 Author Share Posted June 23, 2022 On 6/13/2022 at 12:27 PM, ndiaga said: Hi, That category is created by the module itself. Are you building a new module? yes I am building a new module 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