volkovmqx Posted August 16, 2015 Share Posted August 16, 2015 I want my PS module to change a default behavior without using overrides. The change I want to do is to add some element to a ".tpl" file. Is it possible? Link to comment Share on other sites More sharing options...
Paul C Posted August 16, 2015 Share Posted August 16, 2015 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 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