Comment ça fonctionne Exemples Documentation Tarifs Blog WP Blocks Installer gratuitement

Support the plugin

Chip in to keep the plugin moving.

DSGo Apps est construit par une seule personne. Un don paie l'installation WordPress de développement, le pipeline de construction et une autre semaine d'écriture de code. Choisissez un montant et procédez au paiement, votre carte est traitée sur ce site par WooCommerce, pas de redirection tiers.

Capability spotlight

Bring your WooCommerce store into a DSGo App.

Si votre site utilise Woo, toute DSGo App peut lire les produits et variations, gérer un panier et transférer vers votre caisse hébergée. Iframe en sandbox ou page inline, même interface. Les applications déclarent ce dont elles ont besoin ; le bridge l'applique.

Products

Read your catalog.

List by category, tag, price range, on-sale flag, or featured. Variable products expose their attributes and pre-priced variations. Render a product grid, a single-item donation card, or a custom storefront; the data shape is the same.

dsgo.commerce.products.list({ category, on_sale })
Cart & checkout

Add to cart, ship to checkout.

Add a product (with variation), update or remove a line, then open the hosted WC checkout. WooCommerce's own session cookie carries the cart across the navigation; no token plumbing in the app.

dsgo.commerce.cart.addItem(...); checkout.openHostedPage()

Manifest

Two lines opt the app in.

Add "commerce" to permissions.read, then declare a commerce block listing the providers and endpoint groups your app actually uses. Anything else stays out of reach.

dsgo-app.json JSON
{
  "permissions": { "read": ["commerce"] },
  "commerce": {
    "providers": ["woocommerce"],
    "endpoints": ["products", "cart", "checkout"]
  }
}

Thanks for keeping this going.

If a donation is not a fit, installing the plugin and telling a friend works just as well.

Install plugin See examples See pricing