[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [item-options] tag
I was wondering if there's any way to configure the item-options tag to
return a <br> tag or to create a separate table row per option?
The default code that comes with the IC foundation places all the
different options on the same table column. I rather it be on a separate
line. Here is a snippet of the code I'm using:
[if-item-data options o_enable]
[if-item-data !options o_modular]
[table-organize cols=4 table=' ' font="size=1" pretty=1]
[item-options td=1 label=1 bold=1 price=1
type=radio]
[/table-organize]
[/if-item-data]
[/if-item-data]