Hi,
I saw your plugin, and it meets almost all my requirements. I particularly need the following points:
Additionally, I need the functions that:
1) once the membership is renewed for another year, a new discount code is generated. Each member would therefore have an automated annual discount code.
2) The discount code must be a fixed amount (e.g., $100) and not a percentage.
Is this possible with the plugin? Or can I program these functions individually?
Thankis
Raphael
Hi,
I want to be able to show different text or sections of a page depending on the membership plans of a user.
There’s a conditional logic function in Breakdance Builder to do this. However, I can’t figure out the query, or meta keys to do this.
Can you help point me to a documentation regarding this?
Hello
I am testing the free plugin on a test site and I don’t quite understand how the membership works and what it does. It seems it allows people to purchase a product called “membership”, but then what does it actually do when purchased? It doesn’t seem to grant or revoke any permissions and also does not allocate a user role.
Also, I noticed that when setting up a membership, you can set the Access Type to “limited”, give it a “Duration” and even make it a “Subscription Membership”. How is this different to your “Subscriptions for WooCommerce” plugin?
What I would like to do is have a way to give users a way to sign up to a specific user role, say “Author”, for a limited time, say 30 days, and they have to pay to have that user role at the start of every 30 days, and they will have that user role for as long as they are a “member” (or subscriber) of that plan. If they don’t pay or renew their membership/subscription and let it expire, then their user role will return to what it was before they purchased it.
Thank you
]]>Kindly assist with a hook or snippet that can return true or false if a user has a membership plan or not. I’ve tried some snippet but none works
$author_id = get_post_field( ‘post_author’, $post_id );
$plan_id = wps_membership_get_meta_data( $post_id, ‘plan_obj’, true );
if ( is_array( $plan_id ) && ! empty( $plan_id ) ) {
$plan_id = $plan_id['ID'];
} else {
$plan_id = 0;
}
$withdrawal_status = wps_membership_get_meta_data( $post_id, 'member_status', true );
if ( 'complete' === $withdrawal_status ) {
Kindly assist on this. Thanks.
]]>Hi, this plugin makes a letter-spacing:1px font in some places on the site. You can release an update to fix this issue. My theme Hello Elementar 3.0.1, Element 3.21.7, Elementor Pro 3.21.3
]]>Hello, help me how to change text “Membership Discount” on shopping cart and checkout pages.
]]>Does this plugin support Membership and Download limit per subscription?
Requirement: I want a membership (Gold, silver, platinum) based download limit in digital product for weekly, monthly, annually.
In a nutshell..
I want a membership site with 2 levels. Paid and Free. Selling training days tickets and PDF downloads both paid and/or free.
I have to use the payment provider Mollie IDeal (Netherlands).
1) Can Membership For WooCommerce use Mollie?
2) If not, can your plugin restrict WooCommerce products by member level? (because WooCommerce does use Mollie/IDeal)
3) If not, any suggestions? Must have Mollie/IDeal
Hi,
Does this use FuturePay by WorldPay?
Your video does not mention/show payment gateways?
Thanks
]]>When I try to add a new user to a membership, the drop-down list with customers contains only hashtags without name and numbers, the search engine does not work either.
Plugin version: 2.4.0
]]>Hi: how are you, I would like to know if I can make that with 1 membership, users can buy only x amount of products in woocomemrce, and after for example buying 5 products, then they have to buy a membership to buy more. Is this possible with rules? Or how?…
]]>Hi I want to call the membership plans on custom buttons there is no any id define in the membership buy now button can you please help me how I can call the diiferent plan on different custom button.
Like If I have a plan of silver and I want to call the plan on some custom button like buy silver plan and when I clicked on the button they should call the plan data like title , id , price to cart.
Hello support team,
I am getting an error. When the member tries to register and purchase the membership then he is getting an error of “Please enter the valid email address”
You can check by trying to register and then you will get an error
https://stopdiabetes.info/mem/
Waiting for your response.
Thanks.
Hi, what payment methods plugin uses to purchase memberships?
Does it payment setup in woocommerce?
Also I have COD and Stripe enabled in woocommerce but in checkout I get “Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements.” Is there something special I need to enable?
]]>The basic version of the plugin I can only create a single membership plan? Because if you create another plan in addition to 1, the user who has the main plan cannot make the purchase, as a message appears “Sorry, this product cannot be purchased.”. And when I delete the background and having only 1 active plan, it works again and the user can buy the product normally
]]>Is this Feature available in the free version or only in the Pro version?
]]>If I attach a Membership plan to a Woo product I get always the same message “Buy this product and become a member of Trial Plan membership plan.” no matter which membership plan I select in Product – Attach Membership.
It looks like the plugin always selects the last plan for the message, although in the Extra Field wps_membership_plan_with_product is the correct id number of the selected plan.
Otherwise its a very helpful plugin, thank you.
]]>Hello,
Does your plugin change the user role to active member or something similar after a payment?
Thank you and have an amazing day! ??
]]>Hi, I have a ebooks page and it contains multiple ebooks. I want a feature, where a subscribed user can download the ebooks. Once subscribed the user can download any ebooks from page freely. If the user is not subscribed, they cannot download free ebooks and are prompted to subscribe or create account. Can this plugin meet this requirement?
]]>Hello!
I have just downloaded your plugin and trying to set it up, clicked the migrate data import button, but it’s been stuck on the preloader popup for 15 minutes now, looking like it’s doing nothing more.
It says “shortcodes are being imported – 0 are left to import”, and when first clicking import, it said there were nothing to import, then started.
It’s also says not to reload/close the tab, but I’m going to have to at some point. Hopefully this isn’t going to break my site!
Could you please help?
Thank you
Have a great day.
Kay
]]>The buyer has an Expiry Date 01-02-2022.
The plan should end yesterday.
When you try to buy, you see: Membership plan already exists Buy a new plan !!
Hi
I’m used to Woo Memberships, and have a project with tree separate sites where users are synced with WP Remote Users Sync, so no multisite, and thats important for several reasons.
So I wonder: is it possible to sync also membership plans and memberships with status based upon purchases made in one of the sites, to one of the other?
cheers,
Karl
I am facing this issue. I want the user to create an account during the checkout process. So I have enabled the option of ‘Allow customers to create an account during checkout’.
I have a course on my website which is accessible to the user only on logging in.
But the issue here is, even if the user drops on the payment page, the account is created. And the user can log in using his email id and password.
I want woocommerce not to create a user account if payment is not complete.
How can I do that?