2 replies [Last post]
jpierce512's picture
Offline
Joined: 08/12/2011
Juice: 7
Was this information Helpful?

I have a client that is selling digital files using Ubercart which is working great. They currently also sell magazine subscription and would like Ubercart to automatically deliver a file download monthly for a predetermined amount of months.

For instance if someone buys a one year subscription to their magazine they would need to deliver a download once a month for twelve months.

Is there any way to do this within Durpal or Ubercart. We have created some manual processes using expiring roles but would like to automate it.

Thanks

Cayenne's picture
Offline
Joined: 01/01/2009
Juice: 533
Re: Monthly File Download

I wonder if it would make sense to have the "file" be a PHP script that fetches the most current issue in a designated directory.

jpierce512's picture
Offline
Joined: 08/12/2011
Juice: 7
Re: Re: Monthly File Download

I like that idea, I was wondering also if it is possible to manually place items into users accounts and then have the link just refer them to their account. We already assign them a role that expires so we could just check for users with an active role and place the item into their account.

I have looked at the table in the DB and I am not sure how to place items directly into it.