Conflict with Woocommerce Social Login?
-
Hi, I am encountering a potential conflict between Cocart and WC Social Login. I post here because the issue seems to be related to Cocart_Session_handler’s behaviour.
The social login feature requires retrieving data in$session["config"]["config"]
to function. However, when Cocart is enabled the value is always not set and, because of that, the front end always show a “Provider Authentication Error”.I tried logging the output when at the position where the error is thrown.
When Cocart is enabled:
https://drive.google.com/file/d/18wmMCOiyKQ1miaKdtuJm9_nTknxv4CEd/view?usp=sharing
When Cocart is disabled:
https://drive.google.com/file/d/1Qksbq_A8nLPUbOy0J8v7WwtbMAwZP-ZL/view?usp=sharing
Other than$session["config"]
is not set when Cocart is enabled, I noticed the_customer_id
in the session handler also refresh every time I run the same social auth url, but it stay the same when Cocart is disabled.
- The topic ‘Conflict with Woocommerce Social Login?’ is closed to new replies.