This 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 (assuming you have setup the composer.yireo.com
repository correctly already):
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 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:
Magento_Quote
Magento_Store
LokiCheckout_Core
Loki_Components
LokiCheckout_EditCart
loki-checkout/magento2-edit-cart
magento/framework: ^103.0
magento/module-quote: ^101.0
magento/module-backend: ^102.0
magento/module-config: ^101.2
loki/magento2-css-utils: ^1.0
loki-checkout/magento2-core: ^2.0
loki/magento2-components: ^2.0
dev-main | 27 August 2025 |
2.0.6 | 26 August 2025 |
2.0.5 | 21 August 2025 |
2.0.4 | 18 August 2025 |
2.0.3 | 07 August 2025 |
2.0.2 | 01 August 2025 |
2.0.1 | 30 July 2025 |
2.0.0 | 22 July 2025 |
Yireo_Loki*
to Loki*
yireo/magento2-loki*
to loki/magento2*
LokiCheckout_Core
to 2.0.0getCartRepository()->save()
to getCheckoutState()->saveQuote()