-- HikaShop version -- : 2.2.0
-- Joomla version -- : 3.1.5
Hi,
this question interests both hikashop and hikamarket.
When a user or a vendor register I need to ask them a VAT number if they are a company, so VAT field is mandatory in my case. So I've created a radio button that let user choose if register as private user (without VAT) or as company (so with VAT).
Then I've setted VAT field view limited according to this radio button when user choose company value. In this case the VAT number is shown.
Now, if a company out EU register, it will be asked to fill also VAT field, but for example US company should not have a VAT number (right?), so I would set the limited view only to some countries.
In this case I should have a double limited view:
- first option should limit VAT field according to my radio button (private or company user)
- second option should limit view to some countries, so I need a multi-select dropdown.
Do you think this feature could be implemented? maybe best way would be that on every field (also custom) I can set multiple options combinations for displaying or not that field.
Or any other solution?