Jump to content

Override FrontControllerCore class from custom module


prestashop_newuser

Recommended Posts

 

In my custom module I have added a new file override/classes/controller/FrontController.php

and add this content

class FrontController extends FrontControllerCore

{

//.. override methods

}

 

then how to use that newly created class FrontController class in my module php file Or I have to do something else to override that?

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...