I have successfully added a spreadsheet file as digital download product, but want it to be available to registered customers by just clicking a hyperlink to download the file without having the hassle of checkout.
I successfully set up a hyperlink in a word document that does this with the path:
http://domain_name/acatalog/dd/filename.xls
I clicked this & the file downloaded
Then I tried to set up within Actinic a hypertext link to the file:
<a href="http://domain_name/acatalog/dd/filename.xls">hypertext</a>
When I clicked the uploaded link the browser said "not found"
I also tried:
<a href="filename.xls">hypertext</a>
This delivered a page of arcane symbols that looked like something out of Harry Potters Ancient Book of Spells.
Can anyone let me know the code for the <a href=> part that I will need to get the job done?
I successfully set up a hyperlink in a word document that does this with the path:
http://domain_name/acatalog/dd/filename.xls
I clicked this & the file downloaded
Then I tried to set up within Actinic a hypertext link to the file:
<a href="http://domain_name/acatalog/dd/filename.xls">hypertext</a>
When I clicked the uploaded link the browser said "not found"
I also tried:
<a href="filename.xls">hypertext</a>
This delivered a page of arcane symbols that looked like something out of Harry Potters Ancient Book of Spells.
Can anyone let me know the code for the <a href=> part that I will need to get the job done?
Comment