Hi community,
I am part of a development agency and we have a client which we have made a Magento 2 store for some time ago and now they are looking for a way to track who ordered what. Basically, they need a way to see which customers bought a particular item. I have googled and I could find an extension for Magento 1 which could do the trick, but is there something out there for Magento 2?
Magento version: 2.2.8 CE
Thanks in advance
hello @deggial
For this you can send new orders emails to admin .
you can do this from magento backend configuration .
steps are
Login as admin.
Go to Stores -> Configuration -> Sales -> Sales Emails.
Go to Order section.
Make sure it is enabled.
Add your email into the field Send Order Email Copy To.
"Send Order Email Copy Method" to "Separate Email".
If my answer is useful, please Accept as Solution & give Kudos
We already have an email solution which sends new order emails to admin addresses already. As I understand they want to see who ordered the specific product when in Product Grid or Product itself in the dashboard
Hello @deggial
Are you looking for recent sales notification for customers?
check out this extension
https://magecomp.com/magento-2-recent-sales-notification.html
Hi,
Use Bridge Batch Code extension to track customers based on a specific product purchased. Create a batch code for products and search all customers and guests who have purchased a product with a given batch code. The module searches all orders in which a particular batch code involves.
Features