Subscription commerce is the most predictable revenue model in ecommerce. While one-time purchases create a perpetual treadmill of customer acquisition, subscriptions generate recurring revenue that compounds over time. A subscriber who stays for 12 months is worth 12 times their initial order — and the acquisition cost is paid only once.

The UK subscription ecommerce market has grown significantly, with categories like coffee, supplements, pet food, skincare, and household essentials leading adoption. Consumers have become comfortable with the model, and the expectation now is convenience: the right products, delivered on the right schedule, without having to remember to reorder.

This guide covers everything you need to set up subscriptions on Shopify, from choosing the right app to reducing churn and maximising subscriber lifetime value. For more on Shopify for subscription brands, read our dedicated guide.

Why subscriptions matter for ecommerce

The commercial advantages of subscriptions are significant:

  • Predictable revenue. Monthly recurring revenue (MRR) makes forecasting, hiring, and inventory planning dramatically easier.
  • Higher customer lifetime value. Subscribers have 2-5x higher lifetime value than one-time purchasers.
  • Lower acquisition costs. You pay to acquire the customer once but earn revenue repeatedly. CAC payback period shortens with each renewal.
  • Better inventory planning. When you know how many subscribers are receiving products each month, procurement becomes predictable.
  • Stronger customer relationships. Regular touchpoints build familiarity and trust, creating brand advocates.

The key metric is subscriber lifetime value (LTV) relative to customer acquisition cost (CAC). A healthy subscription business maintains an LTV:CAC ratio of 3:1 or better.

Subscription models explained

Replenishment subscriptions

The most common model. Customers subscribe to automatically receive products they use regularly — coffee, supplements, protein powder, nappies, razor blades. The value proposition is convenience and a discount for commitment.

Curation subscriptions

Customers receive a curated selection of products on a regular basis — beauty boxes, wine clubs, snack boxes. The value proposition is discovery and surprise. Higher margins but more complex operationally.

Access subscriptions

Subscribers gain access to exclusive products, discounts, or content. Think membership programmes where the subscription fee unlocks benefits across your entire catalogue.

Three subscription models visualised — replenishment, curation, and access
The right subscription model depends on your product type and customer purchasing behaviour.

Choosing the right subscription app

Shopify does not have a built-in subscription feature, but its Subscription API enables deep integration between subscription apps and the Shopify checkout. Here are the leading options:

AppBest forStarting priceKey strength
RechargeEstablished brands£66/monthMost mature, broadest feature set
Loop SubscriptionsGrowing brands£42/monthStrong analytics, good value
SkioDTC brands£250/monthBest customer portal, passwordless login
Shopify SubscriptionsGetting startedFreeNative integration, no additional cost
Yotpo SubscriptionsMulti-product brands£75/monthIntegrated with Yotpo reviews/loyalty

What to evaluate

  • Customer portal quality. The self-service portal is where subscribers manage their subscriptions. A poor portal drives cancellations.
  • Checkout integration. Does the app use Shopify's native checkout (via the Subscription API) or redirect to a separate checkout?
  • Dunning management. Failed payments are the #1 cause of involuntary churn. Good dunning management (automatic retries, card update prompts) can recover 30-50% of failed payments.
  • Analytics. Subscription-specific metrics: MRR, churn rate, LTV, retention curves. Without these, you are flying blind.
  • Performance impact. Check the app's JavaScript payload. Some subscription apps add significant weight to your storefront.

Explore our Shopify apps to see solutions we have built that complement subscription workflows.

Step-by-step setup

1. Install your chosen subscription app

Install from the Shopify App Store and complete the onboarding flow. Connect the app to Shopify Payments and configure your business settings (company details, tax configuration).

2. Create subscription plans

Define the frequency options you will offer. Common intervals:

  • Every 2 weeks (high-consumption products)
  • Every month (most common for supplements, coffee, skincare)
  • Every 6 weeks (moderate-consumption products)
  • Every 2 months (slower-consumption products)
  • Every 3 months (quarterly subscriptions)

3. Assign products to subscription plans

Not every product needs a subscription option. Focus on products that are consumed regularly and reordered naturally. Assign subscription selling plans to these products.

4. Configure the subscription widget

The subscription widget appears on product pages, allowing customers to choose between one-time purchase and subscription. Most apps provide a customisable widget that you can style to match your theme.

/* Example subscription widget configuration */
const subscriptionWidget = {
  oneTimePurchaseLabel: 'One-time purchase',
  subscriptionLabel: 'Subscribe & save',
  discountDisplay: '15% off',
  defaultSelection: 'subscription',
  frequencyOptions: [
    { label: 'Every 2 weeks', value: 14 },
    { label: 'Every month', value: 30 },
    { label: 'Every 6 weeks', value: 42 },
    { label: 'Every 2 months', value: 60 }
  ],
  savings: {
    show: true,
    format: 'Save £X.XX per delivery'
  }
};
Subscription widget on a Shopify product page showing frequency options
The subscription widget should clearly show the discount and make frequency selection intuitive.

Subscription pricing strategies

Your subscription pricing must balance three factors: attractiveness to the customer, margin preservation for you, and differentiation from the one-time purchase price.

Standard discount approach

Offer 10-20% off the one-time price for subscribers. This is the most common approach and works well for replenishment subscriptions.

First-order incentive

Offer a larger discount on the first subscription order (e.g., 25% off first, 10% off subsequent). This lowers the barrier to trying the subscription while maintaining margins on renewals.

Loyalty tiers

Increase the discount over time to reward loyalty: 10% off months 1-3, 15% off months 4-6, 20% off months 7+. This incentivises long-term commitment and reduces churn at the typical drop-off points.

Product page design for subscriptions

How you present the subscription option on your product page significantly affects subscription conversion. Best practices:

  • Pre-select the subscription option. Default to the subscription selection so customers see the discounted price first.
  • Show the savings prominently. "Save £4.50 per delivery" is more compelling than "15% off".
  • List the benefits. Free delivery on subscription orders, flexible scheduling, cancel anytime.
  • Address objections. "Skip or cancel anytime" removes commitment anxiety.
  • Show the frequency selector. Let customers choose their delivery schedule upfront.

Customer portal configuration

The customer portal is where subscribers manage their subscriptions after purchase. The quality of this portal directly impacts churn — if customers cannot easily modify their subscription, they will cancel it.

Essential portal features

  • Skip next delivery
  • Change delivery frequency
  • Swap products (especially for curated boxes)
  • Add one-time products to the next shipment
  • Update payment method
  • Update shipping address
  • View order history
  • Cancel subscription (with retention offers)
Subscription customer portal showing management options
A well-designed customer portal reduces support tickets and prevents unnecessary cancellations.

Churn reduction and retention

Churn is the subscription killer. The average monthly churn rate for ecommerce subscriptions is 5-7%. Reducing churn by even 1-2 percentage points can double the average subscriber lifetime.

Proactive retention tactics

  • Pre-charge notifications. Email subscribers 3 days before their card is charged. Let them modify, skip, or add items. This reduces involuntary churn from unexpected charges.
  • Flexible scheduling. Let subscribers pause instead of cancel. A paused subscriber is easier to reactivate than a cancelled one.
  • Cancellation flow. When a subscriber clicks "cancel", show retention offers: pause for a month, switch frequency, get a one-time discount. This recovers 15-25% of cancellation attempts.
  • Dunning management. Automatically retry failed payments and send card update prompts. This recovers 30-50% of involuntary churn.
  • Surprise and delight. Occasionally include a free sample, handwritten note, or exclusive product. Small gestures build emotional connection.

For related reading on subscription-heavy verticals like pet brands and supplements brands, see our sector guides.

Subscription analytics and KPIs

Track these metrics to understand the health of your subscription business:

  • MRR (Monthly Recurring Revenue): Total predictable revenue per month from active subscriptions
  • Churn rate: Percentage of subscribers who cancel per month (target: under 7%)
  • LTV (Lifetime Value): Average total revenue per subscriber before they churn
  • Subscriber acquisition cost: How much it costs to convert a one-time buyer to a subscriber
  • Retention curve: What percentage of subscribers remain active after 1, 3, 6, and 12 months
  • Revenue per subscriber: Average revenue per active subscriber per month

Email flows for subscribers

Subscribers need dedicated email flows that are distinct from your standard marketing. Key subscription email flows:

  • Welcome flow: Welcome new subscribers, set expectations, explain how to manage their subscription
  • Pre-charge notification: Remind subscribers before each charge with options to modify
  • Order confirmation: Confirm each subscription order with tracking when available
  • Milestone celebrations: Celebrate 3-month, 6-month, and 12-month anniversaries with rewards
  • Win-back flow: Re-engage subscribers who have cancelled with special offers
  • Failed payment: Prompt subscribers to update their payment method
Subscription email flow diagram showing key touchpoints
Dedicated email flows for subscribers reduce churn and increase lifetime value.

Common subscription mistakes

1. Making cancellation difficult

If customers cannot easily cancel, they will dispute charges with their bank instead. This damages your payment processing reputation and costs more than the subscription was worth. Make cancellation easy but offer alternatives first.

2. Only offering one frequency

Different customers consume at different rates. Offering only "monthly" excludes customers who need deliveries every 2 weeks or every 6 weeks. Provide at least 3-4 frequency options.

3. No subscription-specific content

Subscribers are your most loyal customers. Send them exclusive content, early access to new products, and behind-the-scenes updates. Treat them like the VIPs they are.

4. Ignoring involuntary churn

Failed payments (expired cards, insufficient funds) cause more churn than active cancellations. Invest in proper dunning management — it is the highest-ROI retention activity.

5. Not testing the subscriber experience

Subscribe to your own products. Go through the entire experience: sign up, receive notifications, manage your subscription, skip a delivery. If any step feels clunky, your customers feel it too.

The real subscription product is not the physical item — it is the convenience. Customers subscribe because they want one less thing to think about. Every friction point in your subscription experience undermines that core value proposition.

Andrew Simpson, Founder

Subscriptions transform ecommerce from a transactional business into a relationship business. The setup is straightforward, but the ongoing optimisation — pricing, retention, customer experience — is what separates thriving subscription brands from those with unsustainable churn.

If you need help setting up or optimising subscriptions on your Shopify store, our Shopify development team has extensive experience with subscription implementations. Get in touch to discuss your subscription strategy.