Title: Sawir Renew – Recurring Billing for WooCommerce
Author: Ricardo Sawir
Published: <strong>28 Luglio 2026</strong>
Last modified: 28 Luglio 2026

---

Ricerca i plugin

![](https://s.w.org/plugins/geopattern-icon/sawir-renew.svg)

# Sawir Renew – Recurring Billing for WooCommerce

 Di [Ricardo Sawir](https://profiles.wordpress.org/sawirricardo/)

[Scarica](https://downloads.wordpress.org/plugin/sawir-renew.1.0.0.zip)

 * [Dettagli](https://it.wordpress.org/plugins/sawir-renew/#description)
 * [Recensioni](https://it.wordpress.org/plugins/sawir-renew/#reviews)
 * [Sviluppo](https://it.wordpress.org/plugins/sawir-renew/#developers)

 [Supporto](https://wordpress.org/support/plugin/sawir-renew/)

## Descrizione

Sell subscriptions with WooCommerce without paying for an extension. Every feature
ships free — there is no pro version and nothing is locked.

**Products & pricing**

 * Simple and variable subscription product types
 * Bill every N day(s), week(s), month(s) or year(s), with sale-price support
 * Free trials, sign-up fees, and subscriptions that expire after N payments
 * Synchronized renewals (everyone renews on the 1st, or any day you pick) with 
   optional prorated or free first period
 * One-time shipping, “one active subscription per customer” limits

**Two payment lanes**

 * **Pay-per-renewal (works with every gateway):** when a renewal is due, the customer
   receives an invoice with a pay link — bank transfer, e-wallets, COD, anything
   your store accepts. Perfect for markets where automatic card billing isn’t the
   norm.
 * **Automatic billing via Stripe:** if you use the official WooCommerce Stripe 
   Gateway, cards are saved at checkout and renewals charge automatically off-session—
   including smart retries and a fallback pay link when a card demands authentication.
   Other gateways can plug into the same adapter contract (see FAQ).

**Renewals that don’t wake you at 3am**

 * All timing runs on Action Scheduler with a daily self-healing sweep
 * Configurable dunning: retry delays, reminder schedule, grace periods, auto-cancel
 * Staging/duplicate-site detection pauses billing the moment your site URL changes—
   no more double charges from a forgotten staging copy
 * Pre-renewal notice emails before automatic charges

**Customers can help themselves**

My Account  Subscriptions lets customers cancel (immediately or at period end — 
your choice), pause and resume, skip a renewal, renew early, change their payment
method or shipping address, and upgrade/downgrade between plans with prorated upgrade
charges.

**Recurring coupons**

Four subscription coupon types: recurring % / fixed discounts (optionally limited
to the first N payments) and sign-up-fee discounts. Core coupons keep applying to
the initial order only.

**Notifications**

Thirteen toggleable emails (customer + admin) for every lifecycle moment. Developers
can mirror any event to other channels (WhatsApp, SMS, Slack…) via the `swsb_notified`
hook.

**Built for modern WooCommerce**

HPOS-native (subscriptions live in WooCommerce order storage — no custom tables),
cart/checkout blocks compatible, full admin list + editor using WooCommerce’s own
order screens, an hourly-cached reports page (active, MRR, churn, upcoming renewals,
renewal revenue), and a REST API.

#### More free plugins from Sawir Studio

 * [Sawir Insights](https://wordpress.org/plugins/sawir-insights/) — Heatmaps, session
   recordings, surveys, funnels, and form analytics. Everything stays on your server.
 * [Sawir Live Translate](https://wordpress.org/plugins/sawir-live-translate/) —
   Translate any front-end page live: pick a language, auto-translate the visible
   strings, save them, and let visitors switch languages.
 * [Sawir Media Folders](https://wordpress.org/plugins/sawir-media-folders/) — Fast,
   unlimited folders for the WordPress media library with drag & drop.
 * [Sawir Min Max Quantities for WooCommerce](https://wordpress.org/plugins/sawir-min-max-quantities-for-woocommerce/)—
   Set minimum and maximum purchase quantity rules for WooCommerce products, product
   categories, and the whole order.
 * [Sawir Product Image Zoom for WooCommerce](https://wordpress.org/plugins/sawir-product-image-zoom-for-woocommerce/)—
   Adds a product image lightbox with navigation and click-to-zoom to WooCommerce
   product galleries.
 * [Sawir Pulse – Live Sales & Social Proof for WooCommerce](https://wordpress.org/plugins/sawir-pulse/)—
   Live social proof from real activity: recent orders, live viewers, and reviews
   as corner notifications. No fake notifications, ever.
 * [Sawir Referral – Refer a Friend for WooCommerce](https://wordpress.org/plugins/sawir-referral/)—
   Give-and-get referral program for WooCommerce. Friends get a discount, advocates
   earn a reward coupon — shared by code or link, WhatsApp-first.
 * [Sawir Restock Notifier for WooCommerce](https://wordpress.org/plugins/sawir-restock-notifier-for-woocommerce/)—
   Let customers request an email notification when an out-of-stock WooCommerce 
   product is back in stock.
 * [Sawir Role Capabilities Manager](https://wordpress.org/plugins/sawir-role-capabilities-manager/)—
   Create custom user roles and manage capabilities for new and existing WordPress
   roles.
 * [Sawir Variation Gallery Tools for WooCommerce](https://wordpress.org/plugins/sawir-variation-gallery-tools-woocommerce/)—
   Manage variation-specific gallery images in WooCommerce. Works with Sawir Product
   Image Zoom for WooCommerce.

### External services

**Stripe API (api.stripe.com)** — used to charge automatic subscription renewals
off-session when automatic billing via the WooCommerce Stripe Gateway is enabled.
When a renewal is due, the plugin sends to Stripe: the renewal amount and currency,
the saved Stripe customer ID and payment method ID, the order and subscription IDs,
your store name and site URL. No data is sent if you only use pay-per-renewal mode.
This service is provided by Stripe, Inc.: [terms of service](https://stripe.com/legal/ssa),
[privacy policy](https://stripe.com/privacy).

### Developers

Lifecycle hooks: `swsb_subscription_created|started|activated|on_hold|pending_cancel
|cancelled|expired|switched`, `swsb_renewal_order_created`, `swsb_renewal_payment_complete
|failed`, `swsb_notify`, `swsb_notified` (mirror events to any channel). Price strings
filter via `swsb_price_string`. REST: `GET/PUT sawir-renew/v1/subscriptions`.

## FAQ

### Is this affiliated with WooCommerce or Automattic?

No. “WooCommerce” is a trademark of Automattic; this is an independent plugin _for_
WooCommerce, per their naming guidelines.

### Which gateways support automatic renewals?

Out of the box: the official WooCommerce Stripe Gateway. Every other gateway works
in pay-per-renewal mode — customers get a pay link each period. Developers can add
automatic support for any gateway with two filters:

    ```
    swsb_order_supports_auto — return true when the parent order's gateway saved a reusable payment method.
    swsb_charge_renewal — charge the renewal order off-session, return `true` or a `WP_Error`.
    ```

### Can it run alongside WooCommerce Subscriptions?

No — running two billing engines would double-charge customers, so this plugin deactivates
its engine and shows a notice if WooCommerce Subscriptions is active.

### What happens on a staging site?

If the site URL changes, billing and customer emails pause automatically until you
confirm whether the copy is staging or the live site. Choose “live” and every schedule
is rebuilt.

### Do renewals catch up if my site was down?

Yes — a daily sweep finds any subscription whose renewal date passed without processing
and rebuilds its schedule. Severely overdue subscriptions bill one period, never
a stack of catch-up charges.

### Where do I configure dunning and reminders?

WooCommerce  Settings  Subscriptions: retry delays, reminder days before/after, 
grace periods, portal permissions.

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Sawir Renew – Recurring Billing for WooCommerce” è un software open source. Le 
persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ Ricardo Sawir ](https://profiles.wordpress.org/sawirricardo/)

[Traduci “Sawir Renew – Recurring Billing for WooCommerce” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/sawir-renew)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/sawir-renew/) segui
il [repository SVN](https://plugins.svn.wordpress.org/sawir-renew/), segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/sawir-renew/)
tramite [RSS](https://plugins.trac.wordpress.org/log/sawir-renew/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.0

 * Initial release: subscription product types, manual + Stripe automatic renewals,
   dunning, trials, sign-up fees, synced renewals, pause/skip/switch portal, recurring
   coupons, 13 emails, staging protection, reports, REST API.

## Meta

 *  Versione **1.0.0**
 *  Ultimo aggiornamento **2 settimane fa**
 *  Installazioni attive **Meno di 10**
 *  Versione WordPress ** 6.0 o superiore **
 *  Testato fino alla versione **7.0.3**
 *  Versione PHP ** 7.4 o superiore **
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/sawir-renew/)
 * Tag
 * [memberships](https://it.wordpress.org/plugins/tags/memberships/)[recurring billing](https://it.wordpress.org/plugins/tags/recurring-billing/)
   [Recurring payments](https://it.wordpress.org/plugins/tags/recurring-payments/)
   [subscriptions](https://it.wordpress.org/plugins/tags/subscriptions/)[woocommerce](https://it.wordpress.org/plugins/tags/woocommerce/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/sawir-renew/advanced/)

## Valutazioni

Non sono state ancora inviate recensioni.

[Your review](https://wordpress.org/support/plugin/sawir-renew/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/sawir-renew/reviews/)

## Collaboratori

 *   [ Ricardo Sawir ](https://profiles.wordpress.org/sawirricardo/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/sawir-renew/)