langziyang Posted May 22, 2014 Share Posted May 22, 2014 i want add module to login page,i do not find the hook name. Link to comment Share on other sites More sharing options...
Alex Simonchik BelVG Posted May 22, 2014 Share Posted May 22, 2014 Hi, you can find all hook into authentication.tpl of your theme. There is the next hooks: {$HOOK_CREATE_ACCOUNT_FORM} {$HOOK_CREATE_ACCOUNT_TOP} This file doesn't have hook right near 'Sign In' button, but you can use other hook and move content with jQuery. Regards Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2014 Share Posted May 22, 2014 or just move {$HOOK_CREATE_ACCOUNT_TOP} mentined by Alexander above to place where you want to display contents :-) in authenticate.tpl file you can use this variable right after <button type="submit" id="SubmitLogin" name="SubmitLogin" class="button btn btn-default button-medium"> <span> <i class="icon-lock left"></i> {l s='Sign in'} </span> </button> 2 Link to comment Share on other sites More sharing options...
langziyang Posted May 22, 2014 Author Share Posted May 22, 2014 so when i create install() function,i will write $this->registerHook('createAccountForm')? Link to comment Share on other sites More sharing options...
CartExpert.net Posted May 22, 2014 Share Posted May 22, 2014 Hi. Yes, that's what you need to put there. Regards.Robin.The CartExpert Team Link to comment Share on other sites More sharing options...
vekia Posted May 22, 2014 Share Posted May 22, 2014 you can also transplant module to this hook under module > positions tab in your back office Link to comment Share on other sites More sharing options...
langziyang Posted May 23, 2014 Author Share Posted May 23, 2014 thanks all 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