This Magento 2 module 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:
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:
LokiCheckout_Core
Loki_Base
Loki_Components
Loki_CssUtils
Loki_FieldComponents
Loki_MapComponents
Magento_Backend
Magento_Catalog
Magento_Checkout
Magento_CheckoutAgreements
Magento_Config
Magento_Customer
Magento_Directory
Magento_Eav
Magento_Newsletter
Magento_Payment
Magento_Quote
Magento_Sales
Magento_Shipping
Magento_Store
Magento_Vault
Yireo_CspUtilities
Yireo_HyvaThemeAutoRegistration
LokiCheckout_CustomerNote
loki-checkout/magento2-customer-note
loki-checkout/magento2-core: ^2.0
loki/magento2-components: ^2.0
loki/magento2-css-utils: ^1.0
magento/framework: ^103.0
dev-main#3fde5754b327711483280954f6ed398dc2891bd2 | 20 October 2025 |
2.0.7 | 20 October 2025 |
2.0.6 | 20 October 2025 |
2.0.5 | 20 October 2025 |
2.0.4 | 20 October 2025 |
2.0.3 | 20 October 2025 |
2.0.2 | 20 October 2025 |
2.0.1 | 20 October 2025 |
2.0.0 | 20 October 2025 |
1.0.1 | 20 October 2025 |
1.0.0 | 20 October 2025 |
0.0.5 | 20 October 2025 |
0.0.4 | 20 October 2025 |
0.0.3 | 20 October 2025 |
0.0.2 | 20 October 2025 |
0.0.1 | 20 October 2025 |
.prevent
modifier to @click
event handlerLokiCheckout_Core
to 2.0.0Yireo_Loki*
to Loki*
yireo/magento2-loki*
to loki/magento2*
getCartRepository()->save()
to getCheckoutState()->saveQuote()