| 开发者 | wpaluchmits |
|---|---|
| 更新时间 | 2026年6月26日 17:17 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
[mits_withdrawal_form]mits_withdrawal_submitted, mits_withdrawal_is_product_excluded, …)MITS\Withdrawalpl_PL)mits-withdrawal folder to /wp-content/plugins/.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.
No. Step 1 of the form verifies the customer by email + order number (magic link). No login required.
Yes - you can override the template by copying templates/emails/confirmation-html.php to your theme at mits-withdrawal/emails/confirmation-html.php.
Yes, HPOS (High-Performance Order Storage / custom order tables) compatibility is declared in the plugin.
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).
Open the withdrawal from WooCommerce → Returns, change the status to Confirmed or Cancelled using the Actions metabox, and save.
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.).
mits_withdrawal_pro_trigger_refund) — fires when a withdrawal reaches the Refunded status, ready for PayU / Przelewy24 gateway integration.