Description: An easy way for people to manage their stripe subscriptions made through Gravity Forms. Subscriptions are shown using a shortcode.
An easy way for people to manage their stripe subscriptions made through Gravity Forms. Subscriptions are shown using a shortcode. Even includes an admin shortcode to manage ALL subscriptions and see any overdue subscription payments that failed to process in Stripe.com. Make sure your use the gravity forms registration addon so subscribers can log in and manage their subscriptions. If first_name, last_name or full_name metadata is set on stripe feed, name will be fetched from there instead of user’s first and last name.
What’s the difference?
Upgrade/Downgrade Subscriptions
Updating Credit Card Info
Automatically Cancel Subscriptions for Failed Payments
Cancel Immediately vs End of Period
Downgrade User Role on Cancellation
Cancel and Refund the Last Payment
Website: https://www.gravitystripe.com/
See Changelog & Upcoming Releases: https://trello.com/b/XWM44IVi/gravitystripe-subscription-manager
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly (Plugins > Add New > Upload).For Subscribers to view their subscriptions:
[user-subscriptions formids=’formid1, formid2, ….’] (use the formid(s) used to create the subscription (must contain a stripe feed))
For the admin side:
[subscription-list formids=’formid1, formid2, ….’] (use the formid(s) used to create the subscription (must contain a stripe feed))
Log into your WordPress admin dashboard.
Click ‘Forms’ 1
The ID’s are listed to the right of the form names you’ve created
Reference: https://docs.gravityforms.com/shortcodes/#how-to-find-the-form-id
Version 4.1.6
Added support for php 8.0
Added some hooks to ease developers to write actions.
Enhanced flow for faster table loading.
Version 4.1.4
Upgraded compatibility with PHP to PHP 8.0+
Reworked coding to allow for faster loading times of edit entry pages
Readjusted GravityForms back-end navigation to sidebar.