teefars
Forum Replies Created
-
Correction, that just happens on coupons created before activating this plugin. Opening a coupon (created before activating the plugin) and saving it properly saves the field meta. Maybe the code should look if there is the meta country, if not apply to all.
Hey found out the issue.
I removed the class “billing-fields-wrapper” from the code and when Woocommerce was reorganizing the fields based on location (removing state and adding province, for example), for whatever reason it was printing the “shipping_state” field inside the “billing_state” wrapper.
Lesson: never change or remove the “billing-fields-wrapper” or the “shipping-fields-wrapper”.
Thanks for the support
Can you test in a clean WordPress installation and a Klarna payment on a country where Woocommerce hides the state field?
One, my website is geolocating you in a region where the ecommerce is turned off. Two, the Klarna option is disabled because people are not being able to use it. You would need to create an account to change your region, but with the payment gateway turned off you wouldn’t see it anyway.
Thanks
Here it goes:
Yes, I tried changing themes but the error persists. Credit card don’t show any error but Klarna does.
Forum: Plugins
In reply to: [WooCommerce] Klarna requires State field when Woo changes address fieldsSorry I just realised the Stripe plugin mediator sent me to open a ticket on the woocommerce forum instead of their plugin. I’m closing this and re-opening it on the right place.
I’m having the same problem. The issue is that for some countries, woocommerce hides the State field (#billing_state) and it turns out to be always empty. (Portugal and Italy, for example).
When that happens, it doesn’t pass initial validation for some payment methods. I’m having this issue with Klarna, but not credit card payment.
Can someone provide insights on how to solve?
Just found out my developers overwritten the
woocommerce/notices/success.phpnotices with a blank file. Now it appears properly. Sorry for the inconvenience.- This reply was modified 1 year, 11 months ago by teefars.
O yeah, and the
?alg_wc_ev_email_verified_errorappears on the URL, but nothing happens.