Linux 软件免费装
Banner图

GravityStripe Subscription Manager

开发者 ZeroZen Design
cncrrnt
更新时间 2024年4月11日 22:49
WordPress版本: 6.3
版权: GPLv2 or later
版权网址: 版权信息

标签

Stripe Gravity Forms Addon Subscription Frontend Management

下载

4.1 4.1.1 4.2 1.0 1.1 2.0 2.1 2.3 2.6.0 2.6.1 2.7 2.7.5 3.1 3.1.2 3.2.2 3.2.5 3.3.2 3.4 2.6 4.0 4.1.2 4.1.4

详情介绍:

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.

安装:

  1. 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).
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Once activated, the plugin automatically connects to the Stripe API keys set under your Gravity Forms Stripe Add-on

屏幕截图:

  • https://nimb.ws/ZTiVAh - List of all site subscriptions for admin view
  • https://nimb.ws/LAGmxZ - Responsive modeiew
  • https://nimb.ws/LAGmxZ - Responsive mode

常见问题:

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 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.