Jump to content

Making a module change a default behavior without using overrides in Prestashop


volkovmqx

Recommended Posts

You can use hooks to implement additional functionality but you will need to write a module to wrap up the hook functions. Which hook you can use will depend on which template file you need the data to be available to.

 

Basically modifications to Prestashop come in 3 forms (in my order of preference):

 

- Hook (module)

- Custom Controller

- Override

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