Auth0 does not work on the checkout screen
-
https://XXXXXXXXXXXX.com/checkout/order-pay/1234/?pay_for_order=true&key=wc_order_HxdRStCJNyt9U
Thing I want to do
①[OK] For users who are already logged in, I want to go directly to the payment screen at the above URL.
②[NG] For users who are not logged in, when accessing with the above URL, the login button (“Login By Auth0 Plugin” is displayed?)
I want to redirect to the normal Auth0 Lock screen after pressing the button.・problem
In the case of ②, if “wc_order_HxdRStCJNyt9U” is included in the URL, the login button (“Login By Auth0 Plugin” is displayed?)
WooCommerce’s standard login screen is displayed.※ Works correctly in cases where “wc_order_key” such as “wc_order_HxdRStCJNyt9U” is not included.
・Question
Is it possible to enable the function that redirects to Auth0 login even for URLs that contain “wc_order_key”?
The topic ‘Auth0 does not work on the checkout screen’ is closed to new replies.