Forum Replies Created
-
AuthorPosts
-
alexanderfoxcParticipant
This is a bug I noticed earlier (thanks to your site). It will be fixed in the upcoming plugin version. If you wanna test it before it’s released, here’s a testing version: https://s-plugins.com/testing/stripe-payments_1.9.4t1.zip
Delete the one already installed on your site and install this one via Plugins page. It will get automatically updated when we release a stable version, so you don’t have to worry about this.
alexanderfoxcParticipantThank you, Robert.
Well, it works for me. I know, this is the worst thing when it happens like this. But don’t worry, we’ll try to figure out why it’s not working as expected for you.
May I know which browser are you using? Also, have you tried to clear your browser’s cache?
alexanderfoxcParticipantHi.
If billing address collection is enabled, then yes, MailChimp add-on will take customer name that he have entered in billing details.
alexanderfoxcParticipantHi.
First of all, make sure you’re using latest Stripe Payments (which is 1.9.3 at the moment).
Can you provide an URL to the page where you button is?
alexanderfoxcParticipantThank you.
In order to make payments via Live mode, the page must be HTTPS. If you access this page via wangyaoshi.co.uk/hpv/, you will see the button is working perfectly.
You can use plugins similar to Easy HTTPS Redirection to make the page and all content inside of it to be HTTPS https://wordpress.org/plugins/https-redirection/
alexanderfoxcParticipantHi.
Have you enabled AliPay addon in the settings? Go to Stripe Payments Settings, click Alipay tab and check if it’s enabled. If it’s not, tick “Enabled” checkbox and save settings.
alexanderfoxcParticipantHi.
Currently, there is no way to do that. We are working on an add-on that would allow you to have any number of custom fields you need. It is coming soon, but cannot give you any exact dates at the moment.
Just out of curiosity, what language are you using?
alexanderfoxcParticipantThank you for your report and for providing log info and Dashboard access.
This has been dealt with.
If anyone else is having similar issues, I suggest to update Subscriptions addon to the latest version (which is 1.2.6 at the moment). Also make sure Stripe Payments plugin is a up-to-date as well (version 1.9.2 at the moment).
alexanderfoxcParticipantHi.
Can you enable debug log, wait some time for it to fill in and send it to me to [email protected] ?
alexanderfoxcParticipantHi.
Sorry, I don’t speak French, so my message was translated to French by Google Translate.
Are you trying to make a test purchase on Live or Test mode? For test mode, you should use following card details (this is official Stripe test card):
4242 4242 4242 4242
Date: 11/22 CVC: 123——————————————————
Salut.
Désolé, je ne parle pas français, donc mon message a été traduit en français par Google Translate.
Essayez-vous de faire un achat test en mode Live ou Test? Pour le mode test, vous devez utiliser les détails suivants de la carte (ceci est la carte test Stripe officielle):
4242 4242 4242 4242
Date: 11/22 CVC: 123alexanderfoxcParticipantHi Jorg.
This can be achieved via a little trick. You can rename your page to “Checkout results”. Then, you can construct your own thank you and error messages using this guide https://s-plugins.com/customize-the-thank-page-message-of-stripe-payments-plugin/
So, very basic example. Here’s how the content of your page should look like:
[accept_stripe_payment_checkout] Thank you for purchasing the following item: {item_name} You paid {item_price} {currency_code} [/accept_stripe_payment_checkout] [accept_stripe_payment_checkout_error] There was an error with the credit card transaction. Error details below: {error_msg} [/accept_stripe_payment_checkout_error]
If there were no error during the checkout, the content of [accept_stripe_payment_checkout_error] won’t be displayed. And vise versa – if there is an error, only its content will be displayed, but content inside [accept_stripe_payment_checkout] won’t be.
June 5, 2018 at 10:20 pm in reply to: Stripe Payments plugin changes to the Checkout integration #1002alexanderfoxcParticipantHi Remi.
Thank you for reaching out. It’s ok to do it here if it’s comfortable for you.
As a developer myself, I think it would be much better to inform about API changes in some other way before making them? By some email to API users or something. But I do realize you personally is not the one who made this change without prior notice, so please don’t take it personally, just take it as a random rant from someone who had to reply to numerous users complaints regarding this issue. Also, I think it’s a good thing to call “url” parameter how it’s actually called, not “referrer” or something else. And also display corresponding error message. Hey, just another random rant, sorry 🙂
To answer your question why the “url” parameter is used, I’m pretty sure I found an example with it on Stripe website. I cannot find it again, I assume it was removed from documentation not long ago. But, as you might understand, I haven’t seen it in a dream and decided to put it in the code 😉
Since there is no reason to use it anymore, it will be removed from plugin code in the next release.
Thank you once again for your time and effort. And sorry in advance for any offence as none meant. Just ranting. Can a man rant once in a while? 😉
alexanderfoxcParticipantI have made a testing version which should address this.
It has a new option on Settings -> Advanced Settings tab called “Apply Separators Settings To Customer Input”. Check it, save settings and your customers will be able to use your currently configured decimal separator (comma in your case) to enter values.
You can download it here https://s-plugins.com/testing/stripe-payments_1.8.9t1.zip . Just delete the one currently installed and install this one. Your settings and products would stay untouched. This testing version can also be updated to stable once it’s released without the need to delete it and re-install again.
Let me know if there it works like expected.
alexanderfoxcParticipantHi Gio.
The settings you adjusted are called “Price display settings”, hence they only affect how the amount is displayed, not how it’s entered.
But you got a point and this definitely should be dealt with. I will look for a solution and let you know the results shortly.
alexanderfoxcParticipantNope.
Test hook must be created in Test mode. You need to delete it from your Live account, then tick that tick from my previous screenshot, then add test mode webhook while being in test mode.
I think we missed this part in our tutorial. I will make sure this is corrected. Sorry for inconveniences.
-
AuthorPosts