Lewebexy Partial COD with Razorpay for WooCommerce
Collect a partial advance payment via Razorpay before confirming a Cash on Delivery order — reduce fake/failed COD orders.
Solid choice
Lewebexy Partial COD with Razor… is a solid plugin choice in 2026, with a few things worth checking first. It runs on 20+ sites and was last updated 3 weeks ago, and scores 62/100 on our health check.
- Actively developed — last update 3 weeks ago
- Small user base (20+ active installs)
- Very few reviews so far
How does it stack up?
Side-by-side on installs, updates, ratings & supportDaily downloads
Download spikes usually follow a new release — each site that auto-updates counts as a download.
Rankings
Where Lewebexy Partial COD with R… stands todayWordPress.org search rankings
Live position in the plugin search, top 100| Keyword | Position |
|---|---|
| cash on delivery | >100 |
| cod | #32 |
| partial payment | #94 |
| razorpay | #23 |
| woocommerce | >100 |
Version adoption
Share of active sites per release.
About Lewebexy Partial COD with Razorpay for…
From the official readme · v1.0.6Description
Lewebexy Partial COD with Razorpay for WooCommerce adds a new payment
method at checkout that replaces plain Cash on Delivery. The customer
pays a small advance online via Razorpay (UPI, cards, netbanking), and
the remaining balance is collected as COD on delivery.
This helps store owners filter out fake or low-intent COD orders, since the
customer has already made a real payment before the order is confirmed.
Key features
- Fixed amount (₹) or percentage-based advance — admin’s choice
- Advance amount automatically capped so it never exceeds the order total
- Works on both the classic (shortcode) checkout and the WooCommerce
Cart & Checkout blocks - Razorpay payment signature verified server-side before any order is
confirmed — never trusts the browser alone - Advance paid / COD balance due clearly shown on the admin order screen,
customer order emails, and the order-received / My Account order view - HPOS (High-Performance Order Storage) compatible
Requirements
- WooCommerce
- A Razorpay account (test or live API keys)
Support
For support or custom requirements, contact Le Webexy Pvt. Ltd. at
https://lewebexy.com/
External services
This plugin requires a Razorpay account and connects to Razorpay
(“Razorpay Software Private Limited”) to process the online advance
payment. This is core functionality — without it, the plugin cannot
collect the advance payment that the plugin exists to collect.
What the service is and what it’s used for: Razorpay is a payment
gateway used to securely collect the advance payment amount from the
customer at checkout (via UPI, card, or netbanking), and to verify that
the payment was genuinely completed before the order is confirmed.
What data is sent, and when:
- When a customer selects this payment method and proceeds to pay the
advance, the plugin loads Razorpay’s checkout script from
https://checkout.razorpay.com/v1/checkout.js to display the secure
payment popup. - The plugin sends the order amount (advance only, not the full order
total) and a receipt reference to Razorpay’s Orders API
(https://api.razorpay.com/v1/orders) to create a payment order,
using the store admin’s own Razorpay API keys (entered in
WooCommerce → Settings → Payments → this gateway’s settings — never
hardcoded in the plugin). - The customer’s name, email, and phone number (already provided at
checkout) are passed to Razorpay’s checkout popup to pre-fill the
payment form, as permitted by Razorpay’s standard Checkout integration. - After payment, Razorpay returns a payment ID and signature, which the
plugin verifies server-side against the store’s own Razorpay secret
key before marking the order’s advance as paid. No card or bank
details are ever handled or stored by this plugin — that happens
entirely within Razorpay’s own hosted checkout.
Razorpay’s terms of service: https://razorpay.com/terms/
Razorpay’s privacy policy: https://razorpay.com/privacy/
This plugin does not track users for analytics or advertising purposes,
and does not send any data to any service other than Razorpay, and only
for orders where this payment method is actually used.
Installation
- Upload the plugin ZIP via Plugins → Add New → Upload Plugin, or extract
into/wp-content/plugins/. - Activate the plugin. (Requires WooCommerce to be installed and active.)
- Go to WooCommerce → Settings → Payments → this gateway’s settings.
- Enable it, choose Advance Type (Fixed / Percentage) and Advance Value.
- Enter your Razorpay Key ID and Key Secret.
- Disable WooCommerce’s default “Cash on delivery” gateway so customers
aren’t shown two similar payment options at checkout.
Frequently asked questions
Does this work with the new WooCommerce block checkout?
Yes. The plugin registers with both the classic shortcode checkout and the Cart & Checkout blocks.
What happens if the customer closes the Razorpay window without paying?
The order stays in “Pending payment” status. The customer can retry payment any time from My Account → Orders → Pay, and the same Razorpay order is reused rather than creating a duplicate.
Can the advance amount exceed the order total?
No. The advance is automatically capped at the order total, so a fixed ₹100 advance on an ₹80 order only charges ₹80.
Is the Razorpay payment verified securely?
Yes. The plugin verifies Razorpay’s HMAC SHA256 payment signature server-side before marking any order as paid. The client-side success callback alone is never trusted.
Does this plugin track users?
No. It does not collect any analytics or tracking data. It only sends the minimum data required to Razorpay to process the advance payment — see “External services” above.
Changelog
Critical fix: 1.0.5 announced dynamic Razorpay checkout.js loading but shipped without the actual JS change, so the "Pay Advance Now" popup still failed to appear on many sites. 1.0.6 fixes this for real. If 1.0.5 didn't fix the popup issue for you, update immediately.
1.0.6
- CRITICAL FIX: the 1.0.5 release announced dynamic Razorpay checkout.js
loading in its changelog, but the actual JS file was never updated to
do it — it still bailed out silently wheneverRazorpaywas undefined,
and no code enqueued checkout.js either. On many live sites this meant
the “Pay Advance Now” button did nothing and no popup appeared, with
no visible error. The trigger script now really injects checkout.js
on demand, waits for a confirmed onload, shows a clear error message
if the script fails to load (network / ad-blocker), and runs correctly
even when DOMContentLoaded has already fired (footer enqueue).
If 1.0.5 didn’t resolve the popup issue for you, please update to
1.0.6.
1.0.5
- CRITICAL FIX (superseded by 1.0.6 — the JS file that should have
carried this change was not shipped in 1.0.5; please install 1.0.6):
on some hosting/theme setups, JS defer/delay/combine optimizations
could cause the payment-trigger script to run before Razorpay’s
checkout.js had finished loading, silently failing (the “Pay Advance
Now” button did nothing, and no popup appeared even though 1.0.3 was
installed).
1.0.3
- CRITICAL FIX: the “Pay Advance Now” button did not respond to clicks
for any user. The payment-trigger script waited for DOMContentLoaded,
but since it loads in the footer (after the DOM is already parsed),
that event had already fired and the click handler never attached.
If you installed 1.0.2 or earlier, please update immediately.
1.0.2
- Fixed missing script version on the Razorpay checkout.js enqueue call.
- Cleaned up uninstall.php: prefixed variable name, documented
phpcs:ignore justifications for the direct/interpolated queries
(table names cannot be parameterized via $wpdb->prepare(), and a
one-time uninstall cleanup has no caching to add).
1.0.1
- Renamed for distinctiveness per WordPress.org review feedback.
- Razorpay checkout.js and the payment-trigger script are now properly
enqueued via wp_enqueue_script()/wp_localize_script() instead of
inline tags. - Added “Requires Plugins: woocommerce” header.
- Documented Razorpay as an external service in this readme.
1.0.0
- Initial release — Fixed/percentage advance via Razorpay, classic +
block checkout support, signature verification, admin/customer order
display, HPOS compatibility.
For developers
Is this your plugin? Show off the numbers.
Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.
Best Lewebexy Partial COD with Raz… alternatives
All cash on delivery plugins →FAQ
Lewebexy Partial COD with Razorpay…: quick answers
Straight answers, pulled from live WordPress.org data.
Live data from WordPress.org · checked Sep 27, 2026
Is Lewebexy Partial COD with Razor… free?
Yes. Lewebexy Partial COD with Razor… is free to download and use from the official WordPress.org plugin directory.
Is Lewebexy Partial COD with Razor… safe to use in 2026?
Lewebexy Partial COD with Razor… is a solid plugin choice in 2026, with a few things worth checking first. It runs on 20+ sites and was last updated 3 weeks ago, and scores 62/100 on our health check.
How many websites use Lewebexy Partial COD with Razor…?
Lewebexy Partial COD with Razor… is active on 20+ WordPress websites and has been downloaded 415 times since it launched in July 2026. It was downloaded 213 times in the last 30 days.
Does Lewebexy Partial COD with Razor… work with WordPress 7.1?
Lewebexy Partial COD with Razor… is officially tested up to WordPress 7.0.6, while the latest release is 7.1.2. It may still work, but try it on a staging site first.
What PHP version does Lewebexy Partial COD with Razor… need?
Lewebexy Partial COD with Razor… requires PHP 7.4 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.
When was Lewebexy Partial COD with Razor… last updated?
The latest version, 1.0.6, was released on September 7, 2026 (3 weeks ago).
Who makes Lewebexy Partial COD with Razor…?
Lewebexy Partial COD with Razor… is developed and maintained by lewebexy.
What are the best alternatives to Lewebexy Partial COD with Razor…?
The most popular alternatives to Lewebexy Partial COD with Razor… are Smart COD for WooCommerce (30K+ installs), Shiprocket (10K+ installs) and PiWeb Disable payment metho… (4K+ installs).
Powered by PageForge
Want thousands of pages that rank like these? Build them in an afternoon.
This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.
- CSV, Google Sheets & API data sources
- AI content, schema & internal links per page
- Works with Elementor, Gutenberg, Yoast & Rank Math
- Free on WordPress.org — no credit card