Hi All,
I need phone field as Mandatory parameter when I Signup with social login (facebook, google etc)
Without phone user not to be register in cs-cart.
Thanks in Advance.
Posted 26 June 2018 - 11:06 AM #1
Hi All,
I need phone field as Mandatory parameter when I Signup with social login (facebook, google etc)
Without phone user not to be register in cs-cart.
Thanks in Advance.
Posted 26 June 2018 - 01:42 PM #2
Please change the fn_hybrid_auth_process function in the app/addons/hybrid_auth/func.php file
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 1210 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 4025 CS-Cart + YOUPI USD 1459 Multi-Vendor Ultimate USD 7500 (6000)
Posted 02 July 2018 - 09:59 AM #3
Please change the fn_hybrid_auth_process function in the app/addons/hybrid_auth/func.php file
Thanks for your reply, Can you please tell me what I need to change in that..
Posted 02 July 2018 - 01:08 PM #4
Thanks for your reply, Can you please tell me what I need to change in that..
Check $user_data array for mandatory phone parameter
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 1210 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 4025 CS-Cart + YOUPI USD 1459 Multi-Vendor Ultimate USD 7500 (6000)
Posted 28 August 2018 - 02:08 PM #5
Check $user_data array for mandatory phone parameter
I tried the solution, but its not working..
Posted 28 August 2018 - 03:04 PM #6
Posted 29 August 2018 - 06:06 AM #7
I tried the solution, but its not working..
What kind of changes did you add to the function?
GET A FREE QUOTE | CS-Cart Add-ons | CS-Cart Licenses | CS-Cart Development | CS-Cart Design | Server Configuration | UniTheme and YOUPI
CS-Cart USD 1210 Multi-Vendor USD 1250 Multi-Vendor PLUS USD 3100 (2775)
CS-Cart Ultimate USD 4025 CS-Cart + YOUPI USD 1459 Multi-Vendor Ultimate USD 7500 (6000)
Posted 12 January 2021 - 10:39 AM #8
What kind of changes did you add to the function?
I also have the same requirement. Could you please suggest what exactly do we need to add/change?