roxthaworld1 Posted December 16, 2019 Share Posted December 16, 2019 Hi, looking for some guidance Is it possible to make on the registration screen that you need to enter a valid users name to register on the site, Basically like a referral system that you need to know someone to register before you can order and buy 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 16, 2019 Share Posted December 16, 2019 8 hours ago, roxthaworld1 said: Is it possible to make on the registration screen that you need to enter a valid users name to register on the site, Basically like a referral system that you need to know someone to register before you can order and buy not from admin configuration settings, you would have to code the solution using a hook (probably two hooks as it might need to cover both direct registrations (register.php) and registrations from the cart ordering process)... i'm not aware of an existing addon that has this feature. I imagine that you would need to use a client custom field and then during registration submission, the entered name will be validated against existing clients and if confirmed to exist, then the registration is created. possibly another way would be to see if they used an affiliate link to visit the site, but that would still involve using a hook to validate that. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.