Jump to content

Insert text on Contact us page


JRFerreira

Recommended Posts

ni idea

 

 

 

 

 

 

 

si busca una cámara de video o filmadoras en puedes visitar mi pagina www.iguamashop.com

 

please don't bump...if you want to 'bump'  then add more info to original post, then post you have updated original post.  thanks

 

native prestashop supports adding additinoal contacts, but it's not real clear to us what exactly you want to do.

 

09.27.2014-15.52.png

http://screencast.com/t/0xmShU4g

Link to comment
Share on other sites

  • 2 weeks later...

If you go into themes/Your_theme/contact-form.tpl you will find this around line 27

<h1 class="page-heading bottom-indent">
    {l s='Customer service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if}
</h1>

change it to 

<h1 class="page-heading bottom-indent">
    {l s='Customer service'} - {if isset($customerThread) && $customerThread}{l s='Your reply'}{else}{l s='Contact us'}{/if} <br>
your-text-here
</h1>

Just be aware that the text you enter will be in H1 format

  • Like 1
Link to comment
Share on other sites

  • 2 months later...

Hi! I had the same idea. What I did is that I just simply past in the html-code for my text after the H1 tag in contact-form.tpl. It works great, the only problem I have is that I can’t change the language so my text only shows in Swedish. Just wanted to tips you about what I did. You can see it here:

http://www.afrostore.se/sv/kontakt

 

Hope that this can help someone else and if someone have an idea on how I can translate this text to English It would be great to hear.

 

/Anni

Link to comment
Share on other sites

×
×
  • Create New...