Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Stripe – Woocommerce – Payment error #747057

    This is the error I get, and here is the documentation from Woocommerce Stripe on the matter.

    Please enter your card details to make a payment. Developers: Please make sure that you are including jQuery and there are no JavaScript errors on the page.

    I get an error when placing an order telling me to enable JavaScript.
    This error may be caused by non-standard/poorly coded themes and JavaScript (JS) issues. Common issues include:

    Javascript errors on the checkout page – To view the error, open up your browser error console (in Chrome: View > developer > javascript console) and look for red errors. This should indicate where the error is located and lead you to the problem, i.e., loading jquery wrong
    Failing to load scripts – Stripe loads 2 JS files which it needs to function. If these are not loaded you will see errors. The most common reasons for not loading are:
    A theme missing wp_head() or wp_footer() calls
    Old overridden template files from WooCommerce inside your theme
    Loading headers/footers in a non-standard way. WooCommerce uses get_header()’s get_header action to init the checkout and load scripts. If you are not using get_header() you either need to do so, or you need to trigger the get_header action manually using: do_action( ‘get_header ); in your custom header loader.
    I get an error, “Please make sure your card details have been entered correctly and that your browser supports JavaScript.”
    The solution is almost always a theme conflict. Try switching to the Twenty Fifteen theme to see if the issue disappears. If so, you likely have a JavaScript error or conflict in your theme. Try to find the JavaScript error or switch to a higher quality theme.

    in reply to: Stripe – Woocommerce – Payment error #747048

    Hi Vinay,

    I think this is a very disappointing response.

    This could be an easy fix for you if you at least take a look?!

    Understand you cant support every plug in but Woocommerce is the biggest ecommerce plug in for WordPress, and Stripe is one of the few major payment gateways. The fact that your theme does not work out of the box with them undermines your product.

    Fixing this problem adds value to your product, not even trying does worse.

    Regards

    Richard

    in reply to: Stripe – Woocommerce – Payment error #746588

    Hi Any chance of a response please?

    in reply to: Stripe – Woocommerce – Payment error #744851

    Hi Thanks, you can find the site I am learning on here.

    If you purchase the item and go all through the cart to checkout. Stripe is set up on test mode so you can enter any cvc code and forward exp date. Use credit card number 424242etc. When you place order you will get the error.

    Thank you for your help.

    Richard

Viewing 4 posts - 1 through 4 (of 4 total)