Jump to content

Adding default contact form to specific CMS page


Skayfer

Recommended Posts

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

  • 7 months later...

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

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