[ic] include tag not interpolating

Grant listbox at email.com
Wed Oct 1 13:26:20 EDT 2003


> > > > I'm trying to do something like this:
> > > >
> > > > [loop list="mysku"]
> > > > 	[include interpolate=1
> file=templates/components/ebay_description]
> > > > [/loop]
> > > >
> > > > and none of the IC tags in the file are being parsed.  How can
> > > I get those
> > > > to parse?  I'm using 4.9.3.
> > >
> > > [include] parses the file contents by default.
> > >
> > > Ciao
> > > 	Racke
> >
> > After going over it again, it looks like the included file is
> being parsed
> > for tags, but none of the [loop-data table field] tags are being parsed.
> > They just show up raw.  How can I get them to parse?  They are
> in a loop as
> > shown above.
>
> You need to put the loop inside the included files. Remember that
> IC parses
> the body of loop first for loop-... tags and then interpolates the result.
>
> Bye
> 	Racke

Thanks Racke.  I'm going to do something like this:

[loop list="mysku"]
	[tmp code][loop-code][/tmp]
	[include file="templates/components/ebay_description"]
[/loop]

- Grant



More information about the interchange-users mailing list