C
ChurnRecovery
Get started free
TemplatesE-Commerce Subscription

E-Commerce Subscription

Built for subscription boxes and recurring e-commerce. Offers skip-a-month, swap products, and flexible delivery changes instead of traditional SaaS offers.

Save Rate
32-42%
Best For
Subscription boxes, recurring e-commerce, DTC brands
Category
E-Commerce

Interactive Preview

yourapp.com/settings/subscription

We're sorry to see you go

Tell us why you're leaving — we might be able to help.

Code

cancel-flow.jsjavascript
const result = await cr.showCancelFlow({
  customerId: user.id,
  subscriptionId: user.subId,
  reasons: [
    { id: 'too-much-product', label: 'I have too much product', icon: '📦',
      offer: { type: 'pause', months: 1 } },
    { id: 'dont-like-items', label: "Don't like recent items", icon: '👎',
      offer: { type: 'human', message: 'Customize your next box' } },
    { id: 'too-expensive', label: 'Too expensive', icon: '💰',
      offer: { type: 'discount', percent: 25, duration: 2 } },
    { id: 'delivery-issues', label: 'Delivery problems', icon: '🚚',
      offer: { type: 'human' } },
    { id: 'temporary', label: 'Going on vacation', icon: '✈️',
      offer: { type: 'pause', months: 1 } },
    { id: 'other', label: 'Other reason', icon: '💬',
      offer: { type: 'feedback' } },
  ]
})

Reason → Offer Mapping

ReasonOffer TypeWhat the customer sees
📦I have too much product
⏭️ Skip
Skip your next delivery — no charge
👎Don't like recent items
🔄 Swap
Let's customize your next box
💰Too expensive
💰 Discount
25% off your next 2 deliveries
🚚Delivery problems
💬 Human
We'll fix this
✈️Going on vacation
⏭️ Skip
Skip your next delivery — no charge
💬Other reason
📝 Feedback
Help us do better

Other Templates

SaaS Standard

The most popular cancel flow template. Covers price objections, feature gaps, and low usage with sma...

View →

High-Ticket Enterprise

Designed for enterprise and high-ARPU products. Prioritizes human escalation and generous discounts ...

View →

Freemium Downgrade

Instead of full cancellation, offer a free tier downgrade. Perfect for products with freemium models...

View →

Use this template — free

Copy the code above, join the waitlist for your API key, and start saving customers today.

Get Early AccessRead the Docs →