DashCommerce

Full WooCommerce-equivalent commerce plugin for EmDash CMS — products, cart, checkout, Stripe, subscriptions.

Plugin

DashCommerce

Full WooCommerce-equivalent commerce plugin for EmDash CMS — products, cart, checkout, Stripe, subscriptions.

  • Category: ECommerce
  • Status: available
  • Version: 0.1.5
  • Price: Free
  • Compatibility: EmDash CMS
  • Maintainer: DashCommerce contributors

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

  1. Install @dashcommerce/core
  2. Register the plugin in astro.config.mjs
  3. Run dashcommerce-merge-seed to add product collections to your seed
  4. Configure Stripe keys in the admin

Live demo available at demo.dashcommerce.dev.