looch_france Posted July 5, 2011 Share Posted July 5, 2011 Bonsoir,Je cherche à modifier le module nouveau produit pour qu'il affiche les nouveaux produits en provenance de toutes les catégories sauf une. Mais voilà... ça marche pas Je ne sais pas trop comment récupéré la catégorie dans la boucle. Voilà le code modifié : > {if $new_products !== false} getPageLink('new-products.php')}" title="{l s='New products' mod='blocknewproducts'}">{l s='New products' mod='blocknewproducts'} </pre> <ul> {foreach from=$new_products item='product' name='newProducts'} {if $newProducts.category == "categorie_a_virer"} {else} {if $smarty.foreach.newProducts.index < 3} getImageLink($product.link_rewrite, $product.id_image, 'medium')}" height="{$mediumSize.height}" width="{$mediumSize.width}" alt="{$product.legend|escape:html:'UTF-8'}" /> {/if} {/if} {/foreach} </ul> <br><p>getPageLink('new-products.php')}" title="{l s='All new products' mod='blocknewproducts'}" class="button_large">{l s='All new products' mod='blocknewproducts'}</p> <br><br> {/if}<br Merci pour votre aide Link to comment Share on other sites More sharing options...
looch_france Posted July 5, 2011 Author Share Posted July 5, 2011 Bon je suis un boulet... j'ai trouvé... {if $product.category == "categorie_a_virer"} et ça va tout de suite mieux! 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