Support the plugin
Chip in to keep the plugin moving.
DSGo Apps es construida por una persona. Una donación paga por la instalación de WordPress de desarrollo, el pipeline de compilación, y otra semana escribiendo código. Elige una cantidad y procede al pago; tu tarjeta se procesa en este sitio por WooCommerce, sin redirección a terceros.
Capability spotlight
Bring your WooCommerce store into a DSGo App.
Si tu sitio usa Woo, cualquier DSGo App puede leer productos y variaciones, gestionar un carrito y pasar al checkout alojado en tu sitio. iframe en sandbox o página inline, la misma interfaz. Las apps declaran lo que necesitan; el bridge lo aplica.
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.
{
"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.