+
+

Webstore Management

+
+ +
+
+
+
+
+
Current items
+

Items are pulled directly from Stripe. Add commands for each price ID below.

+
+ Total items: <%= items.length %> +
+
+
+ + + + + + + + + + + + <% if (!items.length) { %> + + + + <% } %> + <% items.forEach(function(item) { %> + + + + + + + + <% }) %> + +
ItemPriceTypeCommandsStatus
No items available.
+
<%= item.displayName %>
+
<%= item.stripePriceId %>
+
<%= item.currency.toUpperCase() %> <%= (item.priceCents / 100).toFixed(2) %> + <%= item.purchaseType === "subscription" ? "Subscription" : "One-time" %> + + <% if (item.commandTemplates && item.commandTemplates.length) { %> +
    + <% item.commandTemplates.forEach(function(command) { %> +
  • <%= command %>
  • + <% }) %> +
+ <% } else { %> +

No commands configured.

+ <% } %> +
+
+ +
+
+ +
+
+ +
+
+
+ Active +
+
+
+
+
+
+