Share » Forums » Setup & design » Products options and basket. How to...

Products options and basket. How to store the selections ?

Products options and basket. How to store the selections ?

Wednesday 03 August 2005 2:14:27 am - 2 replies

Author Message

laurent le cadet

Wednesday 03 August 2005 3:09:53 am

I found that in basket.tpl :

{section show=$Basket:ProductItem:item.item_object.option_list}
<tr>
  <td class="{$Basket:ProductItem:sequence}" colspan='4'>
     <table class="shop-option_list">
<tr>
<td colspan='3'>
{"Selected options"|i18n("design/standard/shop")}
</td>
</tr>
     {section name=Options loop=$Basket:ProductItem:item.item_object.option_list}
      <tr>
        <td width="33%">{$Basket:ProductItem:Options:item.name}</td>
        <td width="33%">{$Basket:ProductItem:Options:item.value}</td>
        <td width="33%">{$Basket:ProductItem:Options:item.price|l10n(currency)}</td>
      </tr>
    {/section}
     </table>
   </td>
  <td class="{$Basket:ProductItem:sequence}" colspan='5'>
  </td>
</tr>
{/section}

so I renamed the multi-options attribute to "option_list" but there still nothing I can print out :((

Any idea ?

Laurent

laurent le cadet

Wednesday 03 August 2005 5:14:16 am

this do the trick :)

http://ez.no/community/forum/setup_design/shop_options

but this way seems amazing to me (?)

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu