Home Forums WoodMart support forum Bug with Login on Category pages Reply To: Bug with Login on Category pages

#402347

Luke Nielsen
Keymaster

Hello,

I don’t know what the “ETA” means but I can suggest a redirect to the “My Account” page with the help of the below code, paste it to the functions.php file in your child theme.

add_filter( 'woodmart_my_account_side_login_form_redirect', function () {
	return get_option( 'woocommerce_myaccount_page_id' );
});

Kind Regards