JRFerreira Posted September 27, 2014 Share Posted September 27, 2014 Hi there, how can i insert text below the title Help Desk - Contact us? Best regards Link to comment Share on other sites More sharing options...
iguamashop Posted September 27, 2014 Share Posted September 27, 2014 ni idea si busca una cámara de video o filmadoras en puedes visitar mi pagina www.iguamashop.com Link to comment Share on other sites More sharing options...
El Patron Posted September 27, 2014 Share Posted September 27, 2014 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. http://screencast.com/t/0xmShU4g Link to comment Share on other sites More sharing options...
JRFerreira Posted October 6, 2014 Author Share Posted October 6, 2014 Hi Patrão, thanks for your reply. I'm trying to insert some text below the title, as you can see on the pic: http://grab.by/AYrw Is it possible to add bilingual text [En and Pt]? Link to comment Share on other sites More sharing options...
mickeyboy1 Posted October 6, 2014 Share Posted October 6, 2014 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 1 Link to comment Share on other sites More sharing options...
Anni_wi Posted December 29, 2014 Share Posted December 29, 2014 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 More sharing options...
Anni_wi Posted December 29, 2014 Share Posted December 29, 2014 I just found the solution! I added the following code in contact-form.tpl: {if $lang_iso == sv } swedish text {else} My text in english {/if} This worked great. Dont know If you should do like this but it worked for me. Link to comment Share on other sites More sharing options...
Recommended Posts