New Customer Order Check

User
We have to build a function when any new order comes in system then we need to check if this is a new customer againse billing/shipping address or mail
if doesn' match then we need add a green dot to that order in Wocommerce admin order dashboard so that admin can know that this is a new customer
most important thing is that we need to implement this as a wp schedule tasks that will run every hour to check for new customer orders
Correct above sentence
Assistant
We need to build a function that checks whether a new order in the system is from a new customer based on the billing/shipping address or email. If no match is found, a green dot should be added to the order in the WooCommerce admin order dashboard, allowing the admin to identify new customers. Most importantly, this should be implemented as a WP scheduled task that runs every hour to check for new customer orders.

Leave a Comment

Your email address will not be published. Required fields are marked *