Jump to content

(smarty) problème avec IF et OR


Recommended Posts

Bonjour,

 

J'ai un problème très con, je n'arrive pas à faire fonctionner correctement les conditions Smarty dans mes page produits.

Si je fait ceci, ça fonctionne :

{if $product->id_category_default == 16}
TEXTE
{/if}
{if $product->id_category_default == 17}
TEXTE
{/if}
{if $product->id_category_default == 18}
TEXTE
{/if}

Mais ça, ça ne marche pas :

{if $product->id_category_default == 16 || $product->id_category_default == 17 || $product->id_category_default == 18 }
TEXTE
{if}

Dans le doute j'ai testé avec OR, mais ça ne fonctionne pas non-plus.

Qu'est-ce que je fais mal ? 

 

Merci ! 

 

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