Vendor Plans Redirect And Vendor Table

Hello,

We have a concern and two ways that don't seem to have a solution:

We want to have an extra vendor field (a supplier id) to map it with an ID used for an external addon.

1- We added the extra field in the vendor information profile fields, but we weren't able to find the extra field in the database so we couldn't extract it through the API. Is there something we missed to specify?

2- As a workaround, we want to create a new form similar to the "become a vendor" form, but for it to be redirected from the vendor plans page. How can we redirect the choose button from the vendor plans to the new custom form?

Thank you,

I think, you should check the cscart_profile_fields_data table in database

I think, you should check the cscart_profile_fields_data table in database

I think I found it, but I don't get how I can link it to their respective vendor? [attachment=15235:vendor new field.png]

Is it possible to extract it using an API call given a company id?

I think, you should check the cscart_profile_fields_data table in database

I think I found it, but I don't get how I can link it to their respective vendor? [attachment=15235:vendor new field.png]

Is it possible to extract it using an API call given a company id?

vendor new field.png

Object ID should correspond vendor administrator ID (Find it in the cscart_users table)

Object ID should correspond vendor administrator ID (Find it in the cscart_users table)

found it! thank you very much!

You are welcome! :)