pmpro-multiple-memberships-per-user icon indicating copy to clipboard operation
pmpro-multiple-memberships-per-user copied to clipboard

Allow users to checkout for and hold multiple memberships at the same time when using Paid Memberships Pro.

Results 71 pmpro-multiple-memberships-per-user issues
Sort by recently updated
recently updated
newest added

Fixes issue where checkout would fail when requiring billing fields and checking out with Stripe.

Fixed the following PHP notice: `Notice: Indirect modification of overloaded property MemberInvoice::$membership_levels has no effect in /public_html/emcare/wp-content/plugins/pmpro-multiple-memberships-per-user/pages/confirmation.php on line 72`

**Reproduction Steps** - Add a user to any number of membership levels - Modify the member's expiration dates to be near each other, such that an expiration warning or notification...

Status: Need to Recreate

If there is no level / levels attribute in the URL, the default level assigned to the checkout form via block settings is not respected. @dparker1005 wrote a simple recipe...

When adding a level to a user on the user admin page a dropdown appears with levels in order. Would like to be able to have the list appear in...

after enabling the plugin v0.7 it gives this js error that break some page, i'm using Boss. theme

Hi all :) First, I will describe the behavior without this addition, only PMP. There is Renew option, eg if I have a course that expires after 5 days, when...

**Describe the bug** With MMPU active, when you change the membership level of a member, an email is not sent out. A member saw this as reported in ticket 344696...

Status: Needs Thought

Steps to replicate: 1. Create a level group with multiple levels and set it so that users can only have one level from the group 2. Check out normally for...

The main reason that PayPal Express (and other non-Stripe/Braintree gateways) are not compatible with MMPU is that PayPal doesn't allow creating multiple subscriptions at the same time. To allow users...