Ubercart External Download
Categories
Component ID
2746571
Component name
Ubercart External Download
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
73
Component created
Component changed
Component body
Adds external downloads as a product feature so an external url can be downloaded after purchasing. This module is a direct copy of the uc_file module modified to allow external file downloads.
The uc_file module allows you to set a file to be downloaded. But what if you use a third party to serve files? This module allows you to add a URL rather than a file for the user to download. The URL is never shown to the user and is served just like normal files. Instead of download/123 an external file uses download_url/123.
Uses the default download limits set in Store > Config > Products > File download settings but can be overwritten at the product level.
To use:
- Edit a product and add the "External Download" feature
- Select the model
- Enter the URL to be downloaded
- Enter a filename (This can be the actual filename or a custom name you choose. eg. my_file.zip)
