Jump to content

Afficher les prix sous conditions.


Recommended Posts

Bonjour,

je cherche à afficher les prix seulement si 3 conditions sont réalisées.
1 - être dans la catégorie id=2
2 - être loggé
3 - appartenir au groupe id=2

Dans le product.tpl, j'ai reussit à mettre les 2 premiers conditions, je bute sur la 3 eme.
voici mon bout de code :

<!-- debut condition-->                
               {if  intval($product->id_category_default) == 2}
               {if $logged}


               {if !$priceDisplay || $priceDisplay == 2}
{convertPrice price=$product->getPrice(true, $smarty.const.NULL, 2)}
                       {l s='tax incl.'}
               {/if}
               {if $priceDisplay == 1}
{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)}
                       {l s='tax excl.'}
               {/if}
                
               {if $priceDisplay == 2}


{convertPrice price=$product->getPrice(false, $smarty.const.NULL, 2)} {l s='tax excl.'}
               {/if}
               {/if}
               {/if}

<!-- fin condition-->




Pouvez vous m'aider pour la 3 eme condition ?

merci


eric

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