I get an error when connecting it to Stripe.
The Stripe account selected was created by another platform. Please try connecting to a different account or create a new one.
I was successfully able to connect both plugins: “GetPaid” and “WP Simple Pay”. I was able to connect both and both connected perfectly at the same time. They both worked perfectly.
I could see this via this link (other readers should take a look here once logged into Stripe)
https://dashboard.stripe.com/account/applications
It also seem to show Restrict With Stripe is connected too.
It also shows “Restrict With Stripe. Application access: Read and write. Approved on Jun 1, 2024”
As well as both the other two plugins being connected.
The only difference is that with “GetPaid” and “WP Simple Pay” it show two connections, one of which is a test mode connection (Restrict With Stripe is only showing one connection).
In the Restrict With Stripe settings though I still see the error and the button to connect, I have tried several time and it show “connected” within in Stripe but not in the Restrict With Stripe plugin.
]]>Hi guys,
Is it possible to have users signup to monthly or yearly Stripe recurring payments while getting access to the restricted content?
Cheers
Gary
I have Restrict with Stripe functioning correctly on a site, with the exception of pages which have Breakdance page builder enabled.
Breakdance is ‘themeless’ – a term I’ve come to understand means it takes over most functions traditionally taken care of by the theme. I’m assuming this heavy-handed bahaviour bypasses the hooks/filters that Restrict with Stripe needs to function. (You can still use any theme you like, but most functions are overridden? There is a nearly blank theme they recommend for occasions when develoers still want function and style files)
How can I help getting these 2 great plugins working correctly together?
cross-posted here: https://github.com/soflyy/breakdance-bugs/issues/991
]]>As per the title – please add the ability to specify alternative API keys etc… for using test mode.
]]>For a user flow it was suggested in another post to create a restricted page and send people there to trigger the subscription system.
I’ve checked out the code, which leads me to ask:
Would there be any issue creating a form that has matching fields, manually loading the JS file, and using that instead?
]]>I’m having trouble with using the filters – I’m not that experienced with PHP so sorry if this is just a noob mistake.
Here is the code I’m using – it’s a basic regex function with arrays to allow multiple replacements:
add_filter( 'rwstripe_restricted_content_message', 'example_callback' );
function example_callback( $restricted_content_message ) {
$patterns = array();
$patterns[0] = '/Purchase Access/';
$replacements = array();
$replacements[0] = 'Start your Subscription';
ksort($patterns);
ksort($replacements);
preg_replace($patterns, $replacements, $restricted_content_message);
return $restricted_content_message;
}
If I echo $restricted_content_message in the function then it prints with the correct replacement, but when I return it the replacement doesn’t work.
]]>Hi there ?? I was super excited when I found your plugin – looks like just what I need, buuuut:
I am getting below error while trying to connect stripe to my wordrpess:
The Stripe account selected was created by another platform. Please try connecting to a different account or create a new one.
I’ve both tried using an “old” account and creating a brand new one in Stripe, but I get the same error no matter what…
Please advice ??
]]>I am getting below error while trying to connect stripe to my wordrpess-
The Stripe account selected was created by another platform. Please try connecting to a different account or create a new one.
My website and stripe account both are created from same email id.
]]>Hello, I installed and setup products but when I restrict a page that is built with Elementor it doesn’t restrict the content to logged out users.
Do you have a solution to restrict Elementor page content or am I missing something?
]]>Hi guys, me again.
I can’t see anywhere to restrict a particular page or post. I can see the checkbox in the category edit page, but not in a page or post editor page, it’s not in the screen options or on the page editor anywhere.
I was trying to make a ‘Register’ page by restricting access to a page, which will then show the ‘Purchase Access’ page.
Cheers
Gary
Hi guys,
I have members that pay for monthly subscriptions for my services already through Stripe and my next step was to integrate a WordPress site with this plugin allowing the users with Stripe memberships to get access to premium content on my site.
I did a test with the plugin linking to my Stripe membership and it created a new membership and also created a new WordPress account for me to be able to see the content. But no users that have signed up have worked since.
What should the user flow be for this plugin when they click to signup to a membership?
Cheers
]]>