yabarush Posted August 31, 2013 Share Posted August 31, 2013 Hi, I am trying to update the contact block (just to make it clear, the one which says: 'We are available 24/7'). I would like to change the reference 'Contact our expert support team' not to an email address, but to the contact-form (the one you can access from the footer 'Contact-us'). I have tried to change the blockcontact.tlp file in \modules\blockcontact from: {if $email != ''}<a href="mailto:{$email|escape:'htmlall':'UTF-8'}">{l s='Contact our expert support team!' mod='blockcontact'}</a>{/if} to: {if $email != ''}<a href="{$base_dir}contact-us">{l s='Contact our expert support team!' mod='blockcontact'}</a>{/if} but nothing is happening. I have also made sure to recompile the code by changing the settings in Performance -> Smarty. Any idea on how to sort this out? Thanks!! Link to comment Share on other sites More sharing options...
shekhtman Posted January 29, 2014 Share Posted January 29, 2014 (edited) Hello Yabarush, I would also like to do this. If you solved the problem, please tell me what to do. Thank you. All the Best, --Alex [email protected] Edited January 29, 2014 by shekhtman (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted January 29, 2014 Share Posted January 29, 2014 you can translate everytihng under localization > translations > installed modules translations tab in your back office. Link to comment Share on other sites More sharing options...
stottycabanas Posted January 29, 2014 Share Posted January 29, 2014 Milos, I don't think this is a translation issue. Currently, if you click on Contact our expert support team, it generates an email (in a fresh install it's mailto:[email protected]). The request is to replace that with a link to the Contact Us page. I had a quick play with blockcontact.tpl, but whatever I put there, it still picking up the mailto: request from somewhere. Cheers, Dave Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now