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

Latest commit

 

History

History
16 lines (16 loc) · 1.25 KB

2020-10-22-change-vat-id-field-of-customer.md

File metadata and controls

16 lines (16 loc) · 1.25 KB
title issue
Change VAT ID field of customer
NEXT-11193

Storefront

  • Added template src/Storefront/Resources/views/storefront/component/address/address-personal-company.html.twig.
  • Added template src/Storefront/Resources/views/storefront/component/address/address-personal-vat-id.html.twig.
  • Added block page_account_overview_profile_company in template src/Storefront/Resources/views/storefront/page/account/index.html.twig.
  • Added block component_account_register_company_fields in template src/Storefront/Resources/views/storefront/component/account/register.html.twig.
  • Added block component_address_personal_vat_id in template src/Storefront/Resources/views/storefront/component/address/address-personal.html.twig.

Administration

  • Added block sw_customer_card_vat_ids in template src/module/sw-customer/component/sw-customer-card/sw-customer-card.html.twig.
  • Added block sw_customer_base_form_vat_id_field in template src/module/sw-customer/component/sw-customer-base-form/sw-customer-base-form.html.twig.
  • Added new scss file src/module/sw-customer/component/sw-customer-base-form/sw-customer-base-form.scss.
  • Added new scss file src/module/sw-customer/component/sw-customer-address-form/sw-customer-address-form.scss.