Adding extra one email address who receives email as admin – woocommerce

You can add following code to function.php

update_option( 'admin_email', '[email protected], [email protected]' );

Change your email ids here which you want to add as admin email..

OR

go to wp_option table in phpmyadmin, click on the admin_email address that is there, then add in your additional email separated with a comma (Not a semicolon).