DashCommerce
Full WooCommerce-equivalent commerce plugin for EmDash CMS — products, cart, checkout, Stripe, subscriptions.
Extension
DashCommerce
Full WooCommerce-equivalent commerce plugin for EmDash CMS — products, cart, checkout, Stripe, subscriptions.
The e-commerce plugin for EmDash CMS. DashCommerce is a full WooCommerce-equivalent commerce solution — products, cart, checkout, Stripe payments, subscriptions, dashboard widgets, and field widgets.
Installation
bun add @dashcommerce/core
import { dashcommerce } from "@dashcommerce/core";
emdash({ plugins: [dashcommerce()] });
Features
- Product collections with categories and tags
- Shopping cart and checkout flow
- Stripe payment integration
- Subscription support
- Dashboard widgets and field widgets
- Seed data merging via CLI
Getting started
- Install
@dashcommerce/core - Register the plugin in
astro.config.mjs - Run
dashcommerce-merge-seedto add product collections to your seed - Configure Stripe keys in the admin
Live demo available at demo.dashcommerce.dev.