| 开发者 | wpaluchmits |
|---|---|
| 更新时间 | 2026年8月5日 02:51 |
| 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. All three plugin emails (withdrawal confirmation, store notification, form link) are registered as native WooCommerce emails, so you edit them in WooCommerce → Settings → Emails - subject, heading, intro text, additional content, recipient and HTML/plain format, with a live preview and test send. The plugin cockpit has an "Emails" tab that shows the current state of each email and links straight to its settings screen.
Placeholders available in subjects, headings and texts: {order_number}, {order_date}, {customer_name}, {site_title}.
For full control over the layout, copy a template to your theme:
yourtheme/woocommerce/emails/mits-withdrawal-confirmation.phpyourtheme/woocommerce/emails/mits-withdrawal-admin-new.phpyourtheme/woocommerce/emails/mits-withdrawal-link.phpemails/plain/ subfolder.
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.).
{order_number}, {order_date}, {customer_name}, {site_title} in email subjects, headings and texts.yourtheme/woocommerce/emails/mits-withdrawal-*.php. Overrides in yourtheme/mits-withdrawal/emails/ must be moved.mits_withdrawal_pro_trigger_refund) - fires when a withdrawal reaches the Refunded status, ready for PayU / Przelewy24 gateway integration.