Guest Posted October 7, 2013 Posted October 7, 2013 This might sound like a stupid question to some, but how do I find a customers, customer number? Cheers
burt Posted October 7, 2013 Posted October 7, 2013 You search the customers name in your admin area...this should give you the customer number also.
Guest Posted October 8, 2013 Posted October 8, 2013 You can do like this: in customers.php Find: $search = "where c.customers_lastname like '%" . $keywords . "%' or c.customers_firstname like '%" . $keywords . "%' or c.customers_email_address like '%" . $keywords . "%'"; Channge to this: $search = "where c.customers_id like '%" . $keywords . "%' or c.customers_lastname like '%" . $keywords . "%' or c.customers_firstname like '%" . $keywords . "%' or c.customers_email_address like '%" . $keywords . "%'"; !!! I did not tested this !!!
Guest Posted October 14, 2013 Posted October 14, 2013 You search the customers name in your admin area...this should give you the customer number also. No it does not on mine?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.