[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] [item-options] tag
QUESTION
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]
ANSWER
Change 4 to 2 in 3rd line ie [table-organize cols=2 table=' '
font="size=1" pretty=1]
This will give you each option on a separate line, Also if you have
"others who bought...." Then move this block of code above that section
so it keeps everything together.
Hope this helps
Gerry