WooBooster Partial COD for WooCommerce

Plugin Banner

WooBooster Partial COD for WooCommerce

by WooBooster

Download
Description

Notice – This plugin does not currently support the WooCommerce Block Checkout. It works only with the Classic WooCommerce Checkout. We plan to add Block Checkout compatibility in the future.

Partial COD for WooCommerce enables you to take a part payment from customers on cash-on-delivery (COD) orders hence giving life to the authenticity of the order. This means only genuine COD orders will be processed and added into your WooCommerce store. You can configure administrators with flexible options – fixed or percentage-based partial payment types, and get detailed overview of all COD orders.

Note

We use our API to fetch and store your website’s domain name when you install the plugin. This helps us track the total number of installations and active plugin usage for analytics purposes. This process will not affect your website’s performance, and your site remains completely secure with this plugin.

**Plugin Features**

  • Partial Cash on Delivery Option.
  • Add Partial COD Amount
  • Set Partial Amount type like Flat or Percent
  • Add Extra COD Fees Option
  • Enable/ Disable Extra COD Fees Option
  • Enable/ Disable Tax Rates onExtra COD Fees
  • Restrict Coupon for Partial COD – Prevents coupon use when Partial COD is selected.
  • Only Use Coupon for Partial COD – Makes coupon valid only for Partial COD orders.

If you want more information about this plugin or another one don’t doubt to visit our website: https://www.woobooster.com/

TECHNICAL SUPPORT

If any problem occurs, please contact us at support@woobooster.com

  1. Upload the directory /wb-partial-cod-for-woocommerce/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Click on edit any page to post page and add your seo meta keywords forpages, post, products
  1. How to enable Partial COD for WooCommerce

    How to enable Partial COD for WooCommerce

  2. Partial COD option on checkout page

    Partial COD option on checkout page

  3. Thankyou page Partial COD Information

    Thankyou page Partial COD Information

  4. Partial COD List in admin panel

    Partial COD List in admin panel

  5. View Order details page information

    View Order details page information

  6. Partial COD Information in order email

    Partial COD Information in order email

  7. Restrict or Only Use For Partial COD

    Restrict or Only Use For Partial COD

Best Partial COD Plugin

By niranjanvevo on August 22, 2025

I’ve been using the Partial COD plugin and it works exactly as promised. Initially, I faced a couple of small issues during setup, but the developer was very quick to respond and provided clear solutions. Their prompt support and willingness to help made the whole experience smooth. Highly recommended!

Great plugin BUT it need a line of code to fix important bug

By Shashank V. (shashank4412) on August 7, 2025

In /my-account > orders > view order > (on order details page, under ORDER SUMMARY Section)
woocommerce shows (includes XYZ Tax) line under Total amount box.
Now the problem is that Total amount is not showing total, instead it is showing Partially Paid value under total.

technically this is happening because you are manually changing/ intervening the value of $order->get_total() under hook 'woocommerce_checkout_order_processed' (there is no function name given as you using lambda.)

current code is:
// Temporarily set total to ₹50
$order->set_total($paid_amount);
$order->save();

you should change it to:
// Temporarily set total to ₹50
// $order->set_total($paid_amount); // STOP THIS
$order->save();

see screenshot of the problem: https://drive.google.com/file/d/1yFp2YfPKh3aYs4yUmGtNYDyE4HB2Bzd9/view?usp=sharing

and THANKS for fixing Cart Page 'total' Bug at fast pace.

Partial COD & Coupon

By tijasenterprises20 on February 13, 2025

I am very glad to write that excellent & very fast service of partial COD has been provided

Needs fixes

By Ram Hegde (kaigalmane) on January 5, 2025

I faced few issues.

  • The sentence "Partial COD Discount" is confusing for a normal user.
  • Payment options should be radio buttons between prepaid options and COD
  • Prepaid COD list has wrong hyperlink for order number

The clean, no nonsense UI is really good 🙂

Excelent

By danizc007 on August 19, 2024

Excelent partyal cod

Excellent Partial COD Plugin

By Codevyne Creatives (codevyne) on July 7, 2024

I recently integrated the Partial COD (Cash on Delivery) Plugin into my e-commerce website, and I must say, it has significantly enhanced our payment flexibility and customer satisfaction.

2.2

  • Fixed print value issue

2.1

  • Fixed Tax calculation issue with extra fees

2.0

  • Add Partial COD Extra Fees option added
  • Enable/Disable Tax Rates on Extra Fees
  • Partial COD Information in Email format updated

1.9

  • fixed issue with partial amount passing for payment

1.8

  • Removed function to save partial paid amount as order total amount

1.7

  • coupon discount issue fixed.

1.6

  • Fixed calculation issue.

1.5

  • “After User feedback” removed double order.
  • “Single order will generate with partial amount” and total amount will show in admin orders list. You will partial paid and remaining amount details on order details page.
  • “Partial Amount will charged” with partial payment selection, customer will pay only partial amount and rest amount you need to collect as COD.

  • “COD with Shipping Partner”: You have to manage Total COD amount manully after auto sync order on “Shiprocket or Delhivery”.

1.4

  • “Shiprocket or Delhivery Partner Issue Fixed: Your delivery partner will now receive the correct COD order details after an order is placed on your store.”
  • “Saperate COD Order:” You will now receive a separate COD order for the remaining order amount, which will be paid using the COD payment method.

  • “Separate Partial Paid Order:” A parent order will be generated with the partial paid amount, and a new sub-order will be created for the remaining COD amount.

1.3

  • “Restrict Coupon Code for Partial COD” – Prevents coupon use when Partial COD is selected.
  • “Only Use Coupon Code for Partial COD” – Makes coupon valid only for Partial COD orders.
  • Removes invalid coupons from the cart automatically.
  • Shows an error message when a coupon doesn’t meet the condition.

1.2

  • Partial COD Discount option Removed
  • Checkout partial cod information display layout changes.
  • Fixed wrong hyperlink for order number
  • Only Partial Amount will charge on place order which is defined by admin backend

1.1

  • Checkout partial cod information display layout changes.
  • Added Partial COD Information on thankyou page order email template.

1.0

  • New Plugin uploaded.
Back to top