[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] displaying values set in the options table
It is on the flypage, but what you gave my works great.
[data table=options column=o_footer key=[item-code]_finish]
I believe it was the _finish modifier I used in the option table that got
me.
Thanks a million.
Dave Turk
----- Original Message -----
From: "Mike Heins" <mike@valuemedia.com>
To: <interchange-users@icdevgroup.org>
Sent: Thursday, June 13, 2002 8:38 AM
Subject: Re: [ic] displaying values set in the options table
> Quoting Dave Turk (interchange@montanaservers.com):
> > I am trying to display values set in the options table, mainly the
o_footer
> > field.
> > What I would like to do is something like this in my flypage.
> >
> > [if-item-data options o_footer]
> >
> > [item-data options o_footer] [comment] displays product footer html
> > [/comment]
> >
> > [/if-item-data]
> >
> > even just
> >
> > [item-data options anyfield]
> >
> > displays nothing
> >
> > I know I making a simple mistake like using item-data.
> >
>
> It should work, presuming they have a common sku. Are you sure there
> is an enclosing [item-list] or [search-region] or something? Or is it
> on a flypage?
>
> If not, you will need:
>
> [data table=options column=o_footer key="YOUR_SKU"]
>
> and [if type=data ....].
>
> --
> Mike Heins
> Perusion -- Expert Interchange Consulting
> phone +1.513.523.7621 <mike@perusion.com>
>
> Software axiom: Lack of speed kills.
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>