[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Interchange 4.8.6 and downloadable files
Rob Fizer wrote:
>Hello,
>I am trying to set up interchange so people can purchase downloadable files.
>The problem I'm having is that I want the downloadable files to be on
>another server. I'm using the dl_type which is set to application/exe and
>the dl_location which is the full path of the file: example:
>www.fizertech.idleplay.net/buynow/standard/agingrpts/insagebyinsresp/insage.
>exe
>
>but after i process and my download now button comes up i get:
>http://fizertech.com/~fizertec/cgi-bin/cart.cgi/deliver/www.fizertech.idlepl
>ay.net/buynow/standard/agingrpts/insagebyinsresp/insage.exe?id=3prbNh67&mv_a
>rg=sinsagebyinsresp&mv_pc=141
>
>I want to set it up so the downloadnow button gets whatever is in the
>dl_location url. Anyone know how to do this?
>
>Help is MUCHLY appreciated.
>
>Rob Fizer
>FIZER TECHNOLOGIES
>rob.fizer@fizertech.com
>www.fizertech.com
>
>_______________________________________________
>interchange-users mailing list
>interchange-users@icdevgroup.org
>http://www.icdevgroup.org/mailman/listinfo/interchange-users
>
>
This might be silly - but have you tried putting http:// in front of the
address? absolute links should be done this way. in other words change
it from:
www.fizertech.idleplay.net/buynow/standard/agingrpts/insagebyinsresp/insage.
exe
to
http://www.fizertech.idleplay.net/buynow/standard/agingrpts/insagebyinsresp/insage.
exe
I dont fully understand what you're trying to do but it could be as simple as that
good luck
John