Jason Coleman

Results 44 comments of Jason Coleman

Cool. https://github.com/strangerstudios/paid-memberships-pro/blob/dev/adminpages/memberslist.php#L30 We could create an array like: `array(1 => 'Level 1', ... 'expired' => __('Expired Members', ...), ...);` Include all of the levels and our built in options. Then...

Some helpful questions to help figure this out: - Does it happen with /wp-login.php? - Does it happen with other login pages? (e.g. WooCommerce) - Is there chatter RE iOS...

Let's do this in the 3.0 branch.

We missed the 3.0 release. I still feel we don't need the ssl seal option. We can deprecate it, and people can use custom code or the page editor to...

Slated for 3.0 because this will cause breaking compatibility issues. This is a damned if you do, damned if you don't situation. I agree with David in the comments of...

Hmmm. Related to https://github.com/strangerstudios/paid-memberships-pro/pull/2199 which I think should be a 3.0 update now. So maybe push this off until then too?

Additionally, importing users multiple times can lead to "old orders" being found while the pmpro_changeMembershipLevel function is called, which will lead to the gateway subscriptions for those orders being cancelled....

> Use JavaScript to only allow users to select one level to purchase at a time A. We want to limit the number of levels a user can "add". If...

This makes sense. We also need to make sure the call to pmpro_checkDiscountCode() checks if a code works for ANY of the supplied levels instead of just one. The function...

I've been able to recreate this. Working on a fix.