Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

download link from my store?


Guest

Recommended Posts

Posted

how do i create a downloadable link from my store?

 

example

i have a pdf instruction manual that i want to send someone but i dont want to do it through my store.

just from a file on my server.

 

i want to be able to manualy send them the link as a download.

Posted
how do i create a downloadable link from my store?

 

example

i have a pdf instruction manual that i want to send someone but i dont want to do it through my store.

just from a file on my server.

 

i want to be able to manualy send them the link as a download.

 

If you are wondering how to set up a link that you can email them you need the url to the file. it is your sitename followed by whatever directories the file is in followed by the filename. example, if the first directory the file is in is catalog, then images

 

http://www.yoursite.com/catalog/images/filename.pdf

 

you can put this in an emai l and it should automatically create the link.. you can always have them cut and paste the link into their browser. If you want the code to put the link in html it is:

 

<a href="http://www.yoursite.com/catalog/images/filename.pdf">Here is your link display text</a>

 

 

hope that is what you were asking about.

 

JM

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...