Jump to content

[Résolu] Supprimer le bloc "Contactez-nous" dans le header de Prestashop 8.0


renaud.b

Recommended Posts

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>

 

  • Like 1
Link to comment
Share on other sites

  • renaud.b changed the title to [Résolu] Supprimer le bloc "Contactez-nous" dans le header de Prestashop 8.0

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...