Subscription based eCommerce Site selling Physical Goods

Posted by Kash on Pro Webmasters See other posts from Pro Webmasters or by Kash
Published on 2012-09-19T17:52:12Z Indexed on 2012/09/19 21:51 UTC
Read the original article Hit count: 307

I want to implement a system where customers can buy physical products as subscription with recurring billing. Customers will come to my site, visit product page and buy stuff. They need to register an account before purchasing. After registration they will be forwarded to payment processor for payment and after successful payment they will be returned back to my site.

Requirement:

  1. I dont want to use Paypal as a payment processor.

  2. It will be recurring payment on monthly, quarterly, bi-annual or annual basis.

  3. Customers can login to my site in order to view their Order History, Profile Management and can edit their Billing and/or Shipping details.

  4. Customers can cancel their Subscription any time after login to their account on my site.

Plan:

  1. Currently I am using wordpress with WooCommerce plugin for eCommerce functionality.

  2. I am planning to use Amazon as a payment processor.

  3. I have searched WooCommerce Extension Drectory and found WC Subscription extension that can be used for my site. But I just confirmed from the Support WC Subscription only support recurring payment with Paypal and Stripe, no other payment processor is supported at the moment.

Questions:

According to my need, what will be the best solution? I am open to switch the platform from Wordpress to something else that can fulfill my requirement.

© Pro Webmasters or respective owner

Related posts about ecommerce

Related posts about payment-gateway