[WordPress] 外掛分享: COD Deposits and Partial Payments for WooCommerce – Advance Payment on Cash on Delivery

首頁外掛目錄 › COD Deposits and Partial Payments for WooCommerce – Advance Payment on Cash on Delivery
WordPress 外掛 COD Deposits and Partial Payments for WooCommerce – Advance Payment on Cash on Delivery 的封面圖片
全新外掛
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 6.0+ PHP 7.4+ v1.6.1 上架:2026-08-18

內容簡介

Stackedboost COD Deposit Rules for WooCommerce 外掛可幫助商家設定現金到貨訂單的規則,以降低拒收風險。透過要求部分預付款或隱藏現金到貨選項,商家能有效減少運費損失,提升訂單成功率。

【主要功能】
• 設定部分預付款,降低拒收風險
• 隱藏現金到貨選項,避免無效訂單
• 支援多種規則組合,靈活應用
• 兼容經典結帳與區塊型結帳
• 顯示到貨餘額於訂單畫面與郵件

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.6.1) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「COD Deposits and Partial Payments for WooCommerce – Advance Payment on Cash on Delivery」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Cash on Delivery is convenient for customers, but it is also the order type most likely to be refused at the door. The customer never answers, the courier goes back, and the merchant pays for shipping in both directions with nothing to show for it.
Stackedboost COD Deposit Rules lets you set rules that catch the orders most likely to fail. When a rule matches it either asks for a partial advance payment, so the customer pays some of it now and the rest on delivery, or it simply takes Cash on Delivery off the table for that order.
Every rule runs on data your own store already has. There is no external service, no API key, no account to create, and no data leaves your site.
What the free version does, in full:

Require an advance payment, as a percentage or a flat amount. When a rule matches, the checkout total drops to the deposit, the customer pays that with any normal payment method, and the balance is collected on delivery as usual. Cash on Delivery itself is withdrawn for that order, because Cash on Delivery collects nothing at checkout and so cannot take a deposit.
Or skip the deposit entirely and simply hide COD when a rule matches, so the customer pays the full amount up front.
Rules you can combine, all checked locally:

Cart total is above a threshold you set
Shipping country is different from billing country
Guest checkout with no previous completed order on the store
Customer has a previous order that was cancelled or failed while paying by COD

Works with the classic checkout and the block based checkout.
Compatible with High-Performance Order Storage (HPOS).
Shows the balance still due on delivery on the order screen, in the admin order list, and in the order emails sent to the customer.

Partial COD, and why RTO is the number that matters
What this plugin does is usually called partial COD, or partial cash on delivery: instead of the customer paying the whole order at the door, they pay part of it at checkout and the balance on delivery.
The reason it exists is return to origin, or RTO. A cash on delivery order that nobody accepts comes back to you, and you pay the courier in both directions for a sale that never happened. Commonly reported figures put cash on delivery at around 60 per cent of orders in markets like India, with roughly a quarter of those coming back as RTO, against low single digits for orders that were paid for in advance.
That gap is the whole argument. A customer who has paid nothing has no reason to answer the door. A customer who has already paid part of the order does. You do not need the deposit to be large for this to work, only for it to exist.
This plugin lets you decide which orders are worth asking, rather than charging every customer a deposit and losing the ones who would have paid happily.
How each rule works, and when to switch it on
The four rules are checked with OR: any single match triggers the action you chose. They are deliberately simple, because a rule you cannot predict is a rule you will turn off the first time it surprises a real customer.
Order value is at or above an amount you set. The most expensive parcel to get back is the one worth the most, and a refused high-value order ties up stock as well as shipping. Most stores start here, with the threshold set around the point where a returned parcel stops being an annoyance and starts being a real loss. If you sell one product at one price, this rule is either always on or always off, so use one of the others instead.
Shipping country is different from the billing country. A cheap signal that the two addresses were not typed by the same person. It is not proof of anything, and it has honest explanations, such as gifts and forwarding services. Useful if you ship internationally and see refusals cluster on cross-border orders. Pointless if you only ship domestically, because it will never match.
Guest checkout with no previous completed order. There is nobody to lose face with and no account to lose, and in most stores this is where the majority of refusals at the door come from. This is the broadest of the four, so it is the one most likely to ask a genuine first-time customer for a deposit. Pair it with a modest percentage rather than a large one.
The customer has cancelled or failed a Cash on Delivery order before. Counted from your own order history, against the billing email, and only from orders that were paid by Cash on Delivery. A cancelled card order costs you nothing and is not counted. You set how many previous failures are enough. This is the most precise of the four and the least likely to catch someone unfairly, but it only works on customers who have ordered before.
How the deposit is worked out
You set either a percentage of the order or a flat amount, and optionally a floor so that a small order still carries a deposit worth collecting. The deposit is never larger than the order itself.
The deposit and the balance are both gross figures, because that is what the customer and the delivery driver deal in. Internally the reduction handed to WooCommerce is worked out as the same proportion of the net amount, which is what keeps the final total correct whether your store runs tax-exclusive pricing, tax-inclusive pricing, or no tax at all.
One point that surprises people: when a rule matches, Cash on Delivery is withdrawn for that order in both modes, not only in hide mode. This is not a limitation, it is the only honest reading of the feature. Cash on Delivery collects nothing at checkout, so leaving it available while reducing the total to the deposit would simply record a 100 order as a 20 order and collect nothing at all. The customer pays the deposit with a real payment method, and the balance is collected at the door exactly as before.
What the customer sees
The checkout total drops to the deposit, with a line showing the balance that is still due on delivery, worded however you like. The same line appears on the order confirmation page and in the order emails, so the amount the courier will ask for is never a surprise. If you chose to hide Cash on Delivery instead, the customer sees a short message explaining that it is not available for this order, which you can also reword.
On your side, the balance appears on the order screen, in a column on the orders list so a matching order is obvious without opening it, and in the admin order emails.
Who this is for
Stores in markets where Cash on Delivery is a large share of orders rather than a rarity, which is most of Central and Eastern Europe, Southern Europe, the Middle East, North Africa, South Asia and South East Asia. If refused deliveries, or what carriers call return to origin, is a line item you actually feel, this plugin exists to shrink it.
If Cash on Delivery is only a small percentage of your orders and refusals are rare, you probably do not need this. It is not worth adding friction to a checkout that is working.
The one manual step, and how the plugin helps
The plugin reduces the checkout to the deposit, so WooCommerce records the order as being worth the deposit. That matters when you create the shipping label: if the label is generated from the order total, the courier is told to collect the deposit again instead of the balance, and your customer pays twice.
The plugin does not talk to any courier, and it deliberately does not try to. Cash on delivery markets run on dozens of carriers and no single integration would cover them. Instead it puts the balance everywhere a human will see it before the parcel leaves: on the order screen, in a column on the orders list, in the order emails, and, if you use WooCommerce PDF Invoices & Packing Slips, in a bordered box at the top of the packing slip and invoice that states the amount to collect and warns against collecting the full total.
If you create labels in bulk instead, the balance and the deposit are available as columns in Advanced Order Export For WooCommerce, so the right figure reaches whatever you upload to your courier.
Whatever you use to create labels, take the number from there.
What this plugin does not do
It does not score customers against any external blocklist, database or reputation service, because it makes no external requests at all. It does not verify phone numbers or addresses. It does not cancel or hold orders automatically after the fact. It does not replace a payment gateway, and it cannot take the deposit itself: a real gateway does that. It does not work on stores where Cash on Delivery is the only payment method enabled, because withdrawing Cash on Delivery there would leave the customer with nothing to pay with, and the plugin warns you about this on its settings screen.
None of this is a fraud guarantee. It reduces your exposure by moving part of the payment up front on the orders most likely to be refused. Customers can still refuse a COD order after paying a deposit, though it happens far less often once money has changed hands.
Stackedboost COD Deposit Rules Pro
Free treats every matching order the same: one flat deposit for everyone. Pro sizes the deposit per customer, from what that customer has already done in your store.

A customer who has completed orders with you and never refused a delivery can pay no deposit at all.
A customer who has refused deliveries before pays more up front, or loses cash on delivery for that order.
Every order shows you the record the decision was made on.

The record is read from the orders already in your database, so it works from the day you activate it. Nothing about your customers or your orders leaves your server.
Pro is $79 a year for one site. The free version does not need Pro to be useful.
External services
The free plugin makes no external requests at all. Every rule is checked against your own store data.
If you buy Pro, the plugin contacts the Stackedboost licence service at https://email-risk-guard-production.up.railway.app to check your licence. This happens only when you click Activate on the settings screen, and it sends only two things: the licence key you pasted, and your site address, so the licence can be tied to this site.
No customer data, order data or email address is ever sent. Checkout is handled by Polar (Polar Software, Inc.), which acts as merchant of record and issues the licence key.
Stackedboost terms: https://stackedboost.com/terms/ and privacy: https://stackedboost.com/privacy/
Polar terms: https://polar.sh/legal/terms and privacy: https://polar.sh/legal/privacy

延伸相關外掛

文章
Filter
Mastodon