Jump to content

Contenu du pack et affichage des attributs


Recommended Posts

Salut à tous,

Dans le fichier product.tpl, je souhaiterai rajouter au div "Contenu du pack" la précision des attributs pour chaque élément du pack.
La portion du code qui m'intéresse est la suivante :

{if $packItems|@count > 0}
{l s='Pack content'}
               {foreach from=$packItems item=packItem}

                       {$packItem.pack_quantity} x getProductLink($packItem.id_product, $packItem.link_rewrite, $packItem.category)}">{$packItem.name|escape:'htmlall':'UTF-8'}

{$packItem.description_short}

               {/foreach}
           {/if}

       {/if}



Je souhaiterai rajouter ces informations à côté de la description:

{$packItem.description_short}{$packItem.attribut??}



mais je n'ai pas trouvé comment appeler ces variables dans cette portion de code.

Si Quelqu'un a une idée svp.
Merci d'avance.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...