Vas69 Posted February 6, 2017 Share Posted February 6, 2017 (edited) Bonjour, J'ai activé le https sur prestashop. J'ai modifié tous les liens en http afin de ne plus avoir d'élément non sécurisé. Par contre, sur la fiche produit je n'arrive pas modifier le lien en http correspondant à l'accueil dans le fil d'ariane. <div class="columns-container"><div id="columns" class="container"><div class="breadcrumb clearfix"> <a class="home" href="http://monsite.fr/" title="retour à Accueil"><i class="icon-home"></i></a> <span class="navigation-pipe">></span> <span class="navigation_page"><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://monsite.fr/fr/12-les-rayons" title="Les rayons" ><span itemprop="title">Les rayons</span></a></span><span class="navigation-pipe">></span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://aux-belles-illustrations.fr/fr/14-livres-arts-et-societe" title="Livres : Arts et société" ><span itemprop="title">Livres : Arts et société</span></a></span><span class="navigation-pipe">></span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://aux-belles-illustrations.fr/fr/24-arts-musique-cinema" title="Arts, musique, cinéma" ><span itemprop="title">Arts, musique, cinéma</span></a></span><span class="navigation-pipe">></span><span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" href="https://aux-belles-illustrations.fr/fr/54-histoire-de-l-art" title="Histoire de l'art" ><span itemprop="title">Histoire de l'art</span></a></span><span class="navigation-pipe">> J'ai bien trouvé dans le breadcrumb.tpl le code correspondant, mais je ne vois pas comment le modifier pour avoir le lien en https... <div class="breadcrumb clearfix"> <a class="home" href="{$base_dir}" title="{l s='Return to Home'}"><i class="icon-home"></i></a> {if isset($path) AND $path} <span class="navigation-pipe"{if isset($category) && isset($category->id_category) && $category->id_category == 1} style="display:none;"{/if}>{$navigationPipe|escape:'html':'UTF-8'}</span> {if $path|strpos:'span' !== false} <span class="navigation_page">{$path|@replace:'<a ': '<span itemscope itemtype="http://data-vocabulary.org/Breadcrumb"><a itemprop="url" '|@replace:'data-gg="">': '><span itemprop="title">'|@replace:'</a>': '</span></a></span>'}</span> {else} {$path} {/if} {/if} Quelqu'un a déjà eu ce problème ? Merci pour votre aide !!! Edited February 7, 2017 by Vas69 (see edit history) Link to comment Share on other sites More sharing options...
Eolia Posted February 6, 2017 Share Posted February 6, 2017 Thème pourri... Remplacez {$base_dir} par {$base_dir_ssl} 1 Link to comment Share on other sites More sharing options...
Vas69 Posted February 7, 2017 Author Share Posted February 7, 2017 Bonjour Eolia, Super, ça marche nickel ! Merci ça me fera toujours autant rire quand je pose une question et qu'en voyant la réponse, je me dise que c'est logique, je suis trop con !!! Le thème c'est celui de base default-bootstrap ... je ne sais pas si tu parlais du code ou du graphisme du site...J'espère que ce n'est pas le graphisme parce que je suis justement en train de finir une refonte !!! Sur le même principe, j'ai modifié le dernier élément non sécurisé provenant d'un module date de livraison, mis à disposition "à l'époque" par un fort sympathique membre du forum ... 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