Closed lindensmith closed 12 years ago
It was pretty straightforward to add logic to allow indefinite downloads for logged in users. Just committed to my fork. I'll probably tweak things a little more (add a preference switch to enable/disable, maybe some more) before submitting a PR.
Have you considered adding the ability to have the product appear in the user's account as downloadable at any time that they're logged in? It doesn't look like a drastic change-- add a user_id column to the digital_downloads table, a check for logged_in? (and for the correct user id for the file) and a decorator in the user account page.
I'll probably take a shot at it in the next few weeks but if you already have a plan for how to implement it I'd be interested in that.