astrochase Posted May 16, 2011 Share Posted May 16, 2011 Are there such things as module hooks? I'm wanting to bypass the traditional template hooks like HOOK_TOP, and instead call modules directly. I've seen some hacks that alter Prestashop's code directly to create new hooks, but this isn't particularly upgrade-proof.What can I do? Link to comment Share on other sites More sharing options...
liquidesnake Posted May 17, 2011 Share Posted May 17, 2011 You can either remove HOOK_TOP in ur theme or Create your own. Be aware that if u remove Hook_top some modules will not display anymore because they r pointing to the Hook_TOP. HOOKS are easy to implement...I am sure you ca find some tutorials out there. 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