How to Add a Membership Level in WP eMember
28 September 2009
To add a Membership Level you need to browse to the “Membership Level” menu
From the “Manage Levels” tab you can simply select “Add New” to add a membership level.
The Membership level addition menu has help text next to each field to guide you. You can edit or delete an existing membership level from this “Manage Level” page too.



What are the php calls to find out what membership level a member is a part of? I want to be able to display certain sidebar content based on what membership level a member is using if else statements, but I need the call for the if part.
Thanks!!
John
Also, can members be a member of multiple membership levels? Want to make each membership level a different product… so, I need them to be able to be a member of different membership levels, so they can purchases and access different products.
@john Thanks for visiting. We don’t provide API call for our plugin yet. So you’ll not able to get very tidy syntax for finding membership level. You can find membership level id though using the following code:
global $auth;
$levelId = $auth->getUserInfo(‘membership_level’);
Thanks anyway.
@John, Yes, members can be a member of multiple membership levels.
How many membership levels are allowed ? Can I manage a member’s “memberships” together. I am thinking of allowing subscribing members access to updates and upgrades for products they have already bought – I sell bundles of related MP3 tracks which can be added to periodically – but if one of my subscribers stops subscribing, then I’d like to turn off all of the memberships.
I want to offer a discounts to my members according to their membership level – Free members pay full price, subscribers get 50% off. I am looking for a membership plugin / shopping cart combination that lets me do this – Can eMember / eStore do this ?
You can have as many membership levels as you want. Nope, you won’t be able to have the discount scheme you explained with eMember and eStore.
Leave your response!
Get the WP eMember Plugin
Categories
Blogroll
Recent Comments
Tips and Tricks Hot Items
Copyright © 2010 WordPress Membership ® All Rights Reserved | Powered by WordPress | Infinity Remix theme by Tips and Tricks HQ
Log in | Comments (RSS) | Entries (RSS)