Skayfer Posted May 16, 2015 Share Posted May 16, 2015 Hi, I create a new shop in Presta, but i have problem. I want move contact form page to CMS specific page. My CMS page is in top nav menu. I try adding hook {if $cms->id == 5} {hook h='kontakt'} {/if} to cms.tpl, but now i dont have idea what i should edit. I try edit block contact public function hookkontakt($params) { return $this->hookDisplayNav($params); } It only displat 'contact with us' button. I dont know where is module who display contact form, and what i should do. Link to comment Share on other sites More sharing options...
HiPresta Posted May 16, 2015 Share Posted May 16, 2015 Try: public function hookkontakt($params){ return $this->hookDisplayRightColumn($params); } Also make sure to transplant the module to "kontakt" hook Link to comment Share on other sites More sharing options...
nt2015 Posted December 27, 2015 Share Posted December 27, 2015 Hello, Can you please tell if and how you solved your issue? I am new to Prestashop and I am trying to find my way around. If you possibly have the time, can you please explain in detail how you do this? Thanking you in advance for your time. Helen 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