+
+

Webstore Management

+
+ +
+
+
+
+
Create new item
+

Add a new product or subscription backed by a Stripe price ID.

+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ + +
+
+
+ +
+
+
+
+
+ +
+
+
+
+
Current items
+

Add commands for each item and toggle availability.

+
+ Total items: <%= items.length %> +
+
+
+ + + + + + + + + + + + <% if (!items.length) { %> + + + + <% } %> + <% items.forEach(function(item) { %> + + + + + + + + <% }) %> + +
ItemStripe priceTypeCommandsStatus
No items available.
+
<%= item.displayName %>
+
/<%= item.slug %>
+
<%= item.stripePriceId %> + <%= item.purchaseType === "subscription" ? "Subscription" : "One-time" %> + + <% if (item.commandTemplates && item.commandTemplates.length) { %> +
    + <% item.commandTemplates.forEach(function(command) { %> +
  • <%= command %>
  • + <% }) %> +
+ <% } else { %> +

No commands configured.

+ <% } %> +
+
+ +
+
+ +
+
+ +
+
+
+
+
+ + onchange="this.form.submit()" + > + +
+
+
+
+
+
+
+
+