natachaC 3 Posted June 27, 2020 Bonjour je cherche à faire afficher le contenu d'un pack dans le panier pourtant tout simple mais je ne trouve pas merci pour votre aide Natacha Share this post Link to post Share on other sites
natachaC 3 Posted June 27, 2020 je me répond à moi même dans cart-detailed-product-line.tpl <ul> {foreach Pack::getItemTable($product.id_product, 1) as $packItems} {if isset($packItems)} <li>{$packItems.name}</li> {/if} {/foreach} </ul> bon wd Share this post Link to post Share on other sites