Wallet Transfer “Select whom to transfer (Email)” autopopulate not working Fixed
-
Hi sir,
Wallet Transfer “Select whom to transfer (Email)” auto populate functionality not working not unless I will paste the whole Email address.
But if fixed it using this code.
$user = $wpdb->get_row( “SELECTID
,user_email
,user_login
FROM {$wpdb->prefix}users WHEREuser_email
LIKE ‘%”.$_REQUEST[‘term’].”%’ LIMIT 1″, OBJECT );This error is under class Woo_Wallet_Ajax method woo_wallet_user_search.
Please add or fix this in your next update if you have better solutions than mine.
Thanks.
All in all it’s a great plugin. Great Job
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Wallet Transfer “Select whom to transfer (Email)” autopopulate not working Fixed’ is closed to new replies.