geetepunit Posted June 13, 2017 Share Posted June 13, 2017 Hey, I am new to prestashop and something i need to achieve but not finding a way to do that , can someone help me? I have a custom Module ManageMoodboard and created a AdminModuleController for it. I need to call a method of ModuleAdminContoller to Module. Is this possible?, If Yes then how to do that. I googled but not finding a appropriate solution. Link to comment Share on other sites More sharing options...
Nishith Nesdiya Posted June 13, 2017 Share Posted June 13, 2017 Hi...yes you need put here "modules/yourmodule/controllers/admin" and class AdminYourModulesController extends ModuleAdminController { //your code here } Please read https://belvg.com/blog/how-to-use-the-class-admincontroller-in-prestashop.htmlThanks 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