DashCommerce

Vollständiges WooCommerce-äquivalentes Commerce-Plugin für EmDash CMS.

Erweiterung

DashCommerce

Vollständiges WooCommerce-äquivalentes Commerce-Plugin für EmDash CMS.

  • Kategorie: ECommerce
  • Status: Verfügbar
  • Version: 0.1.5
  • Preis: Free

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.