[ic] [item-accessories size]

ACC&S cpi@accxs.net
Thu, 22 Feb 2001 18:51:41 +0100


hi all,

where i can change the presentation of size and color ?
I don't want to use a select box but a table for example.
Is-it possible ?

something like this :

<table>
[loop arg="[item-accessories color, options]"]
      <TR>
           <TD>
                                  [loop-code]
                                  </TD>
                                  <TD> - - >
                                  </TD>
                                  [loop arg="[item-accessories size]"]
                                  <TD>
                                  [item-accessories size] :
[loop-price]</A><BR>
                                  </TD>
                                  [/loop]
                              </TR>
                             [/loop]
</table>

thanks.