I am currently using Taskhive and I would like to separate two types of clients:
Buyers
Sellers
I want to display a separate page for each client type.
Is it possible to achieve this separation? Additionally, is it possible to create a specific record type for each?
Furthermore, I would like to include the following fields during registration:
Email
Username (This should be the name that appears after /vendor/username or /buyer/username)
After registration or email confirmation, I want the client to be redirected to /account/settings/ to complete their profile.
I would like to add new fields to the client registration, such as name, date of birth, location, and job title.
Also, I would like to implement a feature that allows clients to submit a photo for identity verification during registration.
Is it possible to incorporate this kind of identity validation? If so, could you provide guidance on how to set up this process, including how clients can upload their photos?
In our extension, everyone registers through one form. However, users become vendors only when they have at least one published listing (or the direct registration for vendors feature is enabled). Also, please check this doc: How to add a vendor registration form - HivePress Help Center
I have another question: I would like to have a profile for users who are not vendors as well. In this profile, users would be able to include their name, phone number, email, etc.
How can I achieve this? Is it only possible to have a profile for /vendor, or can I also have a /user profile?
You can add this using listing or vendor attributes. You don’t need a custom implementation to create these profiles because they are already available by default.