Skip to content

Configuration

Subscribe is configured under WooCommerce → Subscribe, with subscribers reviewed and exported under WooCommerce → Subscribers. This page covers every option.

The consent text shown next to the opt-in checkbox at checkout and in the standalone form. Write it as a clear consent statement — for example “Yes, send me occasional updates and offers by email.” This is what the customer is agreeing to, so make it accurate.

Whether the checkbox starts checked or unchecked.

Keep it unchecked for valid GDPR consent — customers must actively opt in, so the consent you record is genuine. Only change this if your local law allows pre-ticked consent. The plugin ships unchecked by default for this reason.

Where the checkbox appears on the classic checkout:

  • After terms — below the terms-and-conditions checkbox.
  • Before terms — above it.
  • After billing — within the billing details block.

Pick the spot that reads naturally in your checkout layout.

Optionally email a site admin whenever a new subscriber is recorded. Useful for low-volume stores that want to know in real time; leave it off if you would rather just review the list periodically.

Subscribers are stored as a private custom post type, listed under WooCommerce → Subscribers. Each record holds:

  • Email — the subscriber’s address.
  • Consent — the recorded consent flag.
  • Source — where they subscribed (checkout or the shortcode form).
  • Timestamp — when they opted in.

Nothing is sent to any external service — the data stays on your site, under your control.

A one-click Export to CSV downloads every subscriber, so you can import them into your email tool of choice when you are ready.

Recording is idempotent: if an email already exists, submitting it again does not create a second record and does not fire a second admin notification. You will not get duplicates from a customer who opts in more than once.

See Forms and placement for the standalone form, its attributes, and where to put it. The shortcode works independently of the checkout checkbox.

  • Works with the classic checkout; HPOS and Cart/Checkout Blocks compatible.
  • Accessible, mobile-friendly markup with dark-mode-aware styling.
  • Translation ready (POT included) and clean uninstall.