Advice Please for Subscription Site
Hello,
I am new to Drupal Commerce. I have been playing around with Ubercart, but would like to see how I can do this with Drupal Commerce.
Here is what I am trying to do:
Have a role of "Trial Member" that lasts for 15 days. I need to charge 0 initially, but the user will be able to create a content type of "business". After the 15 days have passed, an email needs to be sent to the user saying, please purchase a "Full Membership" in order to keep your listing active. Something along those lines.
So, what modules do I need, and how should I go about doing this? I know I can create a role that acts as a product. But I do not want an add to cart button either. I would like a form to act as the "registration". Like how Yellowpages dot com does here: https://www.yellowpages.com/register
Could anyone point me in the right direction?
Comments
This would be pretty easy to
This would be pretty easy to set up using https://drupal.org/project/commerce_license or https://drupal.org/project/commerce_recurring
With commerce_recurring you even get to set the initial price and the recurring follow-up price.