Search the Community
Showing results for tags 'mailto'.
-
Bonjour ma question est bête mais je bug, comment puis je mettre une couleur précise pour tous mes liens adresse mail dans custom.css par rapport aux descriptifs articles. par exemple [email protected] je voudrais que partout dans mon site il est une certaine couleur. Merci Bonne journée
- 2 replies
-
- prestashop 1.7.8.5
- article text
-
(and 1 more)
Tagged with:
-
Hi folks, Quick question: Does anyone know how to hex encode an email address within the CMS? Say if you want to use an email address in the CMS for a static page [email protected] but you want to encode it. Using smarty template you could do {mailto address="[email protected]} but not sure how it works with the CMS. Should I be looking at the cms.tpl file to achieve this? Thanks in advance.
- 6 replies
-
- hex
- email address
-
(and 1 more)
Tagged with:
-
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!!