Jump to content

Add "Contact Us" link to info box


Recommended Posts

if is prestashop 1.4, you need to add in blockcms/blockcms.tpl in line 42, you have

 

</ul>

 

add before this

 

<li><a href="{$link->getPageLink('contact-us.php')}" title="{l s='Contact' mod='blockcms'}">{l s='Contact' mod='blockcms'}</a></li>

 

if have ps 1.3, the module is the blockinfo

Link to comment
Share on other sites

Well that is close but not exactly correct for 1.4 the line should read:

 

<li><a href="{$link->getPageLink('contact-form.php')}" title="{l s='Contact' mod='blockcms'}">{l s='Contact Us' mod='blockcms'}</a></li>

 

And if you want it to read Contact Us instead of just Contact add the Us as above.

  • Like 1
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...