[ic] PDF link

Tim Nelson TNELSON at ECS-INC.com
Tue Sep 30 08:40:55 EDT 2003


> -----Original Message-----
> From: Chris Gruber [mailto:chris.gruber at basic-world.de] 
> Sent: Tuesday, September 30, 2003 6:45 AM
> To: interchange-users at icdevgroup.org
> Subject: [ic] PDF link
> 
> 
> Hello,
> 
> I would like to have a link in the flypage.html to a pdf file 
> describing that 
> product in detail. So I created the directory pages/pdf and 
> copied all pdfs 
> in. The names are stored in the products table (field pdf = 
> 'sku.pdf'). But 
> the link is I found in an old post from Raj Bhushan Thakuri 
> is not working 
> for me.
> 
> <a href="[area pdf/[item-field pdf]]">Details</a>
> 
> I also tried
> 
> [page pdf/[item-field pdf]]Details</a>
> 
> The link I get is
> 
http://myshop/cgi-bin/shop/pdf/3003.pdf.html?id=mo825Zvm&mv_pc=1379

It appends .html so I think thats the problem. How can I solve this? I am
running IC 4.8.7 on a SuSE 8.0.

Many thanks
Chris Gruber
_______________________________________________
interchange-users mailing list
interchange-users at icdevgroup.org
http://www.icdevgroup.org/mailman/listinfo/interchange-users

Chris,
I think you want:

[set mv_add_dot_html][/set]
.... your link stuff...
[set mv_add_dot_html]1[/set]


More information about the interchange-users mailing list