10210 Systems Parkway, Suite 390 Sacramento, CA 95827 |
|
cd1@catalinadirect.com | |
1-800-959-SAIL (7245) |
Memberships are created and sold as products in your store (see the Product Pricing Tab for more information). Downloadable software is also treated as a membership for purposes of approval and expiration. The Membership section of the admin area allows you to view and manage the memberships purchased in your store, as well as manually process any recurring memberships.
The Memberships Manager provides you with a list of memberships in the system, with those requiring approval listed first, then sorted by the start date. Memberships (or software downloads) purchased offline will require approval, while those purchased with credit cards will be automatically approved. Purchases with PayPal will be approved if the transaction was completed; pending transactions will need to have the membership approved once the transaction is completed.
By default, the last week’s activity will be displayed. Search fields and filters are also available to view the memberships. These include the following:
Links are also provided to show ALL memberships or Recent (created in the last week) and to add a New Membership.
The following information is displayed for each membership on the list:
The form for creating or editing memberships includes the following:
Click Update to save your changes or Delete to remove the membership record.
If you are planning to use recurring memberships and wish the store to automatically bill customers as their memberships are expiring, you should use the settings to store credit card tokens for the user (currently supported only for Shift4). You will also need to set up the daily task that checks for these memberships and renews them. It will send the customer a reminder that they will be billed 3 days ahead of time so that they can cancel if they wish, and you will also have links in the membership section to cancel the renewal manually.
The template for running the daily tasks is found in the admin/scheduled directory. You will find daily, weekly and monthly templates which you can use for any other scheduled tasks you might need to run. For the recurring memberships, the necessary code has already been added to the daily.cfm page. You will need to set up a scheduled task in the CF admin (or have your host add it) that will call this file at least once a day in order to process these functions. Just set the scheduled task to call the file directly (not through a fuseaction) sometime between midnight and 1 am:
http://www.storeurl.com/storedirectory/admin/scheduled/daily.cfm
By default, the template is set to run once a day and will renew any memberships that will expire that upcoming day. Alternatively you can set it to run throughout the day, like every 2 or 3 hours, giving the customer more time to cancel the membership before it renews. To do this, set the schedule to run it every x hours in the CF admin (be sure to still start it between 12 and 1 am as the code runs certain functions at that hour only) and change the setting for “run_interval” at the top of daily.cfm to match the interval you are using.