Jump to content

Affichage sous condition


Recommended Posts

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 by fourmiX (see edit history)
Link to comment
Share on other sites

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)

post-273064-0-20888100-1502120474_thumb.jpg

Edited by fourmiX (see edit history)
Link to comment
Share on other sites

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 

 

 

post-273064-0-38538600-1502188991_thumb.jpg

Link to comment
Share on other sites

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...