kustom-m2-checkout is a metapackage for Magento 2 that orchestrates a comprehensive checkout solution for e-commerce platforms. It aggregates multiple specialized modules designed to enhance and streamline the checkout experience, payments processing, and order management within Magento 2.
This metapackage serves as a unified checkout ecosystem for Magento 2, combining the following key functionalities:
- Payment Processing: Comprehensive payment methods support including Klarna and Klarna Checkout (KCO)
- Order Management: Advanced order line management and order status management
- GraphQL Support: GraphQL API endpoints for modern headless commerce implementations
- Logging & Debugging: Centralized logging for monitoring and troubleshooting
- Admin Settings: Customizable admin configuration panel for checkout features
- API Integrations: Plugin API support and Klarna API integrations
- Sign-In Workflows: Kustom Sign In With Klarna (SIWK) functionality
- Knowledge Base System: Kustom Service Support (KSS) module
- Core Infrastructure: Base modules for module support and interoperability
The metapackage includes the following dependencies:
vaimo/kustom-module-support- Core support functionalityvaimo/kustom-module-siwk- Sign In With Klarnavaimo/kustom-module-plugins-api- Plugins API frameworkvaimo/kustom-module-orderlines- Order line managementvaimo/kustom-module-osm- Order status managementvaimo/kustom-module-kss- Kustom Service Supportvaimo/kustom-module-payments-graph-ql- GraphQL payment APIsvaimo/kustom-module-payments- Payment processingvaimo/kustom-module-klarna-api- Klarna API integrationvaimo/kustom-module-kco- Klarna Checkout integrationvaimo/kustom-module-base- Base module utilitiesvaimo/kustom-module-backend- Backend servicesvaimo/kustom-module-admin-settings- Admin configurationvaimo/kustom-module-logger- Logging utilities
This is a metapackage and should be installed via Composer as part of your Magento 2 project:
composer require vaimo/kustom-m2-checkout- Magento 2.x
- Composer
- Access to Magento Composer repository and Vaimo GitHub repositories