“Notice: The called constructor method for WP_Widget in wp_stripe_recent_widget is deprecated since version 4.3.0! Use __construct() instead.”
I’ve fixed this by updating line 17 of wp-stripe/includes/stripe-widget-recent.php from:
$this->WP_Widget( 'wp-stripe-recent', __( 'WP Stripe - Recent', 'wp-stripe' ), $widget_ops, $control_ops );
to:
parent::__construct( 'wp-stripe-recent', __( 'WP Stripe - Recent', 'wp-stripe' ), $widget_ops, $control_ops );
When people try to use credit cards that expire after 2023 the plugin refuses them (some are starting to show up with 2025 dates and they aren’t going through). How can I change that to get the plugin to stop denying cards with post-2023 expiration dates? Thanks
]]>Hello,
An error occured just after activated, the key is not save and here :
Notice: Use of undefined constant WP_STRIPE_KEY - assumed 'WP_STRIPE_KEY' in /srv/data/web/vhosts/mysite.com/htdocs/wp-content/plugins/wp-stripe/wp-stripe.php on line 103
After setup the key :
Notice: La méthode constructor appelée pour WP_Widget est obsolète depuis la version 4.3.0 ! Veuillez utiliser
__construct()
à la place. in /srv/data/web/vhosts/mysite.com/htdocs/wp-includes/functions.php on line 3624
Thanks
]]>I’ve implemented the WP-stripe code on my site and recently, I haven’t been receiving information outside of the first and last name of the user when transactions go through. This has happened in the last 8-10 months where I used to get the users name, address, email and other info. Any help would be appreciated !
]]>WHen I test my payment page as a non https it seems to work fine.
When I go into WP engine and make the payment page https i get an error that states 301 Moved Permenantly.
I am not sure what is going on or how to fix it.
https://valuedland.com/
https://valuedland.com/payment/
Is there a way to allow payments in multiple currencies? The default seems to be USD, but I’d like to add a drop-down with a few others.
]]>Hello All,
I’m loading Stripe to enable on-site credit card payments. I’ve successfully enabled the plugin in my WP dashboard, but I expect to see it as an option to my Woocommerce checkout tab, but it’s not there.
I do see an option for simplify_commerce. Is there a chance that Woocommerce only allows one credit card option?
thanks,
]]>Here is a stupid question…
Where do I find the shortcode after building the form???
hello
Where to write the language.po file.
thanks in advance
]]>Hi there,
The latest update of WP Stripe crashed our website and we had to manually put WP Stripe back into the website. It is missing API keys, where would I find this information?
Thanks!
Natalie
Updated wordpress and stripe plugin yesterday and now the pay now form won’t load. Any ideas? I’ve been using this for years without issues, but the minute I update it stops working.
]]>Hello,
I have a client that wants to have a payment gateway on his site that accepts credit cards directly on the site. Is Stripe capable of handling this? I understand that this is a donation plugin, but I’m wondering if I buy the payment gateway for WooCommerce if that will be part of it.
Thanks!
]]>Is it possible to enable the Stripe Payment Receipts with this plugin? Or send a thank-you message after someone submits a payment?
]]>Hi. The plugin still uses Strip v1 but v2 is out. There shouldn’t be any conflicts if you update.
Secondly, I’m getting this in my console:
It looks like Stripe.js is not being loaded from https://js.stripe.com. Stripe does not support serving Stripe.js from your own domain.
Thanks for the great plugin otherwise!
]]>Stripe now has bitcoin payment, does thisstrip pluggin also allow bitcoin payments?
]]>ERROR: NO SUCH TOKEN: TOK_15XM6GGUQIKUF4XX14QHKYGE; A SIMILAR OBJECT EXISTS IN TEST MODE, BUT A LIVE MODE KEY WAS USED TO MAKE THIS REQUEST.
what is going on?
]]>Firefox (Mac) shows scrollbars in the iframe.
Chromium (Mac) does not show scrollbars on the initial popup form, but scrollbars display after the form is submitted.
It looks like the fix would be to change the #TB_iframe_content width from 429px to 450px.
Where can I do this in the code? I’m not finding where the iframe height/width are being generated.
]]>When using the WP-Stripe form, the form won’t process, it just sits and spins. According to the logs from Stripe, the final log entry for our account shows the error of Missing Required Param: Currency. Where do I need to go to fix this? Thanks,
]]>Hi,
When viewing on mobile devices, the popup form doesn’t display properly. the left side gets cut off a bit on portrait e.g. NAME, only displays AME or EMAIL only display MAIL. On the landscape the popup form can’t be scroll up or down and it doesn’t display the full form. Anyone has the same issue? help appreciate. Thanks.
Hi,
re: SSL certificate. If my website already has SSL. Do I still need to purchase the SSL in order to use Enable SSL for modal pop-up under settings? Thanks.
Hello,
I uploaded this plug in to accept donations through my website. When I click the “donate” button, the popup doesn’t load properly – I only see a sad face. Any advice?
Thank you!
]]>Hi there,
I have installed the plugin and I am using an ssl for the website as well. However, whenever I tried testing it there, there seems to be something wrong with the form where after I hit submit payment, it loads infinitely with nothing happening.
The donation page is here: https://www.respect.ie/dev/donate
Where the blue button brings up the form.
Can anyone help?
]]>Hi,
Thanks for the great plugin,
We want to use this plugin for subscription payment, How to pass the subscription id while posting the payment, is there any information for this.
Thanks
Mohsin
Is there no way to do that on our end?
]]>When the page with the shortcode loads in Chrome, Chrome recognizes a possible error in the transfer of information (yellow triangle appears over the https:). Does anyone else have this issue?
]]>Can you integrate this into the plugin somehow by default:
https://www.ads-software.com/support/topic/how-to-add-title-and-amount-into-the-short-code
I can’t upgrade to 1.5 until you do, because those mods don’t work the same way in new version, and I am stuck using 1.4.6 until you do.
Why those mods?
Because some of us want to hardcode the title of the popup, the comment area (to say what the charge is for), and the amount itself (so that the end-user can’t punch in whatever they want in there).
And if you could make those fields (textarea for comments and input for amount) readonly (or give us an option to), that would be perfect. If not, no worries, I can modify that in the code itself.
But I can’t modify it to work like 1.4.6 with those mods above though – need you to implement them into the plugin.
Thanks.
]]>When I fill in the form using test data the form hangs on the submit button, just a spinning circle. No errors are showing
]]>Hi there,
I am a begginer to this stuff. I would like to know how to setup a testing environment for this plugin. Also, what is API secret key?
Thanks a lot!
]]>I noticed the plugin hasn’t been updated in a few month and support questions are not being responded to. Have the developers dropped the project or can we trust that the plugin will continue to be supported?
– M
]]>Hi,
I tested a payment with testing enabled and all keys inserted.
It goes through and shows “Success…you’ve transferred $44”
However, when logged into my Stripe dashboard (stripe.com), I don’t see any logs for the test payment.
Is there an issue or are there not supposed to be any logs from the test payment?
Thanks!
Jack