[ic] options how-to? want to pull them individually

Jeff Dafoe interchange-users@icdevgroup.org
Sat Dec 14 14:32:00 2002


> turned these into 'simple options'. There's some formatting stuff in
> the description of the [option] tag, but I'd very much prefer to have
> my own formatting and just place some widgets on the (fly-) page in
> a manner I can't seem to express in terms of the options table.

  [if-item-data options]
    [loop
     search="
      st=text
      co=0
      fi=options
      sf=sku
      se=[item-code]
      nu=0
      tf=o_sort
      to=n
      rf=code,price,description
     "
    ]
      [loop-param description]
    [/loop]
  [/if-item-data] 


Jeff