mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
Adds a new "Session Transfer Behavior" setting to the WooGraphQL settings page that controls how cart/session data is handled when a user logs in with an existing session from another device: - keep_new_fallback_old (default): keeps current guest session data, falls back to previously saved user session if guest data is empty - keep_new: always keeps the current guest session data - keep_old: restores the previously saved user session data