
MOTO transactions explained
What are MOTO transactions? Why is it worth accepting them? Are there any risks to look out for? Here’s all you need to know →
We’re delighted to announce WP Full Stripe v6.2.0 and WP Full Stripe Members v1.9.0!
Here are the section links if you’d like to jump to a particular feature:
We’ve updated WP Full Stripe Members to get rid of its outdated design, and have a consistent user experience across WP Full Stripe and its add-on(s).
The Members list page now looks familiar, reminiscent of the transaction pages of WP Full Stripe:
Until now, you could protect only entire pages in WP Full Stripe Members.
Starting in WP Full Stripe v1.9.0, you can use shortcodes to protect/hide content blocks, not just entire pages.
As an example, the following snippet displays a div only if the logged-in user is in the ‘Silver’ role or higher:
[fullstripe_members_display_fragment role="Silver"]
<div>This is a fragment - showing it at Silver or higher</div>
[/fullstripe_members_display_fragment]
For more information, please refer to the Protecting content fragments section of the Members documentation.
Until now, when a logged-in user tried to access a protected content for which she had no permission the plugin displayed a HTTP ERR 404 (Not found).
Now with the ‘No access page’ option in the settings, you can set which page should be displayed when the user doesn’t have the permission to view the content:
You can learn more about the user journey of viewing a protected content page and ways to protect content in the How to configure WP Full Stripe Members knowledge base article.
Do you use custom post types, and you’d like to protect them using WP Full Stripe Members?
Now you can implement the fullstripe_members_supported_post_types filter to use those custom post types as well.
For writing filter code snippets, we’d recommend using the excellent Code Snippets plugin.
As we’re working on new add-ons for WP Full Stripe, now it’s the time to have a settings page dedicated to add-ons.
In this spirit, we’ve added an ‘Add-ons’ section to the ‘Full Stripe / Settings’ page:
On the Add-ons page, every activated add-on is listed, and can be configured by selecting the add-on in question:
Right now, you can manage only the settings of WP Full Stripe Members on this page, but new add-ons are in the pipeline.
If you’re using custom fields then now you can view the custom field values in the ‘Transaction details’ side pane of the transaction:
IMPORTANT: Viewing custom field values doesn’t work retroactively, as the plugin will start saving custom field values in the Wordpress database after installing this plugin update.
If a coupon is applied to specific products and the inline form has a product selector, the form can inform your customers if their purchase is eligible for the discount code they’re trying to redeem.
This is how your form will display if your customers try to redeem a coupon that doesn’t apply to the selected product:
It’s been possible to buy subscriptions in bulk for a while in WP Full Stripe, but only the maximum subscription quantity could be limited, not the minimum quantity.
We’ve added an option to limit the minimum subscription quantity as well:
We’ve added the %IP_ADDRESS% placeholder token which contains the IP address of the customer.
The placeholder token can be used in email notifications, thank you pages, and transaction descriptions (one-time payment and donation forms).
For learning more about placeholder tokens, please refer to the Using placeholder tokens knowledge base article.
You can add new sections to the top and bottom of the customer portal, as illustrated by the following screenshot:
The sections can be implemented using Wordpress filters, please refer to the Add new sections to the customer portal page section of the customer portal documentation.
You can hide the ‘Subscriptions’ sections of the customer portal by turning off the ‘Show subscriptions to customers?’ option on the ‘Full Stripe / Settings / Customer portal’ page in WP admin:
The can disable scrolling the customer portal pane into view when the page is reloaded by turning off the ‘Scroll pane into view’ option on the ‘Full Stripe / Settings / Customer portal’ page in WP admin:
Stay on top of the latest news about WP Full Pay
What are MOTO transactions? Why is it worth accepting them? Are there any risks to look out for? Here’s all you need to know →
If your online store is plagued with high cart abandon rates, using Link by Stripe can be a real game changer. This is how it works →