strangerstudios / pmpro-approvals

Grants administrators the ability to approve/deny memberships after signup.
https://www.paidmembershipspro.com/add-ons/approval-process-membership/
19 stars 29 forks source link

Require approval from one level or another #189

Open dwanjuki opened 4 months ago

dwanjuki commented 4 months ago

Is your feature request related to a problem? Please describe. After selecting Yes. User must have an approved membership for a different level. in the Approval settings, one can only select a single level.

The customer would like the ability to select multiple levels here, so that members with an approved membership from any of the selected levels can checkout.

Describe the solution you'd like A filter making it possible to allow checkout to proceed if the user has any of the passed levels.

Possibly allow multiple level selections in the Require Approval settings

Describe alternatives you've considered Using the existing pmpro_approvals_level_restrict_checkout filter. However, this approach isn't fully compatible with multiple memberships per user.