RT Express COD for WooCommerce

外掛說明

RT Express COD for WooCommerce adds a minimal workflow for merchants who want to quickly capture basic customer details (name, phone, note) at product pages and create an on-hold WooCommerce order without going through the full checkout. It’s useful for phone-order workflows, quick reservations, or marketplaces that finalize orders manually.

Features:
– Capture full name, phone and order note on the product page
– Create a WooCommerce order in on-hold status
– Optionally reduces stock and empties cart to mimic checkout behavior
– Lightweight: enqueues a small frontend script and a simple form

Arbitrary section

If you have feature requests or want to contribute, please open an issue or submit a PR on the plugin repository.

License

GPLv2 or later

安裝方式

  1. Upload the plugin folder to the /wp-content/plugins/ directory, or install via the WordPress plugins screen.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Visit any single product page, add a product to the cart and use the displayed “Additional Details” form to save details and create an on-hold order.

常見問題集

How does this plugin create orders without checkout?

The plugin uses WooCommerce’s programmatic order creation (wc_create_order()). After capturing the details it adds cart items to a new order, sets billing info and places the order on-hold.

Will it process payments?

No. This plugin is focused on Cash on Delivery or manual processing workflows. It creates orders with status on-hold and does not redirect to payment gateways.

使用者評論

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

參與者及開發者

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

參與者

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

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release: capture details on product page and create an on-hold WooCommerce order.