filiplarlibe Posted March 21, 2020 Share Posted March 21, 2020 (edited) Bonjour, J'ai actuellement un problème sur mon site que je n'arrive pas à expliquer. L'URL d'une des pages est : https://www.marioderive.com/8-luigi-mansion-3-switch.html En effet, sur la page d'un produit, j'ai ajouté du code permettant d'afficher le logo de la marque avec un lien vers la page de la marque. J'ai trouvé le code sur le net : <!-- AFFICHE LOGO/NON FABRICANT/PROVENANCE --> <p {if !$product->manufacturer_name}style="display:none;"{/if}> <!--><a href="{$link->getManufacturerLink($product->id_manufacturer)}">--> <label>{l s='Licence officielle '}</label> <a href="{$link->getManufacturerLink($product->id_manufacturer)}" style="font-weight:700;"> <img src="{$img_manu_dir}{$product->id_manufacturer|escape:'htmlall':'UTF-8'}.jpg" alt="{$product->manufacturer_name|escape:'htmlall':'UTF-8'}" width="80" style="margin-top:-3px;"/> <!--<span>{$product->manufacturer_name|escape:'htmlall':'UTF-8'}</span>--> </a> </p> Visuellement, j'ai bien ce qu'il me faut mais le problème c'est que l'URL est de ce type : www.monsite.com/2-marque Le problème c'est que cette URL ne m'amène pas à la page de la marque et en plus il y a une redirection qui m'amène vers la page www.monsite.com/2-accueil qui m'affiche une erreur "Il y a 1 erreur Category not found" Pourriez-vous m'aider s'il vous plait ? Merci par avance. Edited March 21, 2020 by filiplarlibe (see edit history) Link to comment Share on other sites More sharing options...
doekia Posted March 21, 2020 Share Posted March 21, 2020 Conflit de vos urls simplifiées (SEO&URL) chaque format doit être unique Ici categorie et fabricant partagent le même schema Link to comment Share on other sites More sharing options...
filiplarlibe Posted March 21, 2020 Author Share Posted March 21, 2020 Bonsoir, Merci beaucoup pour votre réponse doekia, c'est exactement ça !! J'aurais pu chercher longtemps. Encore merci. Bonne soirée. 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