Hi you,
#1. User login: After registering an account, users need to check their email to activate the account and get the login password. This notice is also available in the registration form
#2.
2.1 You need to set up email to receive new order notifications for admin. Please use this code, copy and paste this code to file functions.php ( child-theme):
add_filter('babe_email_get_manager_email', 'triply_babe_email_get_manager_email');
function triply_babe_email_get_manager_email(){
$admin_email = 'your-email';
return $admin_email;
}
2.2 User can go to My account to view your order.