
內容簡介
雖然 WooCommerce 可以輕鬆允許顧客預訂商品,但沒有機制讓零售商追蹤哪些訂單實際上有背訂貨的商品。
此外掛會自動偵測透過 WooCommerce 下單的訂單中的背訂貨商品。
您也可以修改訂單元數據(編輯訂單),以更新背訂貨數量,或手動添加「背訂貨」作為元數據鍵,數量作為元數據值。此外掛僅會偵測狀態為挂起、處理中或等候中的訂單。完成的訂單將自動從清單中移除。
版本 2.0 包括 jQuery DataTables,以便輕鬆操作背訂貨商品清單輸出,並允許導出為 PDF、XLS 或 CSV 檔案。
報告標題以 Ymd_backorder_list 格式呈現。您可以使用過濾器 'dd_list_backorders_report_title' 在您的 functions.php 中過濾標題。
例如:
add_filter('dd_list_backorders_report_title', function(){return 'this_is_the_title';});
需求
此外掛需要使用 WooCommerce。
外掛標籤
開發者團隊
② 後台搜尋「List Orders with Backorders for WooCommerce」→ 直接安裝(推薦)
原文外掛簡介
While WooCommerce makes it easy to allow for customers to backorder items, there is no mechanism for retailers to keep track of what orders actually have backordered items on them.
This plugin will automatically detect backordered items for orders that are placed though WooCommerce.
You can also modify the order meta (by editing the order) to update the Backordered quantity, or manually add “Backordered” as a Meta Key and the quantity as the Meta Value. This plugin will only detect orders whose status is pending, processing, or on-hold. Completed orders will automatically remove themselves from the list.
Version 2.0 Includes jQuery DataTables to allow easy manipulation of the output of the backordered items list, and allows for export to PDF, XLS, or CSV files.
Report Title is in Ymd_backorder_list Format. This can be filtered in your functions.php with filter ‘dd_list_backorders_report_title’
for example:
add_filter('dd_list_backorders_report_title', function(){return 'this_is_the_title';});
Requirements
This plugin requires the use of WooCommerce.
