-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for manually editing recurring amount of subscriptions #151
Comments
Also requested in https://secure.helpscout.net/conversation/1752461209/23295/ in relation with Restrict Content Pro: |
Also requested in https://secure.helpscout.net/conversation/1846530879/23827 in relation to MemberPress:
|
MemberPress has some documentation about changing pricing terms on the following page:
The bottom line is that you cannot adjust the prices of existing active signups in MemberPress. This is confusing because as a user in the MemberPress admin dashboard you get the impression that this is possible: I think we've considered showing a warning on this page, but personally I think MemberPress should clarify this. |
As discussed we could hook into |
Updating a MemberPress subscription now updates the subscription phases. Also, the payment/subscription status and subscription next payment date are now also mentioned when editing a MemberPress transaction or subscription. |
Also requested in https://secure.helpscout.net/conversation/2013404346/24488/ in relation with Gravity Forms:
We found out that the "Gravity Forms PayPal Standard Add-On" plugin has support for editing payment amount: https://github.com/wp-premium/gravityformspaypal/blob/3.4/class-gf-paypal.php#L1756-L1768 |
It seems that the "Gravity Forms PayPal Standard Add-On" plugin is legacy, we should look at the "Gravity Forms PayPal Checkout Add-On" plugin: https://github.com/pronamic/gravityformsppcp. This plugin creates a subscription plan at PayPal:
Pronamic Pay and Mollie have no subscriptions plans layer, which makes it harder to update the pricing of subscriptions. |
Also requested for Gravity Forms in https://secure.helpscout.net/conversation/2253878869/25692/:
|
Also requested for Gravity Forms in https://secure.helpscout.net/conversation/2763181144/28020/:
|
Also requested for Gravity Forms in https://secure.helpscout.net/conversation/2780772641/28081:
|
From customer:
In the past, we've had the functionality to manually edit the price of an existing subscription. Unfortunately, we had to remove this with the introduction of subscription phases. We can now add it back.
Considerations:
The text was updated successfully, but these errors were encountered: