Is there a way I can set a customer account up to be able to check the subscription status from paypal, and then allow only 3 downloads per month, per subscription.
Sellerdeck handles the sale of downloadable items by generating a unique one-off link for the download item. i.e. The customer orders the item, pays for it, then receives a unique link to download the file.
I suspect you really need a membership system that can manage access to a library of materials.
Although if you set up customer accounts and allowed payment on account, then I'd assume you can also create a credit limit per account which could be set to be 3 downloads worth. You'd probably need to create an external routine that you'd run once a month to check the payment status of the account and clear the download credits (debits?) for the previous month. I'm not sure how easy this would be.
Comment