Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (7 loc) · 556 Bytes

2021-02-25-fix-only-allow-company-registration-does-not-work.md

File metadata and controls

7 lines (7 loc) · 556 Bytes
title issue
Fix only allow company registration does not work
NEXT-13584

Storefront

  • Added new variable hasSelectedBusiness in platform/src/Storefront/Resources/views/storefront/component/account/customer-group-register.html.twig to show component_account_register_company_fields block.
  • Added new variable onlyCompanyRegistration in src/Storefront/Resources/views/storefront/component/address/address-personal.html.twig to conditionally show company fields and disable accountType selection if onlyCompanyRegistration is true.