Is there a way to do an IP address search on a customer if you know the IP address. I want to see if this person has ever purchased from my store using a different name and I would rather not go through thousands of customers.
Thanks in advance :)
Is there a way to do an IP address search on a customer if you know the IP address. I want to see if this person has ever purchased from my store using a different name and I would rather not go through thousands of customers.
Thanks in advance :)
Hi there
don't forget that the same customer could be using a different IP address too.
To do the search you want use phpmyadmin or similar click on the SQL tab and enter the query:
select * from zen_orders where ip_address = "16.113.188.202";
Bookmarks