توضیحات
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.
Basic Features
- Enable Subscriptions Stripe using Gravity Forms
- Admin initiated subscription cancellation
- Admin list of active, failed payment, and cancelled subscribers
- A page where subscribers can see details of their subscription
- Translation Ready
Pro Features
- Easily allow subscribers to upgrade a subscription on their own which will cancel the old one in stripe (requires the stripe embedded fields NOT the stripe checkout page)
- Ability for subscribers to update payment card info on their own
- Allow subscribers to cancel their subscriptions on their own
- Auto-cancel subscription if payment fails x number of times
- Decide if cancellations end the subscription immediately or at the end of the billing cycle
- Downgrade subscriber role automatically if cancelled
- Issue refunds
Videos
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
Resources
Website: https://www.gravitystripe.com/
See Changelog & Upcoming Releases: https://trello.com/b/XWM44IVi/gravitystripe-subscription-manager
عکسهای صفحه
نصب
- Manually upload the plugin files to the
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly (Plugins > Add New > Upload). - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Once activated, the plugin automatically connects to the Stripe API keys set under your Gravity Forms Stripe Add-on
سوالات متداول
-
What are the shortcodes
-
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)) -
How do you get your gravity form ids
-
Log into your WordPress admin dashboard.
Click ‘Forms’ 1
The ID’s are listed to the right of the form names you’ve createdReference: https://docs.gravityforms.com/shortcodes/#how-to-find-the-form-id
نقد و بررسیها
توسعه دهندگان و همکاران
“GravityStripe Subscription Manager” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “GravityStripe Subscription Manager” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
گزارش تغییرات
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.