Added A Field 36 In ?_Profile_Fields_Data Table

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

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

Unfortunately there is no easy way to extend users search with custom profile fields. Additional code customization is required.

The template of the search is located here:

design/backend/templates/views/profiles/components/users_search_form.tpl

Also it will be required to extend the fn_get_users function (app/functions/fn.users.php)