Hi,
I want to allow users to select their Vendor Category at the time of registration — directly within the registration form. This way, we can capture this information early on and later use it to:
Display or hide specific fields in the vendor profile based on the selected category
Apply conditional logic or restrictions depending on the chosen category
Is there a way to add the Vendor Category dropdown (based on existing categories) to the default HivePress registration form?
If not by default, can it be done via a code snippet or with HivePress hooks?
Unfortunately, there’s no simple solution for this.
Regarding displaying or hiding specific fields in the vendor profile based on the selected category: this functionality is available when a vendor adds a listing. The first step is to choose a category, so the fields will be displayed based on the selected category.
Could you please give us more details about what specific restrictions you’d like to implement?
for example,
i have a vendor cateogry retailer
and i have multiple listing cateogry i want if vendor in retailer so show specific lisitng cateogry only
Unfortunately there’s no such option if you mean restricting listing categories depending on the vendor category. But you can add category-specific fields for vendors, so if they select the category in the vendor registration form (Complete Profile form), there are different fields in the form depending on the selected category. You can add these fields in Vendors/Attributes.
Yes, I understand that we can restrict vendor profile fields and attributes based on category. Similarly, we can restrict listing fields or attributes based on listing category. However, can we restrict listing category based on vendor category?