Page 1 of 1

Company & VAT info not saved

Posted: 19 Dec 2017, 17:12
by Kevin
Hi,

In my checkout flow, I have a form containing the field company & vatid.
I have those forms as optional in my config:

Code: Select all

'optional' => ['order.base.address.company', 'order.base.address.vatid', 'order.base.address.telephone'],
When going trough the checkout, company & vatid are not saved... All other input fields (and also the phone number) are correctly saved into the DB. When I make the company field "mandatory" and fill in the field, I receive an error telling me the company field needs to be filled in.

Anyone knows what could be wrong?

Regards,
Kevin

Re: Company & VAT info not saved

Posted: 19 Dec 2017, 23:13
by aimeos
Please have a look here: typo3-extension-f16/no-company-output-i ... t1265.html
In the stable 2017.10 version, customers need to select "company" as salutation. Otherwise, the fields are cleared.

Re: Company & VAT info not saved

Posted: 20 Dec 2017, 10:14
by Kevin
Cool! Thanks.