Jump to content

How to include stores page to contact page


Recommended Posts

Hi,

I would like to include the content of the shops page on the contact page. I try editing contact.tpl:

{**
	(...)
 * International Registered Trademark & Property of PrestaShop SA
 *}
{extends file='page.tpl'}

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

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

{block name='page_content'}
  {widget name="contactform"} 

{/block}

But I don't have sufficient experience for make it

Is it possible to include the stores.tpl file in such a way that stores are also visible underneath?

 

Thank You very much
Paweł

 

 

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