Guest Posted July 30, 2011 Share Posted July 30, 2011 Bonjour. Je suis en train de créer un module et j'aimerai appeler/ afficher dans ce module les produits ayant un prix égal à 0€. Quelqu'un pourrait-il me venir en aide sur la manière de coder ça ? Peut être avec un truc du type : {if $product->getPrice(true, $smarty.const.NULL, 0) != 0} C'est ce que j'ai utiliser pour attribué des options à des produits ayant un prix = 0€, dans product.tpl et product-list.tpl Merci d'avance ! Link to comment Share on other sites More sharing options...
coeos.pro Posted July 30, 2011 Share Posted July 30, 2011 Bonjour, vous dites égal et dans le code vous mettez != qui veux dire différent... Essayez avec: {if $product->getPrice(true, $smarty.const.NULL, 0) == 0} 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