Custom Vendor Registration Form

Hello Friends,

I want to change vendor registration form , how can i change vendor registration form fields dynamically from admin panel. please suggest.

Hello Friends,

I want to change vendor registration form , how can i change vendor registration form fields dynamically from admin panel. please suggest.

Unfortunately there is no such a feature. At the moment all vendor profile fields are hardcoded

Unfortunately there is no such a feature. At the moment all vendor profile fields are hardcoded

Thanks For Confirming me :) . E-com Labs

If you use one of the latest versions, you can add/override fields by using the 'vendors:apply_fields' template hook.

You can add any field with the 'company_data[some_new_field]' name.

But 'some_new_field' should be included in the 'companies' or 'company_descriptions' tables of your database.

Thanks For Confirming me :) . E-com Labs

You are welcome!