Topics covered:
- Introduction
- Creating the product
- Downloading the file
- Known messages
Introduction
Perfect for selling eBooks, MP3 files, or any other file the customer should download after purchasing your product!
Downloadable products are different from other products in that:
- No shipping charges
- A file you specify is available for download after purchase
- Can allow unlimited downloads or a specific amount of downloads
- The file can be downloaded through an internal secure URL
- Allow external and internal URLs for the download path
Creating the product
- Set your new product to Downloadable product type.
As soon as you switch the product type to Downloadable, you will see a new tab called File - You can either enter the URL to your download or click “Upload a file” to upload your own file
- File Path – Enter the URL address of your file. It can be a third party site or your own.
http://yourSite.com/file.zip
will have a secure linkhttp://notYourSite.com/file.zip
will not be secure and the download address will be exposed to the customer. The main difference being, one URL being located on your server, and the other being an external URL to a third party server. - Download Limit – The global amount of times you’d like each customer to be able to download their purchase.
- File Path – Enter the URL address of your file. It can be a third party site or your own.
- That’s it! There’s nothing more to configure on the admin side.
Downloading the file
The customer can download the purchased file from two different places.
- My Account page on your Jigoshop install.
- Download link from Order Complete email notification.
Known messages
When downloading a file, you may encounter some of these messages. Here’s a brief explanation.
- “File not found. Go to homepage”
- The file could not be found at the file path given on the Product Type Options, or the external URL is invalid.
- “Sorry, you have reached your download limit for this file. Go to homepage”
- The customer has reached the limit on downloads you’ve set per the Product Type Options.
NOTE:
If you need to raise the max upload and post size in your php.ini file from the default values and in the case that you do not have access to the php.ini, you can use the method employed here.