Enduro Posted March 16, 2011 Share Posted March 16, 2011 BonjourJ'ai ajouté un bouton retour catégorie sur la page produit en complément avec le module productlinksnc mais le code que j'ai mis dans le tpl product.tpl ne fonctionne pas en url rewriting.Le retour fonctionne mais j'ai une url du type: .../category.php?id_category=3 et je voudrais .../3-accessoires-ipodJe précise que je suis bien en configuration de la boutique avec URL simplifiée et j'ai régénéré le htaccess Voici le code: getCategoryLink($product->id_category_default, $category->name->link_rewrite)}">{l s='Catalogue'} Si quelqu'un peux me dire ou est l'erreurMerci. Link to comment Share on other sites More sharing options...
jeckyl Posted March 16, 2011 Share Posted March 16, 2011 et pourquoi ne pas mettre $category->link_rewrite à la palce de $category->name->link_rewrite Link to comment Share on other sites More sharing options...
Enduro Posted March 16, 2011 Author Share Posted March 16, 2011 Merci mais le résultat est le même Link to comment Share on other sites More sharing options...
Enduro Posted March 16, 2011 Author Share Posted March 16, 2011 J'ai un truc bizarre, j'ai mis en code: getCategoryLink($categoryProduct.id_category_default, $categoryProduct.link_rewrite)}"title="{l s='Return towards the section'}">{l s='catalogue'} J'ai bien l'url rewrite et la redirection vers la rubrique fonctionne mais au lieu d'avoir: …/3-accessoires-ipod j'ai: .../3-housse-portefeuille-en-cuir-ipod-nano-noir-chocolat Link to comment Share on other sites More sharing options...
Enduro Posted March 16, 2011 Author Share Posted March 16, 2011 J'ai remplacé par: getCategoryLink($categoryProduct.id_category_default,$categoryProduct.category.link_rewrite)}"title="{l s='Return towards the section'}">{l s='catalogue'} J'ai maintenant: .../2-i au lieu de .../2-ipods Link to comment Share on other sites More sharing options...
Enduro Posted March 17, 2011 Author Share Posted March 17, 2011 Personne n'a une idée ?mon dernier code est celui-ci: getCategoryLink($categoryProduct.id_category_default,$categoryProduct.category.link_rewrite)|escape:'htmlall':'UTF-8'}"title="{l s='Return towards the section'}">{l s='catalogue'} Mais j'ai toujours le même résultat le lien fonctionne mais le nom de la catégorie est tronqué je n'ai qu'une lettreHelp me Link to comment Share on other sites More sharing options...
chartalex Posted March 24, 2011 Share Posted March 24, 2011 Up!@Enduro as-tu trouvé la solution? Link to comment Share on other sites More sharing options...
Enduro Posted March 25, 2011 Author Share Posted March 25, 2011 Non, je n'ai pas trouvé de solution. J'ai essayé différent code toujours le même résultat.Je met le code en pièce car impossible de mettre le code complet sur le threadSi tu trouve... lien categorie page produit.txt 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