Auto Login User
Users will be logged in automatically once the checkout is completed after linking with a customer account. By default, this feature is enabled.
apply_filters( 'surecart/checkout/auto-login-new-user', true )
How to use
Stop auto user login on checkout
add_filter( 'surecart/checkout/auto-login-new-user', '__return_false' );
Updated about 1 year ago
What’s Next