-
Author
-
January 10, 2017 at 18:51 #149372
fmdesk
ParticipantHi,
I would like to use the membership level for registration so that user will pay the amount to register in to the website. I followed the below mentioned steps but it’s not working.
1) Created a level in membership pro
2) Selected the level in the registration page but as a user when I try register it’s not asking for any payments.
I want to created 3 levels
Basic – Once payment is done, member should be able register to access every thing other than searching for members, selling items in woocommerce
Silver – Once payment is done, members should be able to register to access everything, sell items in woocommerce
Gold – Once payment is done, members should be able to register to access everything, sell items in woocommerce, search members
Issue 2: In the members page, I want to add the search box and advanced search box but unable to add the same.
Issue 3: When I try to activate the geolocation plugin I am getting an error
Issue 4: When I try to delete a user by click directly on the delete button, it’s giving an error
January 18, 2017 at 19:39 #150139Radu
ModeratorHi, In first instance you should implement a code that checks if the user it's logged in or not and to be redirected to a certain page, please add this code from this URL to your child theme wp-content/themes/kleo-child/functions.php : http://wordpress.stackexchange.com/a/131926 you will need to change the redirect URL. Then if the user is logged in but doesn't have associated with his account an active membership package will be redirected to the pmpro levels page / https://archived.seventhqueen.com/general/article/restrict-users-access-whole-site-force-paid-memberships-pro-levels-page this code should be pasted in same location (wp-content/themes/kleo-child/functions.php from child theme) For redirecting user to his profile after login you can use this plugin : https://buddydev.com/plugins/bp-force-profile-photo/ this will force user to upload a profile photo. Having all of those you should be abe to achieve what you need Cheers R. -
AuthorPosts
The forum ‘Plugins questions’ is closed to new topics and replies.