This is an add-on package for adding a new field Account Type to the Loki Checkout, allowing a customer to register as either on Individual account or a Company account. When the account type is set to Individual, the company field and the VAT ID field are not rendered.
Install this package via composer (assuming you have setup the composer.yireo.com
repository correctly already):
composer require yireo/magento2-loki-checkout-account-type
Next, enable this module:
bin/magento module:enable Yireo_LokiCheckoutAccountType
This module adds a new Loki Component account_type
to both the billing and the shipping address. This includes both a ComponentViewModel and a ComponentRepository. To allow for the company field and the VAT ID field not to be rendered, DI plugins are made for the corresponding ComponentViewModels.
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/Yireo_LokiCheckoutAccountType
The following options of this module can be configured via the Store Configuration:
yireo_loki_checkout/account_type/hide_company
yireo_loki_checkout/account_type/hide_vat_id
yireo_loki_checkout/account_type/default
The following LokiComponents are created or references in this module:
loki-checkout.shipping.address.account_type
loki-checkout.billing.address.account_type
The following dependencies are declared in the module its `etc/module.xml` file:
Magento_Backend
Magento_Checkout
Magento_Customer
Magento_Quote
Magento_Store
Yireo_LokiCheckout
Yireo_LokiComponents
Yireo_LokiFieldComponents
Yireo_LokiCheckoutAccountType
yireo/magento2-loki-checkout-account-type
magento/framework: ^103.0
magento/module-checkout: ^100.4
magento/module-customer: ^103.0
magento/module-quote: ^101.0
yireo/magento2-loki-field-components: ~0.0
yireo/magento2-loki-components: ~0.0
yireo/magento2-loki-checkout: ~0.0
dev-main | 01 April 2025 |
0.0.5 | 26 March 2025 |
0.0.4 | 11 March 2025 |
0.0.3 | 22 February 2025 |
0.0.2 | 21 February 2025 |
0.0.1 | 21 January 2025 |
account_type
in customer_address
to save value intoloki_checkout.xml
grid CSS for mobile