Skip to content

Flow: subscriptions (Wag and Whisker)

flowchart TD
    A[Product page] --> B{Purchase option}
    B -->|one off| C[Standard price]
    B -->|subscribe| D["Subscription price shown\nnext to the saving, plainly"]
    D --> E[Deliver every N weeks selector]
    C & D --> F{Quantity}
    F -->|2 or more| G["Bulk tier price per unit\nSTACKS with subscription discount"]
    F --> H[Cart]
    G --> H
    H --> I[Checkout]
    I --> J[Recurring deliveries on the rhythm]
    J --> K[Pause, skip or cancel any time]
    J -.-> L["Consumption forecasting:\nbag size + feeding data suggest\nthe right cadence"]

Honesty rules: the saving is computed and displayed truthfully per product; the label never promises a fixed percentage; bulk and subscription discounts combine by design and the shop says so.