title | issue |
---|---|
Fix only allow company registration does not work |
NEXT-13584 |
- Added new variable
hasSelectedBusiness
inplatform/src/Storefront/Resources/views/storefront/component/account/customer-group-register.html.twig
to showcomponent_account_register_company_fields
block. - Added new variable
onlyCompanyRegistration
insrc/Storefront/Resources/views/storefront/component/address/address-personal.html.twig
to conditionally show company fields and disableaccountType
selection ifonlyCompanyRegistration
is true.