This is an info Alert.
x402 Logo
  • Product
    • Become Agent-Ready
      • Merchants
        Agentic Commerce — list your store across ChatGPT, Gemini, Claude & Perplexity
      • Publishers
        Monetize your content when AI agents read, cite, or train on it
      • SaaS Companies
        Treat AI agents as first-class customers with agent-priced checkout
    • Monetize
      • Monetize MCP Server
        Charge per call on any MCP server in 2 minutes
      • Monetize AI Agents
        Turn n8n, Zapier, Activepieces workflows into revenue
      • Agent Feed
        Pay-per-query access to licensed publisher content for your agents
  • Resources
    • xpay Ecosystem
      • xpay✦ Tools
        1,000+ pay-per-use tools for your AI agents
      • Agent-Ready SaaS Index
        25,481 SaaS scored on agent-buyability
      • SaaS Pricing Database
        Pricing pages indexed across 1,000+ categories
      • Shopify Apps Directory
        Every Shopify app, with its full review history
      • WooCommerce Plugins Directory
        Every WooCommerce plugin, scored on how well it is maintained
      • GitHub
        Open source repositories
    • Agent Building
      • Agent Frameworks
        AI frameworks for building multi-agent systems
      • x402 Integration
        AI frameworks with x402 payment integration
      • Networks
        Blockchain networks supporting x402
    • Company
      • About xpay✦
        Our mission, products, and protocols
      • Blog
        Latest insights and updates
      • Docs
        Complete xpay documentation
  • Pricing
  • Blog
  • Docs
Get Started
  1. xpay✦ Commerce

  2. Directory

  3. WooCommerce plugins

  4. RD Order Modifier for WooCommerce

RD Order Modifier for WooCommerce

Allows editing order items pricing inclusive of tax or VAT and using unit cost instead of items totals.

300+ active installs
5.0
(6 ratings)
Free on WordPress.org
View on WordPress.orgSupport forum
Will this break my store?

What the WordPress.org registry says about keeping RD Order Modifier for WooCommerce running.

WordPress compatibility
Tested to 7.0.2
Tested against the WordPress branch in use today.
Last updated
2 months ago
At least 6.4 releases a year since launch. WordPress.org only lists versions still available for download, so the real number may be higher.
Requires PHP
7.2
Your host must be running at least this version.
Requires WordPress
5.0
Contributors
1
A single maintainer. Worth knowing if the plugin is load-bearing for your store.

300+ active installsWordPress.org reports installs in bands, not exact counts.
Maintenance & trust

Scored on how RD Order Modifier for WooCommerce is looked after — not on how many stores run it.

92

out of 100
Well maintainedSome ratings or support history.

Maintenance
35 / 35
Updated 70 days ago.
WordPress compatibility
20 / 20
Tested to WP 7.0.2 (current).
Support responsiveness
Not enough data
Only 0 support thread(s) — not enough to judge.
Merchant satisfaction
12 / 15
5.0/5 across 6 rating(s).
Listing transparency
7 / 10
Provides: screenshots, description
1 of 5 measures had too little evidence to score. They are left out of the total rather than counted as zero — otherwise a plugin would be marked down for being small rather than for being poorly kept.Measured 2026-08-01 from the WordPress.org plugin registry.
Ratings

5.0

6 ratings
5★6
4★0
3★0
2★0
1★0
Every rating WordPress.org holds for this plugin, not a sample. Written reviews live in the plugin's WordPress.org reviews forum.

The RD Order Modifier for WooCommerce allows for the editing of line item prices in the WooCommerce admin area inclusive of tax or VAT as an alternative to the exclusive of tax editing WooCommerce supports by default. You can also choose to edit the prices per unit or per item total.

Features

  • View line item pricing inclusive of tax or VAT
  • View pricing per unit and/or on item total
  • Edit line item pricing inclusive of tax
  • Edit pricing per unit or on item total
  • Works with discounts
  • Works with refunds
  • Works with base shop tax rates
  • High Performance Order Storage (HPOS) compatible

Premium Version

There is a premium version of this plugin available for purchase from the WooCommerce marketplace. The premium version includes all the features of this FREE version as well as the following extra features:

  • Allows you to add percentage discounts to line items
  • Allows you to change the sort order of order items
  • Support for custom fee and shipping line items in addition to product line items
  • Support for multiple tax rates
  • Support for location based and reduced tax rates
  • Adds a quick link to item product page
  • Adds a warning if order total has increased after item price edit
  • Optionally change the position of the new columns to show after the standard WooCommerce columns instead of before
  • Ability to disable the feature for non-taxable items
  • Adds a product info quick view button where you can quickly view line item details without leaving the order screen
  • Adds “Quick apply” buttons to the input boxes so you can quickly apply the regular or sales price to a line item so you don’t have to check pricing first
  • Moves the “Settings” menu into the WooCommerce -> Tax area so that it seamlessly fits with WooCommerce instead of being a separate menu on the WordPress sidebar
  • Removes RD branding

Get the premium version

External Services

This plugin makes use of an external connection to gather manual user feedback for the purpose of improving this plugin and is only available via the plugin settings pages and this plugin does not send or share any usage data or statistics with our website or any 3rd party services.
For more information, please view our privacy policy

Installation & Usage

Upload the RD Order Modifier for WooCommerce plugin to your WooCommerce shop, activate it, and then create a new WooCommerce order or edit an existing one and adjust the pricing of any line items.
When creating a new order ensure you have added a tax line item to the order already before adding a product line item otherwise the plugin won’t know how to calculate the tax.

Use the Settings page to set how you want the inclusive pricing columns to show and how editing should work (per item or per item total).

How do I edit prices inclusive of tax?

Open the order in WooCommerce admin and use the inclusive-tax column added by this plugin. Change the value and save the order — tax and totals will be recalculated automatically.

Can I edit per-unit prices or per-item totals?

Yes. Use the plugin settings to choose whether edits apply to the unit price or the item total.

What happens if an order has no tax line item?

When creating a new order, add a tax line item before adding products so the plugin can determine tax calculations. For existing orders, ensure a tax line is present before editing inclusive prices.

Will this work with refunds and discounts?

Yes. The plugin supports refunds and discounts and will adjust tax and totals accordingly.

Is this compatible with HPOS (High Performance Order Storage)?

Yes. The plugin is HPOS compatible.

Can I disable inclusive-tax editing for non-taxable items?

Yes. Use the rdwcom_enable_includes_tax_edit filter to control this per line item. If you are not comfortable working with filters or code, the premium version of the plugin allows you to disable this via settings.

How do I use the filter to disable editing for a specific item?

Wrap your logic in a filter. Example:

add_filter( 'rdwcom_enable_includes_tax_edit', function( $enable, $product, $item, $item_id ) {
    if ( isset( $item->get_meta( '_my_flag' ) ) ) {
        return false;
    }
    return $enable;
}, 10, 4 );

Does this support multiple tax rates or location-based taxes?

The free version supports base shop tax rates. For multiple tax rates, reduced rates, or advanced tax handling consider the premium version.

Where can I get the premium version and support?

Premium features and support are available from the plugin page on robotdwarf.com or the WooCommerce marketplace (see the plugin description for links).

Categories
Order managementCurrency & tax
Plugin details
Version1.1.6
Last updated2026-05-23 7:08pm GMT
Added2022-10-29
Requires WordPress5.0
Tested up to7.0.2
Requires PHP7.2

Tags on WordPress.org
order editing
orders
tax
vat
woocommerce
Alternatives
Other plugins in the same categories.
Order On Mobile for WooCommerce
2K+ installs
4.9(66)
PiWeb Cancel order / Refund request for WooCommerce
2K+ installs
4.8(38)
Return Refund and Exchange For WooCommerce
4K+ installs
4.7(123)
Order Tracking – WordPress Status Tracking Plugin
3K+ installs
4.6(73)
Filter Orders by Product for WooCommerce
4K+ installs
4.7(15)
Moloni
2K+ installs
4.8(6)
x402 Logo

The agent-readiness stack for the AI shopping era — helping merchants, publishers and SaaS companies get discovered, cited and transacted with by ChatGPT, Perplexity, Claude, Gemini and the custom shopping agents underneath them.

CompanyAgentically Inc. (d/b/a xpay✦)1875 Mission St, Ste 103San Francisco, CA 94103, United Stateslegal@xpay.sh · privacy@xpay.sh
or ask your AI app
Company
About xpayAgency PartnersGitHubDiscordllms.txt
DevelopersDocumentationAPI ReferenceSDKs & LibrariesQuickstart GuideOpenAPI Spec
Stay Updated
Occasional product updates and agent-readiness playbooks from xpay (Agentically Inc.) — typically a couple of emails a month. Double opt-in: we email you a link to confirm before sending anything, and every email has one-click unsubscribe.
Social
  • For Publishers
    • News
    • Finance
    • Dev / Tech
    • Travel
    • View all verticals
  • Agent Feed
    • AI Search Engines
    • RAG Builders
    • Browser Agents
    • Vertical Research
    • Browse full catalog
  • Agent-Ready Index
    • SaaS Pricing Database
    • Agent-Ready SaaS Index
    • Verified band
    • AI & ML
    • Sales & CRM
  • Products
    • Pricing Widget
    • Monetize MCP Server
    • Paywall
    • Smart Proxy
    • Monetize AI Agents
    • xpay x402 Facilitator
  • Agentic Economy
    • Timeline
    • Resources
    • Manifesto
    • Stack
  • Agentic Commerce
    • Get listed
    • ChatGPT Ads
    • How ChatGPT Ads work
    • ChatGPT Ads · Apparel
    • ChatGPT Ads · Health & Beauty
    • xpay Listings · Amazon + Google
    • Pricing
    • Free audit
    • Shopify
    • WooCommerce
    • Apparel & Accessories
    • Health & Beauty
    • Overview
  • Commerce Index
    • Shopify apps directory
    • Agentic Commerce Ready Index
    • Methodology
    • Pet brands · WooCommerce
    • Pet brands · Shopify
  • Marketplace
    • 🛍️ xpay.deals — agentic storefront for deals
  • Protocols
    • Overview
    • x402
    • MPP
    • UCP
    • ACP
    • AP2
    • TAP
    • A2A
  • Agent Frameworks
    • Overview
    • LangChain
    • CrewAI
    • Claude MCP
    • AutoGPT
    • LangChain vs Mastra
    • LangGraph vs Pydantic AI
  • Company
    • About xpay
    • Blog
    • Docs
    • GitHub
  • Free prompts
    • Ecommerce prompts
    • Email marketing prompts
    • Product description prompts
    • Facebook ad prompts
    • Skincare prompts
    • Supplement prompts
    • Wine prompts
    • Electronics prompts

© 2025 Agentically Inc. All rights reserved.
Privacy PolicyTerms of UseAcceptable Use Policy