Thread Starter
sasag
(@sasag)
another update added zip code, still got same error, if someone can help me from admins i can give admin logins to check.
basically after i press confirm order nothing happens page just refresh
Hi @sasag,
hello i see in demo zipcode but in our website in card form there is no zipcode.
That is because the zip code field is rendered dynamically by Stripe based on the billing country associated with the card number. This is not a bug with the plugin.
If you’re using one of the custom forms you can control if the postal code is rendered using the plugin setting.
The source where this error is being generated is WordPress, so you would need to get in contact with them so they can better assist you on this
Stripe is incorrect, that missing parameter error is coming directly from the stripe.js SDK and it’s harmless. It has no affect on the plugin.
basically after i press confirm order nothing happens page just refresh
That almost always means you have a Javascript error on your checkout page that is interfering with the checkout process. In your case the error is wc-stripe.min.js:1 Uncaught TypeError: e.removeClass(...).unblock is not a function. That means some plugin, custom code, or your theme is removing the jQuery block plugin which is a required by WooCommerce.
Thread Starter
sasag
(@sasag)
is it possible for some specialist from your side to look what is blocking? ( we can pay)
because we deactivated all plugins it didnt help
Hi @sasag
Per my previous response you have some code on your site that is de-queuing the jquery blocks plugin which is required by Woocommerce.
You will need to figure out where that is happening.