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.