Add field on registration page

Palle

New Member
I would like to add an required field for VAT-ID on the registration page. i have never worked with YII. Does it offer a CRUD tool? or do i do it manually?

many thanks in advance!
 
In the dev version i have added a new column named vat_number in the customer_company table.
That is also shown in invoices and in registration steps.
So in case you can't wait for this and you have to add this, make sure you don't name the field the same because the update will fail if so.

Thanks.
 
Back
Top