shopcoiffure Posted April 9, 2014 Share Posted April 9, 2014 Hello, I just installed the new Prestashop 1.6 and I try to find out how to edit the phone number (or remove it) on top left of the default theme (in the text "Call us now toll free…"). I've searched everywhere, in modules and other menus but can't find the solution. Anyone knows? Thanks! 1 Link to comment Share on other sites More sharing options...
shopcoiffure Posted April 9, 2014 Author Share Posted April 9, 2014 Problème réglé. J'ai trouvé le module "bloc contact" que j'ai mis à jour et le problème est réglé. Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2014 Share Posted April 10, 2014 hello go to modules > modules section search for "block contact" module and click on configure button, you will see the form to edit the phone number: if you want to remove phone number permanently, go to /theme/YOUR_THEME/modules/blockcontact/blockcontact.tpl and remove code responsible for whole phone number feature. 7 Link to comment Share on other sites More sharing options...
seabaz Posted April 10, 2014 Share Posted April 10, 2014 Hi there, probably PrestaLegend, How can we change the text ""Call us now toll free.."? I want to customise the wording. Thanks a lot Link to comment Share on other sites More sharing options...
brim Posted April 10, 2014 Share Posted April 10, 2014 To change the text in the header "Call Us toll free" Edit the file nav.tpl located in \themes\yourtheme\modules\blockcontact. You can edit it on line 30. Link to comment Share on other sites More sharing options...
seabaz Posted April 10, 2014 Share Posted April 10, 2014 Hi Brim, thanks alot man! i changed in other blockcontactinfo.tpl file, apparenty didnt work. It's nav.tpl Link to comment Share on other sites More sharing options...
vekia Posted April 10, 2014 Share Posted April 10, 2014 1) localization > translations 2) from first dropdown select "installed modules translations" 3) from second dropdown selelct your template then 4) click on flag you want to translate / change then search for this text and just translate it. Link to comment Share on other sites More sharing options...
intexpo Posted June 24, 2014 Share Posted June 24, 2014 1) localization > translations 2) from first dropdown select "installed modules translations" 3) from second dropdown selelct your template then 4) click on flag you want to translate / change then search for this text and just translate it. Hello How can remove link from my email in contact us fother, I want only text without link to my email address hello go to modules > modules section search for "block contact" module and click on configure button, you will see the form to edit the phone number: if you want to remove phone number permanently, go to /theme/YOUR_THEME/modules/blockcontact/blockcontact.tpl and remove code responsible for whole phone number feature. Hello 1 Link to comment Share on other sites More sharing options...
adeep Posted November 24, 2014 Share Posted November 24, 2014 Hello I don't want to change 'Call us now' and not the phonenumber, I just wnt to change the backgroudcolor of this module. Could you tell me please how? Thanks a lot. Link to comment Share on other sites More sharing options...
navid68 Posted December 19, 2014 Share Posted December 19, 2014 Hi, how is it possible to change the phone number to a call button to call a phone number? I am looking for a module or a way to put a call button on the website, any suggestion? Thanks Navid Link to comment Share on other sites More sharing options...
franek Posted December 21, 2014 Share Posted December 21, 2014 Hi guys, I would like not to show at all the telephone in the header, but I would like to show our email instead. How can I do it? Thanks! 1 Link to comment Share on other sites More sharing options...
franek Posted December 30, 2014 Share Posted December 30, 2014 Hey guys, any ideas on my question? Link to comment Share on other sites More sharing options...
mickeyboy1 Posted December 30, 2014 Share Posted December 30, 2014 (edited) Hi guys, I would like not to show at all the telephone in the header, but I would like to show our email instead. How can I do it? Thanks! Easiest way would be to edit themes/YOUR-THEME/modules/blockcontact/nav.tpl.... Find: {if $telnumber} <span class="shop-phone"> <i class="icon-phone"></i>{l s='Call us now:' mod='blockcontact'} <strong>{$telnumber}</strong> </span> {/if} And change it to this: {if $email} <span class="shop-phone"> <!--<i class="icon-phone"> --></i>{l s='Email us now:' mod='blockcontact'} <strong>{$email}</strong> </span> {/if} I have commented out the i-class but you could delete it if you want. You can change the text "Email us now" to whatever you want But keep the <span class="shop-phone">, this will keep it centralised in the navbar Edited December 30, 2014 by mickeyboy1 (see edit history) Link to comment Share on other sites More sharing options...
franek Posted December 30, 2014 Share Posted December 30, 2014 Thanks mickeyboy! It worked with {if $email} just once (in your code it was twice ) Link to comment Share on other sites More sharing options...
mickeyboy1 Posted December 30, 2014 Share Posted December 30, 2014 oops i shall change it in case anyone else wants to use it Link to comment Share on other sites More sharing options...
dorsai Posted February 8, 2015 Share Posted February 8, 2015 Hi guys! I'm editing themes/default-bootstrap/modules/blockcontact/nav.tpl file but nothing changes. I tried in different browsers so it's probably not the cache's fault. Is there any way to make this work? (default bootstrap is my only theme) Link to comment Share on other sites More sharing options...
vekia Posted February 9, 2015 Share Posted February 9, 2015 Hi guys! I'm editing themes/default-bootstrap/modules/blockcontact/nav.tpl file but nothing changes. I tried in different browsers so it's probably not the cache's fault. Is there any way to make this work? (default bootstrap is my only theme) the question is what you exactly want to change? Link to comment Share on other sites More sharing options...
dorsai Posted February 9, 2015 Share Posted February 9, 2015 I'm trying to add something after telephone number, ie add email. I made following change in themes/default-bootstrap/modules/blockcontact/nav.tpl butnothing has changed <span class="shop-phone"> <i class="icon-phone"></i>{l s='Call us now:' mod='blockcontact'} <strong>{$telnumber}</strong> | email: <strong>{$email}</strong> </span> Link to comment Share on other sites More sharing options...
Recommended Posts