[WordPress] 外掛分享: Split order by weight for WooCommerce

前言介紹

  • 這款 WordPress 外掛「Split order by weight for WooCommerce」是 2020-10-05 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-02-26,距離現在已有 68 天。
  • 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.4 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

sunarc |

外掛標籤

split | orders | woocommerce | Split Order By Weight |

內容簡介

作者:Suncart Store

「按重量分割訂單」外掛能夠根據商品重量將訂單分割成多份。

這個外掛可以根據購物車中商品的重量自動將訂單分割成多個訂單。顧客將會收到不同的訂單編號。

有了不同的訂單編號,顧客可以在他們的訂單紀錄中查看所有訂單編號,並分別追蹤每個項目。

「按重量分割訂單」外掛特點

A) 預設條件

當條件為預設值時,不論重量如何,訂單都會被分割。
所有購物車中的商品都會被拆成單獨的訂單。例如:若一個訂單有4個商品,則該訂單將分割為4個不同的訂單,不論其重量如何。

B) 按重量分割

當我們啟用此選項時,woocommerce 的設定中會設定一個門檻重量值。
按重量分割表示只有當產品的總重量低於門檻重量時才會拆分訂單。
如果訂單中有多個項目,拆分訂單的數量取決於這個情況的總發生次數。

Markdown 範例

我們可以通過以下範例來了解這個外掛的工作過程。

這個外掛可以根據配置中指定的重量將訂單按重量分割成多個訂單。如果重量為1磅,而購物車中有以下情況,它會拆分成以下情況。

範例:購物車項目

我們在後台設置了2公斤的門檻重量,訂單中有5個商品,其中只有兩個商品重量為1公斤,其他商品重量都小於1公斤。那麼,訂單會分成2個不同的訂單,第一個訂單包括兩個重量各為1公斤的商品,而其餘商品將在下一個訂單中。

P1 = 1公斤,P2 = 0.6公斤,P3 = 0.3公斤,P4 = 0.1公斤,P5 = 1公斤。

然後它會被分割成:

訂單1 = P1 + P5,

訂單2 = P2 + P3 + P4,

注意:這裡的 P 意味著產品。

開發人員幫助

歡迎報告錯誤和反饋。在此處報告。

許可證

這個 WordPress 外掛是免費軟件,您可以根據 GNU 通用公共許可證在自由軟件基金會發佈的第2版或任意更新版本下重新分發和/或修改它。這個 WordPress 外掛是按「原樣」提供,不提供任何形式的明示或暗示擔保或條件保證,包括默示的商業適銷性或適用於特定用途的保證。有關更多詳細信息,請參見 GNU 通用公共許可證。您應該已經收到了GNU 通用公共許可證的副本,如果沒有,請看這裡。

原文外掛簡介

Author: Suncart Store

“Split order by weight” Plugin allows splitting an order into separate orders based on weight.
This Plugin can be used to split an order automatically into multiple orders based on the weight of the products in the cart. The customer will receive different order ids for their ordered cart.
With different order ids, customers can view all the order ids in their Order History and track each item separately.
Split order for WooCommerce Features
A) Default Condition

When the condition is Default then the order is split irrespective of any weight.
All items in the cart available will be splitted into a seperate order.
Example: If an order has 4 products then the order is split into 4 different orders no matter what the weight of items are.

B) Split by Weight

When we enable this option, a threshold weight value is set in woocommerce settings.
Split by weight means order splits only if the total weight of products comes under threshold weight.
In case of more than one item in order, the number of split orders depends on the total occurrence of this case.

A brief Markdown Example
We can understand the work process of the Plugin with the below-given example.
This Plugin will split order by weight into multiple orders based on the specified weight in the configuration. If the weight is 1lbs and the cart has a below scenario then it will split as below scenario.

Example: Cart Items

We have set 2 Kg as threshold weight in the backend and we have 5 products in order out of which only two products have weight 1 kg others have weight less than 1 Kg. Then the order will split in 2 different orders having different order ids. In first order, two items with 1 kg weight each and the rest of items will be in next order.

P1 = 1 Kg
P2 = .6 Kg
P3 = .3 Kg
P4 = .1 Kg
P5 = 1 Kg
Then it will be split like:
Order 1 = P1 + P5,
Order 2 = P2 + P3 + P4,
Note: Here is P means = Product.

Developer Help
Bug reports and feedbacks are always welcome. Report here.
License
This WordPress plugin is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or any later version.
This WordPress plugin is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this WordPress plugin. If not, see.

各版本下載點

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

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


1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.0.6 | 1.0.7 | 1.0.8 | trunk |

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

  • Order Splitter for WooCommerce 》, 作者:Fahad Mahmood, 專案網址:http://androidbubble.com/blog/wordpress/plugins/woo-order-splitter, , WooCommerce 是一個很棒的電子商務外掛程式,它...。
  • DivUp Content 》注意:此外掛原本是為了解決將傳統編輯器內容分割成 div,使用簡短代碼的問題。於 2022 年 9 月 27 日,我測試了此外掛與 Gutenberg 的相容性,因為 div 在 G...。
  • WooCommerce Order Splitter – Split / Duplicate / Merge Orders 》**總結:**, Order Splitter for WooCommerce 外掛允許您在 WooCommerce 管理員面板內將一個訂單分成多個訂單,特別適用於需要拆分以進行處理的大訂單。, , **...。
  • Paged Comments 》Paged Comments 可以啟用評論分頁。對於那些受到許多評論的熱門博客文章或 WordPress 網站中的簡單留言板頁面非常有用。, 功能, , 評論排序:最新評論先顯示...。
  • Multi Order for WooCommerce 》Multi Order for WooCommerce(WooCommerce 的多訂單插件)會在每個訂單項目中創建一個子訂單。, 免費版, 此插件的免費版本僅允許您:, , 為每個不同的訂單項...。
  • WC Backorder Split 》WC Backorder Split 是一個免費的 WooCommerce 外掛,它會為你沒有庫存(即缺貨中)的產品自動建立一份狀態為“Backordered”的獨立訂單。, 如果您...。
  • Virtuaria PagBank Split 》總結文案:這個WordPress外掛提供了支援將支付自動分成兩個或多個PagSeguro帳戶的功能,讓您的虛擬商店能夠實現多商店購物車功能,讓客戶在單一交易中支付來...。
  • bbPress Email Notifications 》bbPress Email Notifications外掛為使用者提供與論壇更改有關的各種電子郵件通知,以及關閉這些通知的功能。它會覆蓋bbPress提供的「訂閱」功能,允許使用者...。
  • WC Order Split 》, , 作者: Fahad Mahmood, , , 項目連結: http://androidbubble.com/blog/wordpress/plugins/wc-order-split, , , 建立自訂群組標籤並分割 WooCommerce 訂...。
  • Easy Multiple Pages 》這個外掛在文章編輯器中增加了一個按鈕,讓你可以輕鬆地將文章按頁面分割,并自動為每個頁面添加連結。。
  • Volumetric shipping for Woocommerce 》Volumetric Shipping 外掛可讓商家根據體積重量而非實際重量計算運費。由於貨物佔據的空間大小直接影響運費,因此運費可能會因體積重量而增加。, 如果您的包...。
  • Split Order on checkout pro for Woocommerce 》“Split order on checkout pro for WooCommerce”外掛可根據管理員所設定的不同條件,將訂單拆分成多個訂單。此外掛會按照產品屬性或購物車中的商品數量自動將...。
  • Split Order by category for Woocommerce 》「Split order by Category for WooCommerce」外掛能夠根據商品分類將訂單拆分成多個訂單。此外掛可以自動地根據購物車中的商品類別將訂單拆分為多個訂單。顧...。
  • Property Tax Calculator 》這是一個簡單的計算機,用於定義你的金錢去哪裡。雖然最初是為物業稅而建立的,但它實際上可以用於任何東西。你可以創建任意多的模塊,定義$$的百分比分配到...。
  • Disqus Count JS Fix 》這個外掛修正了 Disqus 外掛所造成的「分割」錯誤。此外掛是由 Geektime 的開發團隊出於內部使用而開發的,並且出於方便而分享。我們不提供此外掛的任何支援...。

文章
Filter
Apply Filters
Mastodon