Jump to content

Add new module category in prestashop backoffice


Recommended Posts

  • SRUTHI R BABU changed the title to Add new module category in prestashop backoffice

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

 

  • Like 2
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...