Recurly Plugin

This is basic wordpress plugin to list all plans which have been added to recurly account.

Author:Meet Thosar (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:3.5.2
Plugin version:1.1
Added to WordPress repository:18-11-2013
Last updated:13-01-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.logiccoding.com/software-products/...
Total downloads:687
Active installs:10+
plugin download
Click to start download

Steps to follow:

  • At Admin side If you have recurly account then you just need to set subdomain, API key, private key from plugin setting page.

  • Create page with [plans] shortcode. It will show all plans.

  • More Shortcode

  1. [plans type="days"] – To show plans which has validity in days.
  2. [plans type="months"] – To show plans which has validity in months.
  3. [plans type="yearly"] – To show plans which has validity in years.
  4. Show selected plans: You can add shortcode like [plans type="all Or yearly Or months or days" codes='plan_code,plan_code_1,plan_code_2']. Then it will show only mentioned plans.
  • Subscribe any plan User can select any plan for subscription. It will redirect user to checkout page where user can pay with credit card.