fourmiX Posted August 7, 2017 Share Posted August 7, 2017 (edited) Bonjour , Je voudrais afficher le "nom de la categorie du produit" a la suite du "nom du produit" uniquement si ce produit fait parti d'une certaine catégorie sinon affichage standard Exemple : Embrayage TS410 (nom du produit+categorie parente) < condition réuni Embrayage < condition non réuni j'ai fait ça dans product-list.tpl ( category 51 correspond a la catégorie pièces détachées) <div class="right-block"> <h5 itemprop="name"> {if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '} && {$category == 51[spam-filter] <a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'} {$product.category|escape:'html':'UTF-8'}" itemprop="url" > {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} </a> {else} <a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'} " itemprop="url" > {$product.name|truncate:45:'...'|escape:'html':'UTF-8'} </a> {/if} Je dois mal m'y prendre !!! Merci Edited August 7, 2017 by fourmiX (see edit history) Link to comment Share on other sites More sharing options...
fourmiX Posted August 7, 2017 Author Share Posted August 7, 2017 (edited) j'ai essayer comme ça {if isset($product.pack_quantity) && $product.pack_quantity}{$product.pack_quantity|intval|cat:' x '} && {id_category_default == 51} ça ne fonctionne pas Faudrait que ça me donne comme sur le produit de gauche mais uniquement sur les produits se situant dans la catégorie avec l'iD51 Silentbloc(nom) + TS420 (categorie du produit) Edited August 7, 2017 by fourmiX (see edit history) Link to comment Share on other sites More sharing options...
fourmiX Posted August 8, 2017 Author Share Posted August 8, 2017 j'ai du mal m'exprimer ce n'est pas la catégorie par defaut qui m'interesse mais bien la toute première catégorie a laquelle les produits appartienent. Donc si les produits font partis de la tout première catégorie ( içi ID 51) alors on affiche le texte sinon on n'affiche rien Exemple en image Link to comment Share on other sites More sharing options...
fourmiX Posted August 8, 2017 Author Share Posted August 8, 2017 (edited) Ok, franchement sur ce coup la je n'y arrive pas !!!!! >http error 500 Edited August 8, 2017 by fourmiX (see edit history) 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