Linux 软件免费装
Banner图

Repeat Customer for WooCommerce

开发者 smartfact
更新时间 2026年4月16日 06:39
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv3 or later
版权网址: 版权信息

标签

woocommerce customers order management customer history repeat customers

下载

1.1.0

详情介绍:

Every WooCommerce order edit screen tells you what was ordered and how much it cost. It tells you almost nothing about who placed the order. Repeat Customer adds a Customer metabox to the order sidebar showing key metrics for the customer behind the order - all computed locally from your existing WooCommerce data, with no external services. Metrics displayed: Why this matters: When your team is packing order #4832, they have no quick way to know that this customer has been buying from you for two years, has placed 14 orders, and spends an average of 85 per order. That context changes how you handle the order - whether you include a thank-you note, prioritise dispatch, or flag it for a personal follow-up. Repeat Customer makes that information visible where fulfilment decisions are actually made - on the order edit screen. Guest customer matching (v1.1): Not all customers create accounts. Repeat Customer identifies returning guests by matching billing email, phone number, or company name against previous orders. A softer postcode match is also available for stores where address patterns matter. Each match strategy can be enabled or disabled individually from WooCommerce > Settings > Advanced > Repeat Customer. Visual order history timeline (v1.1): A proportional horizontal timeline shows all matched orders as clickable markers spaced by real elapsed time. A loyal customer with regular monthly orders looks visually different from a one-time buyer who last ordered three years ago. Hover for order details, click to jump to any previous order. Orders list column (v1.1): A lightweight "Customer" column on the WooCommerce orders list shows order count and lifetime value at a glance. First-time customers show as "New customer". Guest matches via postcode are prefixed with a tilde to indicate the softer signal. Key features: Privacy: No data is transmitted externally. All metrics are computed from your existing WooCommerce order data. The plugin makes read-only queries against WooCommerce orders and caches results using WordPress transients.

安装:

  1. Upload the repeat-customer-for-woocommerce folder to /wp-content/plugins/, or install directly through the WordPress plugin screen.
  2. Activate the plugin through the "Plugins" screen in WordPress.
  3. Open any WooCommerce order from a registered customer - the Customer metabox appears in the sidebar.
No configuration needed. The plugin works immediately after activation.

常见问题:

Does this work with guest orders?

Yes. Since version 1.1, Repeat Customer identifies returning guests by matching billing email, phone number, company name, or postcode against previous orders. You can enable or disable each matching strategy from WooCommerce > Settings > Advanced > Repeat Customer.

Does it work with WooCommerce HPOS?

Yes. Repeat Customer is fully compatible with both HPOS (High-Performance Order Storage) and legacy post-based order storage.

Does it send data to an external service?

No. All metrics are computed locally from your WooCommerce order data. Nothing leaves your store.

How is performance handled?

Metrics are cached using WordPress transients. The cache is automatically invalidated when an order status changes or a refund is processed for that customer. On subsequent page loads, cached results are served without additional database queries.

What order statuses are included in the metrics?

Only orders with "Processing" or "Completed" status are counted. Pending, cancelled, and failed orders are excluded.

更新日志:

1.1.0 1.0.0