nnax Withdrawal

外掛說明

nnax Withdrawal provides a structured two-step withdrawal flow for online shops.

Main capabilities:
* Frontend form flow via shortcode [nnax_withdrawal_flow].
* Client-side form validation with inline feedback before submission.
* Confirmation step before final submission.
* Customer acknowledgment email after submission.
* Internal notification email to one or more configurable recipients.
* Storage of withdrawals as internal custom post type entries (nnax_withdrawal).
* Internal reference number, processing status and anonymization workflow in the backend.
* Admin guide page for first-time users of the plugin.
* WooCommerce settings section for recipient emails and uninstall data cleanup behavior.

Requirements

  • WordPress 5.0 or higher
  • PHP 7.4 or higher
  • WooCommerce (recommended for settings integration)

Known Limitations

  • A full compatibility test with each active theme must be done in the target shop setup.
  • A final verification on a fresh WordPress installation should be part of the release process.
  • Delivery of outgoing emails depends on the site’s configured mail transport.

Usage

  1. Add shortcode [nnax_withdrawal_flow] to the desired page.
  2. Users submit name, contract/order/subscription reference and email.
  3. The frontend validates the input and highlights incomplete or invalid fields immediately.
  4. Users confirm their data in step 2.
  5. On final submit, the plugin stores the record, assigns an internal reference and sends notification emails.
  6. In the backend, operators can set a processing status and anonymize entries after processing.

Uninstallation

On plugin deletion, plugin options are removed by default.

Stored withdrawal entries can also be removed when one of the following is enabled:
* WooCommerce setting nnax_withdrawal_delete_data_on_uninstall
* define('NNAX_WITHDRAWAL_DELETE_DATA', true); in wp-config.php

螢幕擷圖

  • New withdrawal request form.
  • Withdrawal request overview in the admin area.
  • Detailed admin view of a withdrawal request.
  • Guided withdrawal workflow in WordPress.
  • Plugin settings page.

安裝方式

  1. Upload the plugin files to the WordPress plugins directory.
  2. Activate the plugin in the WordPress Plugins menu.
  3. Create a page and insert [nnax_withdrawal_flow].
  4. Configure recipient emails and cleanup settings under WooCommerce -> Settings -> Advanced -> Withdrawal.
  5. Review the backend subpage Anleitung for setup and usage guidance.

常見問題集

Which shortcode is available?

Use [nnax_withdrawal_flow].

Does the plugin require WooCommerce?

The form and CPT work without deep WooCommerce coupling, but settings integration is available in WooCommerce advanced settings.

Can internal notifications be sent to multiple addresses?

Yes. Multiple recipient emails can be entered in the settings, separated by commas or line breaks.

Can stored withdrawals be anonymized later?

Yes. The backend provides a processing status and an anonymization action. Personal data can be removed while the internal reference remains available.

Does the customer email mean legal acceptance of the withdrawal?

No. It only confirms receipt of the submitted declaration.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈nnax Withdrawal〉的開發相關工作。

參與者

〈nnax Withdrawal〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈nnax Withdrawal〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Frontend validation with inline error feedback added.
  • Internal guide page added in the backend.
  • Processing status and anonymization workflow added for withdrawals.
  • Internal reference number added for each withdrawal entry.
  • Multiple internal recipient emails supported in settings and mail delivery.

1.0.0

  • Initial release with two-step withdrawal form flow.
  • Internal CPT storage for submitted withdrawals.
  • Customer and internal email notifications.
  • WooCommerce settings for recipient and uninstall cleanup.