Support the plugin
Chip in to keep the plugin moving.
DSGo Apps is GPL on WordPress.org and built by one person. A donation pays for the dev WordPress install, the build pipeline, and another week of writing code. Pick an amount and check out, your card is processed on this site by WooCommerce, no third-party redirect.
Live WooCommerce product Donate to our plugin
Pick an amount.
Every contribution lands directly in the plugin’s WooCommerce on this site. Amounts from $5 to $1,000.
Capability spotlight
Bring your WooCommerce store into a DSGo App.
If your site runs Woo, any DSGo App can read products and variations, manage a cart, and hand off to your hosted checkout. Sandboxed iframe or inline page, same surface. Apps declare what they need; the bridge enforces it.
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 }) 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() 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 isn’t a fit, installing the plugin and telling a friend works just as well.