By akael on
So I a have a current Drupal 7 site that I need to add some eCommerce features to, and am not sure if I should use Drupal Commerce or Ubercart.
The reason the decision is hard is because of the functionality that is required:
1. Users will sign up for a free 30 day trial.
2. Towards the end of the 30 day trial we need to notify them to login and subscribe to continue using the subscription.
I found some other similar posts asking for this type of information, but they do not have answers, so hopefully someone can help out here with a basic idea if this is possible or not.
Comments
Automatically will be hard to
Automatically will be hard to do...
For me the simplest is to change user role after 30 days so that he cant see specific content.
To have a list of users with specific role name "trial" that crossed 30 day membership simply use views - you'll clearly get the list of users to change the tolr from "trial" to "paid" or "free of charge".