Viewing 10 replies - 1 through 10 (of 10 total)
  • Having the same issue.

    After credit card information is entered and the place order button is clicked nothing happens. When it is clicked a second time, the page refreshes and says credit card number, credit card expiration and credit card cvc is a required field.

    Is there a fix on the way for this?

    @tamilcselvan: This is not your topic. If you require assistance then, as per the Forum Welcome, please post your own topic.

    @esmi

    When we go to Post topic it also says as below

    Tip: When posting a new topic, follow these steps:

    Read the Forum Welcome to find out how to maximize your odds of getting help!
    Search the forums to see if your topic has been started already.
    Update to the latest versions of your plugins, themes, and WordPress.
    Note the exact steps needed to reproduce your issue.
    Provide any information you might think is useful. If your issue is visual, note your browser and operating system. If your issue is technical, note your server environment.

    so based on “Search the forums to see if your topic has been started already.” Other users with similar issues can post in here right ?

    @nazrulhassanmca:

    Search the forums to see if your topic has been started already.

    That’s so you can hopefully read the solution without posting!

    As you have noticed, these forums have guidelines. As you will see, one of these guidelines – entitled Where to Post – specifically states:

    Unless you are using the same version of WordPress on the same physical server hosted by the same hosts with the same plugins, theme & configurations as the original poster, do not post in someone else’s thread. Start your own topic.

    Please abide by this.

    Thread Starter rusty80

    (@rusty80)

    Is there a fix coming for this? Is there anyone to answer the original question?

    [Moderator Note: No bumping, thank you.]

    same issue, no problem solving on the way.

    This is the solution (since this plugin is not being supported anymore – 11 months and counting): there is a plugin co-developed by Automattic.

    https://www.ads-software.com/plugins/woocommerce-gateway-stripe/

    (Sadly) You can’t expect a plugin to suddenly be fixed in a rush after being forgotten for 11 months. But having a plugin co-developed by Automattic seems to me to be a better option anyway.

    Thread Starter rusty80

    (@rusty80)

    Thanks! I have been at a bit of a loss – most of the others aren’t ideal as they aren’t intergrated with the checkout – maybe this is the solution!

    I also wrote the this pluginyear back but it lacks many features that this plugin has however you can install either of all but a quick fix to this plugin without requiring to install another plugin would be as

    if you replace the following code

    $ccForm   = $( '#s4wc-cc-form' );

    With

    $ccForm   = $( '#wc-s4wc-cc-form' );

    On yoursite/wp-coontent/plugins/stripe-for-woocommerce/assets/js/s4wc.js on line no 12 It will work

    Its Due to Automattic /Woothemes changing the field id for default gateway form.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Stripe isn't working’ is closed to new replies.