Jump to content

how to add html code to contact page?


Recommended Posts

Hi

 

Contact.tpl file in prestashop 1.7

{extends file='page.tpl'}

{block name='page_header_container'}{/block}

{block name='left_column'}
  <div id="left-column" class="col-xs-12 col-sm-3">
    {widget name="ps_contactinfo" hook='displayLeftColumn'}
  </div>
{/block}

{block name='page_content'}
  {widget name="contactform"}
{/block}
<!-- ADD CODE OR WIDGET LOAD HERE -->

 

How can  add html code or widget load at the end of tpl?


If I add the code to the end of the file it is not displayed on the front page.
Only the code that I add inside the tags {block name='page_content'} {/block} is displayed

I'm trying to add a full width google map of the classic theme

Thx

 

 

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