Tutorials

This tutorial showcases some of the new Membership Suite Rules Integration features by explaining how to use Rules to schedule and send multiple 'Expiring Soon' emails. Enjoy!
Sometimes you have a huge database of users from your old system that you want to import into Drupal from a CSV file. You have fields like First Name, Last Name, Address, etc, that you want to be imported into their account. You can do all of this using the wonderful User Import module. It allows you to easily import users from your CSV file, and map any fields to Profile fields (created with the Drupal Profile module in Core).
Introduction Anyone who has used Drupal knows that it has a steep learning curve. Anyone who has stuck with it knows that Drupal can save you lots of time when you are building a web page. Drupal is an amazing CMS, which boasts high security, constant updates, 1000s of contributed modules, and an ever-increasing online community. If you are thinking about making a web site, I would highly suggest Drupal as the basis.
One of the big new features brought by MS Core is the ability to use multiple payment gateways, instead of just PayPal. There are literally hundreds of payment gateways out there, so in this tutorial we will be demonstrating how to make a payment gateway that will work with the MS Core system.
In this tutorial, I will show how to migrate your membership site from LM PayPal to MS Membership Suite 6. New in Membership Suite 6.4 is the ability to automatically migrate the 'Subscriptions' and 'Subscribers' from LM PayPal to become 'Membership Plans' and 'Memberships' respectively in Membership Suite. Before starting, I recommend making a backup of all your files and database tables. This is good practice whenever performing an update or migration.
Since MoneyScripts modules are coded following the Drupal Best Practices, all user-facing text is first passed through Drupal's t() (translate) function. Because of this, it is very easy to translate the modules into your language using the tools provided by the Drupal community without changing any of the module code! To get started, follow these steps:
This is a new feature that was added in Membership Suite 6, replacing the old support for the User Types module in Membership Suite 5 with an easier and more intuitive core solution.
In MoneyScripts Membership Suite, there are two types of Membership Plans: Recurring and Non-Recurring. What are the differences, you might ask? To that I answer: Read On.
One of the long-awaited and much-requested new features is the ability to let users enter Coupon Codes when placing an order, purchasing a membership, publishing nodes, etc, and get a discount. Well, the wait is over and Coupons are here! There is a new module included with all of the software on this site called 'MS Coupons'. This module was heavily patterned after the Ubercart Coupons module, and borrow many ideas and code bits from it.