renaud.b Posted February 22 Share Posted February 22 (edited) Bonjour, Je souhaite supprimer de bloc "Contactez-nous" dans le header de Prestashop 8.0, en haut à gauche de toutes les pages, mais je ne trouve aucune solution. Avez-vous une piste ? Merci. Edited February 23 by renaud.b (see edit history) Link to comment Share on other sites More sharing options...
renaud.b Posted February 23 Author Share Posted February 23 J'ai trouvé : il suffit d'éditer le fichier /themes/classic/modules/ps_contactinfo/nav.tpl en supprimant les lignes : <div id="_desktop_contact_link"> <div id="contact-link"> {if $contact_infos.phone} {* [1][/1] is for a HTML tag. *} {l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => "<a href='tel:{$contact_infos['phone']|replace:' ':''}'>", '[/1]' => '</a>', '%phone%' => $contact_infos.phone ] d='Shop.Theme.Global' } {else} <a href="{$urls.pages.contact}">{l s='Contact us' d='Shop.Theme.Global'}</a> {/if} </div> </div> 1 Link to comment Share on other sites More sharing options...
Mediacom87 Posted February 23 Share Posted February 23 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