Buddypress membership - wordpress

I'm looking for a plugin that can do the following.
Support of different memberships (e.g. basic, silver, gold) including payment gateways with recurring payments.
Depending on the chosen membership option during registration (and later on upgrade) more fields shall appear in the registration form.
Those fields shall be displayed on the profile page of the user
I don't want to protect any content of the site.
It is more to enhance the user profile with additional information depending on the subscription.

I would use s2membership as this should solve your multiple membership issue.

Related

When does a wordpress subscriber become a woocommerce customer?

Ok so I'm trying to find out what determines a wordpress user becomes a subscriber or a customer. So my site has over 5000 subscribers but 1000 customers. Lately I have been getting hit by bots that will register 300 - 400 accounts in a day. So I'm trying to determine if its' the registration form itself that determines who becomes what role. Like if it's original wordpress form they become a subsriber but a woocommerce registration form they become a customer. As the bots are using a very specific link to automatically register and it's the default wordpress registration link. So I'm trying to figure out the best way to avoid this from happening while also being able to determine fake subscriber from real subsribers, as checking some of the subsribers have actually logged in. I figured then all customers should have logged in, assuming customers were created once they purchased something from the store but in fact thats not the case. So any real input on this would be very nice and helpful.
So talking to Wordpress and Woocommerce it is when the user uses the Woocommerce Registration Form is when a user is assigned the Customer Role over Subscriber Role.
I want to add to this now also, I'm unsure what update this occured but in Wordpress Settings->General Tab there is a box that asks for New User Default Role. So now you can make sure every user is a customer or a subscriber or whatever role you decide to choose.

Suggest or a request form on a Wordpress site, how automatically know from which user?

about the background: so we are making a WP site, which uses WooCommerce and FooEvents. FooEvents is a plugin for WooCommerce which lets us list events and make the tickets. We also installed a plugin for Members called WooCommerce Memberships.
All in all we want to have a form on our site where people can suggest their event. We want it to be the easiest can be. Maybe its a dumb question but:
How can we automatically know which user filled out the form and sent it to us? We would like to avoid any Email or username entries.
Can I use a contact form 7? Or is there any free alternative in the best case, otherwise paid.
Greetings!
If your users have already an account on your website and they are logged in, here you have the possibility to populate automatically the fields Name and Email with Contact Form 7:
https://contactform7.com/setting-default-values-to-the-logged-in-user/

How to separate Corporate and Normal user in woocommerce?

I'm not an experienced developer but trying to understand and need help how to make my Woocommerce store with two separate users.
I want to have products for normal users and corporate where I want to keep separate prices on products. And two separate registration and login pages for normal users and corporate account.
Corporate accounts and prices will differ from customer prices and accounts.
Website default will be shown prices for customer and there will be a link for corporate.
thank you
Yes, this can be done.
Two types of customers can be done with user roles.
You will need some dev knowledge to place the correct login and registration forms on different pages. The login is less complicated since once the user is registered to a role, no need for different login form. Registration needs some work to make the user role according to the form used.
Different prices also can be achieved using ready-made plugins.
User Role Editor plugin will help you create a new role for the corporates.
Dynamic Discounts plugin will help you create different discount rate for the new user roles.

How can I add lm_paypal subscriptions to registration page?

I've recently installed the lm_paypal module to my drupal site, and I've created two different subscriptions. When users subscribe and pay, they are granted a user account (a specific Role that has access to various pages).
How can I add my subscriptions to the user registration form?
The goal: After users fill out the registration form, I want them to be taken to the paypal page for payment (e.g. Continue to Checkout).
this is a great question, I'm going to try to work on something like this and let you know!
In the mean time, check this link out, it has some ideas.
https://drupal.org/node/125816

how to upgrade from one role to another role in drupal?

i have two types of roles in my site. they are
1)free user
2)premium user
If user registered as "free user" and then he/she want to upgrade their role to "premium user" from "free user".how can i implement this feature in my site? .is there any module for that?
thanks in advance.
LM_PayPal is another module that allows you to change roles based on a user paying a subscription fee.
It is not as comprehensive as the Ubercart route, but it is possibly easier to set up. It only works with PayPal payments, though.
If i understood your request, you want to promote user to role premium after a payment?
Ubercart features:
Product features to add file downloads, role promotions, and more to products.
Ubercart module page: http://drupal.org/project/ubercart
You also may want to check out this post:
http://drupal.org/node/652472

Resources