Originally Posted by
CaroleAs
My download links expire after 6 months. I am not sure why I have an expiry date (can I NOT have one?) but most of them have already expired so the customers can't download the new updated file.
Maybe I should have the downloads "perpetual" in the future!
For "unlimited" downloads in the future
- Set Configuration :: Attribute Settings :: Download Expiration (Number of Days) to 0
To set all customers' downloads to have no restrictions, copy the following, paste into your admin's Tools :: Install SQL Patches and run (after making a backup of your current database!):
Code:
UPDATE orders_products_download SET download_maxdays = 0;
Bookmarks