QAlimucho for WooCommerce

外掛說明

QAlimucho enables automated end-to-end testing of your WooCommerce checkout flow without processing real payments. Perfect for QA teams, developers, and automated testing pipelines.

Features:

  • Test payment gateway that bypasses real payment processing
  • Secret key authentication for security
  • Automatic cleanup of test orders (1 hour retention)
  • Manual cleanup option from admin panel
  • REST API for integration with testing tools
  • HPOS (High-Performance Order Storage) compatible

How It Works:

  1. Install and activate the plugin
  2. Copy the secret key from Settings > QAlimucho
  3. Configure your QAlimucho web testing tool with the secret
  4. Run automated checkout tests – orders complete instantly without payment

Security:

  • Test gateway only visible when valid secret key is provided
  • Orders marked as test orders and auto-deleted
  • Rate limiting on API endpoints
  • Timing-safe secret comparison

螢幕擷圖

  • Test payment gateway at checkout
  • Admin settings page with secret key

安裝方式

  1. Install qalimucho-for-woocommerce from the plugins repository
  2. Activate the plugin through the Plugins menu
  3. Go to WooCommerce > QAlimucho to view your secret key
  4. Paste the secret key in the your QAlimucho’s account credentials section

常見問題集

Is this safe to use on production sites?

Yes. The test payment gateway is only visible when the correct secret key is provided via URL parameter. Normal customers never see it. Test orders are automatically deleted after 1 hour.

How do I run a test checkout?

Add ?qat=YOUR_SECRET_KEY to any WooCommerce page URL. The QAlimucho Test Payment option will appear at checkout.

Can I manually delete test orders?

Yes. Go to WooCommerce > QAlimucho and click “Delete All Test Orders”.

Does this work with WooCommerce Blocks checkout?

Yes. Both classic and blocks checkout are supported.

使用者評論

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

參與者及開發者

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

參與者

將〈QAlimucho for WooCommerce〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.1

  • Clarified ownership

1.0.0

  • Initial release
  • Test payment gateway
  • Automatic order cleanup
  • REST API for status and cleanup
  • Admin settings page