[ic] Template Hyper Links

Gert van der Spoel ic at 3edge.com
Mon Apr 17 06:44:57 EDT 2006


D writes: 

> Is there a way to link from a template page to another template page. i.e. 
> Linking to a specs. or feature page  from the item detail. 
> 
> Also, is there a way to add customs fields or tables to support the above.

Not sure what you mean exactly. You can link from one page to another page 
using for example the [area] tag. The item detail page is probably 
flypage.html in your case. You can add something like: 

<a href="[area href="features" form="sku=[item-code]"]">features for this 
product</a> 

On your new features.html page you can do something like:
[fly-list code="[cgi sku]"] 


[/fly-list]
In between these tags you can do again [item-field xxxx] and [item-code] 

And yes you can add tables, columns and whatever you like to your database 
structure. However if you're just working with the standard demo, have 0 
experience with databases or programming at all, this might be a challenge 
:) 

CU, 

Gert


More information about the interchange-users mailing list