Hi @mrinalkanti99 ,
I understand you’re looking to have a shop manager & admins notified when a user creates a new account. While WooCommerce doesn’t include this functionality by default, we do have a guide that can help you add a code snippet to your site to enable this feature.
Please take a look at our guide here: https://woocommerce.com/document/notify-admin-new-account-created/
This document provides instructions on how to add a snippet to your site’s functions.php file or a custom plugin like code snippets, which will send an email notification to all administrators whenever a new customer account is created.
You can also check out this tutorial I’ve found on the web to learn about how to add additional recipients.
Remember, modifications like this should be tested on a staging site first if possible, and always make sure to back up your site before making changes to code.
Let me know if this helps.