aandk Posted January 26, 2013 Share Posted January 26, 2013 (edited) Hi everyone I am trying to customize my shop I found block contact in modules but I can not see where can I edit text : Our hotline is available 24/7 and text in button I can only see how to change phone number and e-mail I also would like to remove that nice lady img at least untill I will gonna hire someone like her Edited January 26, 2013 by aandk (see edit history) Link to comment Share on other sites More sharing options...
PotionsFactory Posted January 26, 2013 Share Posted January 26, 2013 To remove the Our Hotline... copy, you'll need to copy the file /modules/blockcontact/blockcontact.tpl to /themes/your-theme/modules/blockcontact/blockcontact.tpl Once you copy that file, open it and find this on line 29 <p>{l s='Our hotline is available 24/7' mod='blockcontact'}</p> You can either remove or replace this text with whatever you want. As for the woman, you'll need to use CSS to remove her. You can add this line to your theme CSS #contact_block .block_content {background-image:none !important} Link to comment Share on other sites More sharing options...
Svincelette Posted August 14, 2013 Share Posted August 14, 2013 I edited the file nut it still didn't change the text what did i do wrong? Link to comment Share on other sites More sharing options...
vekia Posted August 14, 2013 Share Posted August 14, 2013 hello make sure that you've got: force compilation turned on (read how to run shop under force compile mode) + make sure that you change correct file, sometimes the same module and its .tpl file are located in the themes directory: themes/yourtheme/modules/ if it exist there - you have to change this one Link to comment Share on other sites More sharing options...
Svincelette Posted August 14, 2013 Share Posted August 14, 2013 I changed the compilation on and changed the tpl files in both and there still not changed anything else i could be missing? Link to comment Share on other sites More sharing options...
csboucher Posted October 20, 2013 Share Posted October 20, 2013 Same problem for me. Copying block contact.tpl from modules to theme works but now the translations don't apply courtepointeclaire.ca/prestashop Link to comment Share on other sites More sharing options...
vekia Posted October 21, 2013 Share Posted October 21, 2013 even if you translate it once again? Link to comment Share on other sites More sharing options...
Recommended Posts