eric8787 Posted July 12, 2010 Share Posted July 12, 2010 Bonjour,je cherche à afficher les prix seulement si 3 conditions sont réalisées. 1 - être dans la catégorie id=22 - être loggé3 - appartenir au groupe id=2Dans 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 ?mercieric 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