• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Payments Plugin for Stripe

Stripe payment plugins for your WordPress site

  • Home
  • Documentation
  • Addons
  • Login
    • Sign In
    • Edit Profile
    • Terms & Conditions
    • My Downloads
    • License Key
  • Support
    • Support Forum
    • Forum Search
    • Forum Login
    • Forum Registration
    • Email Support for Customers
  • Contact Us
  • Show Search
Hide Search
You are here: Home

alexanderfoxc

  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 15 posts - 226 through 240 (of 250 total)
← 1 2 3 … 15 16 17 →
  • Author
    Posts
  • July 23, 2018 at 1:00 pm in reply to: Coupon Code Not Working #1163
    alexanderfoxc
    Participant

    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.

    July 22, 2018 at 10:27 pm in reply to: Coupon Code Not Working #1161
    alexanderfoxc
    Participant

    Thank 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?

    July 22, 2018 at 1:36 pm in reply to: Collecting Name information with MailChimp add-on #1159
    alexanderfoxc
    Participant

    Hi.

    If billing address collection is enabled, then yes, MailChimp add-on will take customer name that he have entered in billing details.

    July 22, 2018 at 1:20 pm in reply to: Coupon Code Not Working #1158
    alexanderfoxc
    Participant

    Hi.

    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?

    July 17, 2018 at 8:36 pm in reply to: Alipay addon doesn't work #1140
    alexanderfoxc
    Participant

    Thank 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/

    July 17, 2018 at 8:31 am in reply to: Alipay addon doesn't work #1138
    alexanderfoxc
    Participant

    Hi.

    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.

    July 6, 2018 at 4:06 pm in reply to: How to add more mandatory custom fields? #1121
    alexanderfoxc
    Participant

    Hi.

    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?

    July 6, 2018 at 2:23 pm in reply to: Webhook error msg from Stripe #1119
    alexanderfoxc
    Participant

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

    July 6, 2018 at 9:57 am in reply to: Webhook error msg from Stripe #1116
    alexanderfoxc
    Participant

    Hi.

    Can you enable debug log, wait some time for it to fill in and send it to me to [email protected] ?

    June 20, 2018 at 1:49 pm in reply to: carte refusée #1062
    alexanderfoxc
    Participant

    Hi.

    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: 123

    June 6, 2018 at 10:56 pm in reply to: dedicated error page? #1027
    alexanderfoxc
    Participant

    Hi 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 #1002
    alexanderfoxc
    Participant

    Hi 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? 😉

    May 22, 2018 at 1:48 pm in reply to: Issue with comma in decimal figures #872
    alexanderfoxc
    Participant

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

    May 22, 2018 at 12:31 pm in reply to: Issue with comma in decimal figures #871
    alexanderfoxc
    Participant

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

    May 21, 2018 at 6:48 pm in reply to: Problem with your Stripe webhook #864
    alexanderfoxc
    Participant

    Nope.

    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.

  • Author
    Posts
Viewing 15 posts - 226 through 240 (of 250 total)
← 1 2 3 … 15 16 17 →

Primary Sidebar

Featured Addons and Extensions

  • Subscription Payments Addon
  • Additional Custom Fields
  • Secure Downloads Addon
  • Apple Pay, Google Pay, Afterpay

Addon Bundle

Stripe Payments Addon Bundle

A Simple & Lightweight Plugin

Our Philosophy with the Plugin

Support Links

  • Support Forum
  • Support Contact

Search

Copyright © 2025 | Stripe Plugins | A member of the Tips and Tricks HQ family.