This Magento 2 module is an add-on package for the LokiCheckout. It adds the ability to modify cart items via simple fields in the sidebar of the checkout.
Install this package via composer:
composer require loki-checkout/magento2-edit-cart
Next, enable this module:
bin/magento module:enable LokiCheckout_EditCart
For getting support, create an Issue under the following project URL:
https://gitlab.yireo.com/loki-checkout/LokiCheckout_EditCart
The following options of this module can be configured via the Store Configuration:
loki_checkout/edit_cart/show_update_button
loki_checkout/edit_cart/show_remove_button
The following LokiComponents are created or references in this module:
loki-checkout.sidebar.items.item
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_Theme
Magento_Vault
Yireo_CspUtilities
Yireo_HyvaThemeAutoRegistration
LokiCheckout_EditCart
loki-checkout/magento2-edit-cart
loki-checkout/magento2-core: ^2.0
loki/magento2-components: ^2.0
loki/magento2-css-utils: ^1.0
magento/framework: ^103.0
magento/module-backend: ^102.0
magento/module-config: ^101.2
magento/module-quote: ^101.0
dev-main#cec77d9babac776793e0137cf42d197ae31983b8 | 20 October 2025 |
2.0.9 | 20 October 2025 |
2.0.8 | 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.0 | 20 October 2025 |
0.0.8 | 20 October 2025 |
0.0.7 | 20 October 2025 |
0.0.6 | 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 handlerYireo_Loki*
to Loki*
yireo/magento2-loki*
to loki/magento2*
LokiCheckout_Core
to 2.0.0getCartRepository()->save()
to getCheckoutState()->saveQuote()