Hello,
Yes, I think you can have what you required, follow me step by step :
- Add in HikaShop Registration form a company number input :
In Main HikaShop Configuration => Display dropdown => Custom Fields
Create a new User Custom Field like on my screenshot :
- Create a
Massaction, in order to move your user in a Company user group
In
Main HikaShop Configuration =>
System dropdown =>
Mass Actions
Create a Mass Actions
This may add an input in your registration form and
if this field is fill and correct (checked via an RegEx), the user will be add to a specific User Group (only for company)
Then, you will just have to restricted your Discount to this user group.
Hope this will help you to get what you need
Regards