Linux 软件免费装
Banner图

MITS One Click Return – EU 2023/2673

开发者 wpaluchmits
更新时间 2026年6月26日 17:17
PHP版本: 8.1 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

woocommerce return withdrawal eu directive one click return

下载

0.3.1 0.3.2 0.4.0

详情介绍:

One Click Return for WooCommerce is a compliance-first plugin that implements the digital right of withdrawal required by EU Directive 2023/2673 (Art. 11a) directly in your WooCommerce store. Built and maintained by MITS - a software house from Lublin, Poland, specialising in WooCommerce, web applications and e-commerce solutions. Unlike generic refund plugins, this plugin was built from the ground up for the directive - every feature maps directly to a legal requirement. How it works
  1. Customer clicks "Return order" - from their account, the footer link, or directly from the order confirmation email.
  2. A 2-step form opens: Step 1 identifies the order (email + order number, no login required). Step 2 selects items and confirms.
  3. The customer receives an instant confirmation email (required by Art. 11a as a "durable medium").
  4. Store staff receives a notification and manages the withdrawal from WooCommerce admin.
Key features Compliance out of the box WooCommerce integration Developer-friendly Requirements Languages

安装:

  1. Upload the mits-withdrawal folder to /wp-content/plugins/.
  2. Activate the plugin through Plugins → Installed Plugins.
  3. Go to WooCommerce → Odstąpienia (or Returns) in the admin sidebar.
  4. Create a page for the form (e.g. "Withdrawal form") and select it in settings - the shortcode is inserted automatically.
  5. Fill in the return address and notification email.
That's it. The footer link, My Account button, and order email link are enabled by default.

屏幕截图:

  • Settings page - configure form page, display channels, mail settings, and appearance.

升级注意事项:

0.3.0 New admin cockpit replaces the old settings page. The URL (?page=mits-withdrawal-settings) is unchanged - existing bookmarks still work.

常见问题:

Is this plugin compliant with EU Directive 2023/2673?

Yes. The plugin was built specifically for Art. 11a of Directive 2023/2673, which requires a permanent, easily accessible digital function for exercising the right of withdrawal. The footer link, 2-step form, and instant confirmation email all map directly to the directive's requirements.

Do customers need an account to submit a withdrawal?

No. Step 1 of the form verifies the customer by email + order number (magic link). No login required.

Can I customise the email confirmation?

Yes - you can override the template by copying templates/emails/confirmation-html.php to your theme at mits-withdrawal/emails/confirmation-html.php.

Does it work with WooCommerce HPOS?

Yes, HPOS (High-Performance Order Storage / custom order tables) compatibility is declared in the plugin.

Where are withdrawals stored?

As a custom post type (mits_withdrawal) with custom statuses. All customer data is stored as post meta and is included in WordPress's personal data exporter/eraser (GDPR tools).

How do I process a withdrawal (accept or reject it)?

Open the withdrawal from WooCommerce → Returns, change the status to Confirmed or Cancelled using the Actions metabox, and save.

Does it integrate with payment gateways for automatic refunds?

Yes. When a withdrawal reaches the Refunded status the plugin fires mits_withdrawal_pro_trigger_refund($order, $withdrawal_id). Hook this action in your theme or a small companion plugin to call your gateway's refund API (PayU, Przelewy24, etc.).

更新日志:

0.4.2 0.4.1 0.4.0 0.3.2 0.3.1 0.3.0 0.2.0 0.1.0