Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember Troubleshooting › Upgrading members to new membership levels
Tagged: cancel subscribtion, upgrade members
- This topic has 17 replies, 4 voices, and was last updated 12 years, 1 month ago by admin.
-
AuthorPosts
-
August 12, 2012 at 9:14 am #7147evolvesystemsMember
We have created a membership site at http://topgunsalescoaching.com.au
What we want to happen is that someone joins free and then if they say click on the silver member area it gives them a link to upgrade to say SILVER level.
1. it seems the protected text can’t be modified to display this option?
2. If a member buys say silver level it seems they have to cancel their bronze membership first ?
We wanted a system to encourage members to upgrade to the top levels but doesn’t seem to be as easy as it seems?
August 12, 2012 at 11:46 pm #48321adminKeymasterOnce a member makes a payment for the “Silver” level, the system will automatically upgrade the account to silver. Please read the following documentation:
On the other hand if your “Silver” membership is free then you can use the following shortcode to create a button that lets your logged in user to get upgraded to the specified level (example: 2):
[wp_eMember_upgrade_membership_level_to level=2]
August 31, 2012 at 9:54 pm #48322visualadventuresMemberI have wokshop videos on my site , and have separate membership level for each workshop video
For example I have
membership level A for video 1 ( protected so members registered under level A can access)
membership level B for video 2 ( protected so members registered under level B can access)
when a customer purchases membership level A it can access the page in which he can watch workshop video 1 .
When he purchases other membership level say B, his/her membership status is upgraded to membership level B in otherwords membership level A becomes secondary and membership B becomes primary . then customer cannot access membership level A’s video page because it is only restricted to access for members who are registered under membership level A or they have membership level A as primary .but when I allow membership level A and membership level B both to access their respective pages as following
membership level A for video 1 ( protected so members registered under level A and B both can access)
membership level B for video 2 (( protected so members registered under level A and B both can access)
then problem is if a user who is registerd under one level say A can access to both level A and B pages and vice versa but I don’t want to let user go to other level under which he is not registered. The person should access both pages if he/she is registered under both levels .if user is registered under one level then he should access one level page . Kindly tell me the solution
August 31, 2012 at 11:57 pm #48323PeterMemberSounds like what you are looking for can be solved by using section protection shortcodes.
Please see this page which will explain how section protection works:
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88
September 1, 2012 at 12:30 pm #48324visualadventuresMemberthanx for your reply ,i want to ask another thing that how can i use a short code in this emember_protected short code for instance my short code is [show_child_pages]
but my short code doesnot work it just prints the shortcode “[show_child_pages]” but not show the functionality
[emember_protected for=1-2-3 do_not_show_restricted_msg=1]
[show_child_pages]
[/emember_protected]
kindly tell me how to resolve it
September 2, 2012 at 3:51 am #48325adminKeymasterWhere is this
[show_child_pages]
shortcode coming from? Was this shortcode created using WordPress’s shortcode API? If it wasn’t then you won’t be able to nest the shortcodes.If this
[show_child_pages]
shortcode was created using WordPress’s shortcode API then you should be able to nest it inside the eMember shortcodes. Try the tweak mentioned here:September 2, 2012 at 7:48 am #48326visualadventuresMemberi am really thankfull to you for help me in sorting out these problems. i want to ask another thing that can we categorized the members list according to their membership level in the admin panel .currently we have memberlist which shows all the members under diffrent levels they are registered or upgraded.But what i need is i have two membership levels A and B many members are reistered under these levels or some of them upgrade their membership from A to B or B to A, when i want to see the list of members of level A then all the members list can be seen who are registered under this level and same case in viewing the list of member level B.
September 2, 2012 at 7:07 pm #48327visualadventuresMembersecond i want to hide the add to cart button of the membership product if the customer is login and has already purchased that membership product
September 3, 2012 at 6:35 am #48328adminKeymastereMember’s manage member menu has filter capability. Simply use the filter options at the top right hand corner to see members from a particular membership only. You can also sort your members list based on the membership level column.
September 3, 2012 at 6:52 am #48329visualadventuresMemberok thanx i want to hide the add to cart button of membership product if customer is login and has already purchased that membership product
September 3, 2012 at 2:36 pm #48330visualadventuresMemberIf you tell me the solution of above then members will not purchase same membership again mistakenly thanx
September 4, 2012 at 12:13 am #48331adminKeymasterThat should be doable with section protection too. What version of eMember are you using and what eStore shortcode are you using to place your purchase buttons?
September 4, 2012 at 10:17 pm #48332visualadventuresMembersection protection only hide things from the users who have not purchased those membership levels.i want to hide add to cart button of that memebrship level product from the members who have already purchased particular workshop because on my site some of dumb users purchased a mebership once and they registered but they again purchased that membership product and upgraded to the same level ,by this they purchased same mebership level mistakenly two times.i m using WP eStore v 6.5.5, WP eMember v7.8.5 and i m using shortcode [wp_eStore_add_to_cart id=#] for add to cart button
September 5, 2012 at 7:22 am #48333adminKeymasterYou can get pretty creative with the section protection feature of eMember. I will show you an example of how you can achieve what you explained using section protection.
Lets say you have a purchase button for membership level 1. You don’t want any members who belong to level 1 to see this purchase button.
Add the following code to your page and that will do the job:
[emember_protected scope=not_logged_in_users_only do_not_show_restricted_msg=1]
[wp_eStore_add_to_cart id=#]
[/emember_protected]
[emember_protected not_for=1 do_not_show_restricted_msg=1]
[wp_eStore_add_to_cart id=#]
[/emember_protected]Here is a quick rundown of how it achieves the result…
1) When an anonymous user goes to this page, he will see see the purchase button since he is not logged into the site (this visitor won’t see the 2nd purchase button on this page.
2) When a logged in member goes to this page, he will see the 2nd purchase button as long as he doesn’t belong to membership level 1 (this visitor won’t see the 1st purchase button)
3. When a member of membership level 1 goes to this page, he won’t see any of the purchase buttons.
You should first get a new build of eMember before using the above shortcodes. One of the shortcodes mentioned above was recently added to the plugin so I want to make sure you have that. You can get a new build of the plugin from the following page:
October 19, 2012 at 12:31 pm #48334visualadventuresMemberHi ,
Actually I am selling paintings on my site ,I need to add shipping on my products individually according to paintings and areas for instance
8X 10 size has shiping price 5$ for US and for Canada shiping price is 7$
11X 10 size has shiping price 10$ for US and for Canada shiping price is 14$
Can you please guide me how can I do it in our plugin kindly reply me as soon as possible
-
AuthorPosts
- You must be logged in to reply to this topic.