chipmonger Posted January 26, 2011 Share Posted January 26, 2011 Hi,Looking to set up a store using digital downloads and want to know if PrestaShop would be able to handle my setup without too much trouble.The store I'll be setting up is going to have a relatively small number of products (<100), but needs the capability for unique downloadable file per purchaser.For example,Tom purchases product 'A' and gets sent the download link with file name 'ProductA00001.jpg' (or whatever unique file name).Bill also purchases product 'A', but he gets sent the download link with file name 'ProductA00002.jpg'This could also be where directories are used to store the files for each product: ProductA/00001.jpg, ProductA/000002.jpg, ProductB/000001.jpg, etc.If Tom or Bill need to redownload the file they purchased, they'd still be able to redownload the original file via the link they were sent, up until a predefined expiration date.I'd rather not have to list each downloadable file as a unique product, as I could have many downloadable files for a particular item.Thanks,Ken Link to comment Share on other sites More sharing options...
inveostore.com Posted January 26, 2011 Share Posted January 26, 2011 This can be made by modifying the bottom of get-file.php (link can also be changed but the name of downloaded file does not depend on it). Link to comment Share on other sites More sharing options...
Recommended Posts