Tips and Tricks HQ Support Portal › Forums › WP eMember › Gravity Form and multiple membership level purchase
Tagged: Gravity Form, Gravity Forms, integration, membership levels, multiple membership levels, user registeration
- This topic has 5 replies, 2 voices, and was last updated 12 years ago by
admin.
-
AuthorPosts
-
November 3, 2013 at 4:12 pm #9953
lsm001
MemberI would like to use different gravity form and paypal add-on from gravity form to register different paid membership level in wp-emember.
I can use remote user creation with create.php and add_action to the function.php of the theme.
However, one issue for using the create.php is that, if the user already exist in the emember list, the new membership levels purchased will not be added.
It there anyway I can check and update the membership level for existing users in the function.php ?
November 4, 2013 at 1:54 am #58634admin
KeymasterI don’t think using the “create.php” api is the correct way to assign a new membership level to a user. We can look into adding a new option that allows you to update or assign a membership level to a user’s profile. Will that work?
November 4, 2013 at 8:05 am #58635lsm001
MemberYes, I think a way to check the existing user (match email address) then if the user exist, it will update or add a new membership level should be great.
I am using different membership levels to control access to different zone of my website. e.g. membership level A can access posts in category A, and membership level B can access posts in category B. A user can have multiple memberships.
November 5, 2013 at 6:05 am #58636admin
KeymasterOkay I will look into adding that.
FYI – We already have the following functions in the plugin that you can use to see if an user exists by email address or by username:
emember_wp_email_exists($email)
emember_wp_username_exists($username)
November 5, 2013 at 9:14 am #58637lsm001
Memberwhat function in the plugin I can use to assign (additional) new membership levels to existing members ?
November 6, 2013 at 4:38 am #58638admin
KeymasterI am going to add that function (to assign additional level). I was just saying that there is already a function to check email since you asked about that in your previous post.
-
AuthorPosts
- You must be logged in to reply to this topic.