Woocommerce order-received chrome asks for login
-
Hi,
I am a developer for PlatiOnline Payments plugin, which is a payment gateway based in Romania.
We use a redirect to payment page and after the customer enters card details on our site, we redirect back to the website to display authorization response. Everything used to work perfect, but since a while ago, we have some problems on the order-received page. It asks for login, although the client is logged in when he is redirected to our payment page.
We know that for Chrome we should set the session cookie as samesite = None, Secure to prevent this from happening, but as I can see WordPress doesn’t have this option.
If I go to My Account I am logged in, but on the checkout order-received page it asks me to login. Any ideas how to fix this? For guest checkout I already applied woocommerce_order_email_verification_required filter and it works, but for logged in users the problem persists.
- The topic ‘Woocommerce order-received chrome asks for login’ is closed to new replies.