How To Add A Searching Filed In Customer Page

Hi All,

I want add a searching field in customer page, how can I do it??

[attachment=11190:2016-05-06 15_51_46-Customers __ Customers - Administration panel.png]

2016-05-06 15_51_46-Customers __ Customers - Administration panel.png

Add field here /design/backend/templates/views/profiles/components/users_search_form.tpl

& do php code here if you needed. app/functions/fn.users.php

Function name : fn_get_users

Hi All,

I want add a searching field in customer page, how can I do it??

attachicon.gif2016-05-06 15_51_46-Customers __ Customers - Administration panel.png

What parameter do you want to use there?

Phone

If a added a field 36 in cscart_profile_fields_data, and how I can update the search function??

If a added a field 36 in cscart_profile_fields_data, and how I can update the search function??

I am afraid, there is no easy way to create search by custom field. The fn_get_users function also does not allow to make search by phone. Additional code changes are required