mage-obsidian / module-checkout
Checkout domain compatibility for MageObsidian: mini-cart drawer and shopping bag page (Vue islands, layout and ViewModels) built on the storefront foundation.
Package info
github.com/mage-obsidian/module-checkout
Language:TypeScript
Type:magento2-module
pkg:composer/mage-obsidian/module-checkout
Fund package maintenance!
Requires
README
๐ Documentation ยท ๐ Live demo ยท ๐ฌ Discussions
Checkout domain compatibility for MageObsidian. This module adapts Magento's cart frontend (mini-cart and the shopping bag page) to the modern Vite + Twig + Vue stack, building on the mage-obsidian/module-storefront foundation and paired with the MageObsidian/default theme:
- Mini-cart โ
cart/MiniCart: an off-canvas drawer (reusing the storefront's sharedDrawer) fed by Magento'scartcustomer-data section, with quantity stepper and line removal. - Cart page โ re-declares
checkout_cart_index, reusing coreCart/Totals/Couponblock classes as data sources behind Twig: server-rendered items, totals and coupon with a progressive-enhancement enhancer. - Block โ
CartTitle: restores the<h1>/title that the suppressed core checkout layout would have provided.
It depends on the storefront foundation for cross-cutting cart primitives (useCart, the shared Drawer, the toast/badge islands). The one-page checkout itself is out of scope for this module.