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 2 months ago
What’s Next