spider17 Posted October 12, 2013 Share Posted October 12, 2013 Bonjour, j'espere que ces quelques ligne vous seront utiles: la meilleur solution que j'ai trouver est d'ajouter ça a chaque boucle produit: {if $product.quantity > 0} {/if} l'ancien code est: {foreach from=$new_products item='product' name='newProducts'} .......... {/foreach} devient: {foreach from=$new_products item='product' name='newProducts'} {if $product.quantity > 0} ................ {/if} {/foreach} enjoy 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