[ic] Item Detailed Description

Paul Jordan interchange-users@interchange.redhat.com
Fri Feb 1 11:06:01 2002


> Hello,
> IC 4.8.3, basic foundation catalog:
>
> I am trying to put a link in a products detailed description back
> to a main
> index page of like products such as:
>
> [page mfgname/index.html]Looky Here</a>
>
> but the above is not getting parsed as a IC link - just plain text.
>
> Anyway round this?


I used my "category" field as my like product indentifier. Then you can call
the category as a link

<a href="[area [item-field category]]"> like product page </a>

This is used in my flypage. Hope this helped


Paul Jordan