Downloading purchases

alt=
DannyA
@dannya
10 years ago
584 posts
How many times can a user download a purchase?
updated by @dannya: 05/30/14 02:14:43AM
brian
@brian
10 years ago
10,148 posts
andersda:
How many times can a user download a purchase?

As many times as they want - there are no restrictions on it.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
DannyA
@dannya
10 years ago
584 posts
Isn't that bad? A user (or users) who purchases allot of stuff can just share credentials for a single account and that item would be downloaded repeatedly; making it easy to share purchases and consuming your bandwidth...
michael
@michael
10 years ago
7,718 posts
or they can download it once and share it via P2P, or .... or .... or .....

You could make a module that listens for purchased downloads and counts them then limits them.

Wouldn't be so difficult to do if you required that functionality.
brian
@brian
10 years ago
10,148 posts
andersda:
Isn't that bad? A user (or users) who purchases allot of stuff can just share credentials for a single account and that item would be downloaded repeatedly; making it easy to share purchases and consuming your bandwidth...

I personally think it is the right choice - if the user paid for it why do you restrict how many times they can download it?

If you need that functionality you'll want to setup a vault_download listener and keep track and block as needed.


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net

Tags