This is an add-on package for the LokiCheckout. It adds a textarea customer_note
to the sidebar so that customers are able to add additional comments to their order.
Install this package via composer (assuming you have setup the composer.yireo.com
repository correctly already):
composer require loki-checkout/magento2-customer-note
Next, enable this module:
bin/magento module:enable LokiCheckout_CustomerNote
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/LokiCheckout_CustomerNote
The following LokiComponents are created or references in this module:
loki-checkout.sidebar.customer_note
The following dependencies are declared in the module its `etc/module.xml` file:
Magento_Store
LokiCheckout_Core
Loki_Components
Loki_FieldComponents
LokiCheckout_CustomerNote
loki-checkout/magento2-customer-note
magento/framework: ^103.0
loki/magento2-css-utils: ^1.0
loki-checkout/magento2-core: ^2.0
loki/magento2-components: ^2.0
dev-main | 27 August 2025 |
2.0.5 | 26 August 2025 |
2.0.4 | 21 August 2025 |
2.0.3 | 18 August 2025 |
2.0.2 | 13 August 2025 |
2.0.1 | 07 August 2025 |
2.0.0 | 22 July 2025 |
LokiCheckout_Core
to 2.0.0Yireo_Loki*
to Loki*
yireo/magento2-loki*
to loki/magento2*
getCartRepository()->save()
to getCheckoutState()->saveQuote()