[WordPress] 外掛分享: Order Management for WooCommerce

前言介紹

  • 這款 WordPress 外掛「Order Management for WooCommerce」是 2024-07-30 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2024-07-31,距離現在已有 277 天。
  • 外掛最低要求 WordPress 3.0.1 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.1 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

ah72king |

外掛標籤

order | reports | analytics | woocommerce management |

內容簡介

## 摘要:

​​這個外掛用於提供 WooCommerce 訂單管理功能,為 WooCommerce 商店提供詳細報告和分析。

## 問題與答案:

1. 什麼是這個外掛的主要目的?
- 這個外掛的主要目的是提供 WooCommerce 訂單管理功能,為 WooCommerce 商店提供詳細報告和分析。

2. 哪些篩選選項可以幫助管理員用戶搜索 WooCommerce 訂單的詳細信息?
- 管理員用戶可以使用日期範圍過濾器和訂單狀態過濾器,包括其他篩選選項如分類多選、產品多選等。

3. 請說明訂單摘要報告中包含哪些數據?
- 訂單編號、訂單日期、姓名、電話、電子郵件、付款方式、運送地址、運送方式、運費總額、訂單總額、狀態以及備註。

4. 分類銷售報告中會展示哪些數據?
- SKU、產品名稱、訂單數量、該產品的總銷售額、對應分類以及訂單號。

5. 產品銷售報告中將展示哪些數據?
- 產品名稱、訂單號、創建日期、SKU、本次訂單中產品數量、總價、相關分類、收貨人姓名、收貨人電子郵件、收貨人電話、收貨地址。

6. 產品每筆訂單銷售報告中將展示哪些數據?
- SKU、產品名稱、本次訂單中的數量、該產品本次訂單的總銷售額、對應分類以及訂單號。

原文外掛簡介

This Plugin is used to provide the features to do management of woocommerce orders, it provide detail reports and analytics for woocommerce store
Detail Description
General
Admin user will get date range filter and order status filter using that user can search the details of the woocommerce orders. Other filters like Categories Multi Select, Products Multi Select are provided on specific reports. Filter of Group By Category is provided in Products Sold Per Order. Filter of show Deleted only is provided in Product Sold Report where if item or product is deleted in woocommerce then its data will be shown only.
Orders Summary
A table will be shown with the following data:
1. Order Number: ($order->get_order_number())
2. Date: (gmdate(‘d-m-Y’, strtotime($order->get_date_created())))
3. Name: ($order->get_shipping_first_name().’ ‘.$order->get_shipping_last_name())
4. Phone: ($order->get_billing_phone())
5. Email: ($order->get_billing_email())
6. Payment Method: ($order->get_payment_method_title())
7. Shipping Address: ($order->get_shipping_address_1().’ ‘.$order->get_shipping_address_2())
8. Shipping Method: ($order->get_shipping_method())
9. Shipping Total: ($order->get_shipping_total())
10. Total: ($order->get_total())
11. Status: ($order->get_status())
12. Notes: ($order->get_customer_note())
Categories Sold
A table will be shown with the following data:
1. SKU: Product SKU
2. Product: Product name
3. Quantity: Quantity orders in all orders (specific filters)
4. Gross Sales: Gross Sales of this product in all orders (specific filters)
5. Categories: Product belongs to these categories
6. Orders: Order numbers with link to backend detail page.
Product Sold
A table will be shown with the following data:
1. Products: Product name
2. Orders: Order number
3. Created Date: Date on which order created (Y-m-d)
4. SKU: Product SKU
5. Quantity: Product qty ordered in this order only
6. Total: Product Total in that order
7. Categories: Product belongs to these categories
8. Name: Name of person to ship to ($order->get_shipping_first_name().’ ‘.$order->get_shipping_last_name())
9. Email: Email of person billed ($order->get_billing_email())
10. Phone: Phone of person billed ($order->get_billing_phone())
11. Address: Shipping Address, State, ZipCode / PostCode
Product Sold Per Order
A table will be shown with the following data:
1. SKU: Product SKU
2. Product: Product name
3. Quantity: Quantity in this order
4. Gross Sales: Gross Sales of this product in this order
5. Categories: Product belongs to these categories
6. Orders: Order number with link to backend detail page.
Notes
All data should be cross-verified as there could be some mistakes in calculations.
If you have too many orders and date range is large like one 6 months or 1 year etc
it will take sometime to load depending on your server load and specs plus memory allocated to wordpress application (your site) matter alot here when doing large queries
Source Code
The source code for the compressed JavaScript libraries files used in this plugin can be found in the admin/js/full directory within the plugin folder.
The minified JavaScript files are located in the admin/js/min directory.
Script Loading
This plugin conditionally loads minified or full JavaScript files based on the SCRIPT_DEBUG constant.

When SCRIPT_DEBUG is set to true, the full JavaScript files are loaded from admin/js/full/.
When SCRIPT_DEBUG is set to false, the minified JavaScript files are loaded from admin/js/min/.

To enable script debugging, define SCRIPT_DEBUG as true in your wp-config.php file:
define( ‘SCRIPT_DEBUG’, true );

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Order Management for WooCommerce」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.3 | trunk |

延伸相關外掛(你可能也想知道)

  • WooCommerce Admin 》WooCommerce Admin 已不再被支援, WooCommerce Admin 已經成為 WooCommerce 的一部分!為了確保您的商店繼續順利運行,請確認 WooCommerce 已更新至最新版本...。
  • SlimStat Analytics 》追蹤回訪客戶和註冊用戶,監控 JavaScript 事件,偵測入侵,分析電子郵件廣告活動。已有成千上萬的 WordPress 網站在使用它。, 主要功能, , 即時訪問日誌:測...。
  • Easy Property Listings 》Easy Property Listings 是市場上最具動態、功能豐富的 WordPress 不動產外掛之一。, , 這款易於使用的外掛提供了所需的功能,讓您能夠在短時間內配置動態的...。
  • WP Client Reports 》定期向客戶和利益相關者展示您的價值並提供信心。, 客戶網站維護報告, 這是一款完美的報告生成插件,適用於代理商、自由職業者和網站維護人員,他們每週、每...。
  • amr users 》可以列出、排序和篩選幾乎任何存儲在使用者 meta 中的使用者資料。使用鉤子和附加元件提取存儲在其他表格中的使用者資料,並將其呈現得像是使用者 meta。, 幫...。
  • Woo Total Sales 》Woo Total Sales – 這個外掛可以在 WooCommerce 儀表板上擴展概述銷售狀態。另外,它還會在商店目錄和相應的單品頁面(後台和前台)上顯示特定產品的總銷售額...。
  • Sales Tax Reports For WooCommerce 》透過這款外掛,您可以查看各州的銷售數據,並透過日期範圍進行搜尋。, 系統需求, 需要 WordPress 平台及 WooCommerce 外掛。, 好處, , 絕妙的使用者體驗。, ...。
  • EZ SQL Reports Shortcode Widget and DB Backup 》只需在方框內放置某些 SQL,並將其保存為報告。您可以保存多個報告,它們將列在管理選單中,因此您隨時可以輕鬆地點擊運行它們。您可以根據角色將報告放在用...。
  • AAArdvark Accessibility Reports 》總結:AAArdvark 是一個提供掃描和持續監控您的網站 WCAG 可訪問性問題的服務。該 WordPress 外掛允許您直接在 WordPress 管理儀表板中存取可訪問性報告。, ,...。
  • Traffic 》提供完整功能的 WordPress API 分析工具。, Traffic 是一個完整功能的分析報告工具,它會分析所有傳入和傳出的 API 呼叫。, , 🎁 在免費的虛擬網站上測試此外...。
  • EDD Enhanced Sales Reports 》EDD Enhanced Sales Report 外掛可增強您對 Easy Digital Downloads 網路商店的銷售數據洞見。這款免費的外掛將根據產品、下單產品和客戶添加詳細的銷售數據...。
  • CM Custom Reports – Flexible reporting to track what matters most 》s:, , Over 17 different statistical and graphical reports, Option to export reports data to CSV and PDF, Schedule repeating reports, Filter reporti...。
  • ClickDesigns 》這款外掛是為了想要在網站、部落格和銷售漏斗中創建令人驚嘆的圖形和設計但又不想花費太多時間和資源的營銷人員和企業家所設計的頂尖設計軟體。, 您可以為您...。
  • Cart tracking for WooCommerce 》這個外掛程式可以更清楚地讓你知道使用者在購物車中加入或移除了哪些物品。, 你可以在一個表格中看到所有已紀錄的購物車,以及哪些產品最常被加入或移除。, ...。
  • WordPress Google Analytics Reports 》, , 這個外掛可以幫助使用者將 Google Analytics 的報告概述,透過 Google Analytics Data API 加入到您的部落格儀表板中。目前這個外掛支援時間軸和地圖覆蓋...。

文章
Filter
Apply Filters
Mastodon