Title: RD Order Modifier for WooCommerce
Author: camper2020
Published: <strong>29 Ottobre 2022</strong>
Last modified: 23 Maggio 2026

---

Ricerca i plugin

![](https://ps.w.org/rd-wc-order-modifier/assets/icon-256x256.png?rev=3030659)

# RD Order Modifier for WooCommerce

 Di [camper2020](https://profiles.wordpress.org/camper2020/)

[Scarica](https://downloads.wordpress.org/plugin/rd-wc-order-modifier.1.1.6.zip)

 * [Dettagli](https://it.wordpress.org/plugins/rd-wc-order-modifier/#description)
 * [Recensioni](https://it.wordpress.org/plugins/rd-wc-order-modifier/#reviews)
 * [Sviluppo](https://it.wordpress.org/plugins/rd-wc-order-modifier/#developers)

 [Supporto](https://wordpress.org/support/plugin/rd-wc-order-modifier/)

## Descrizione

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](https://www.robotdwarf.com/woocommerce-plugins/admin-order-modifier/)

### 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](https://www.robotdwarf.com/privacy-policy#free-plugin-users)

### 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).

## Screenshot

 * [[
 * New column created in the order item list for tax inclusive pricing.
 * [[
 * Input box for changing inc tax pricing.

## FAQ

### 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).

## Recensioni

![](https://secure.gravatar.com/avatar/973cdba350aa692d5a7c2a8b24899846f3f4a0aa013263016d5c4d0cb80d3800?
s=60&d=retro&r=g)

### 󠀁[exactly what I was looking for – brilliant](https://wordpress.org/support/topic/exactly-what-i-was-looking-for-brilliant/)󠁿

 [richardwtoo](https://profiles.wordpress.org/richardwtoo/) 1 Maggio 2025 1 risposta

this should really be a core woocommerce feature. Took me a long time to find this
plugin. I tried creating my own snippet with AI – that didnt work… this shows the
total value per product in the admin area order screen. Its unreal how difficult
this was to try to find. thank you so much. 🙂

![](https://secure.gravatar.com/avatar/2e839bbc63cce1b04c0aa6ccc3bd4b7e645635d05fb4b953574664cc7c2817fe?
s=60&d=retro&r=g)

### 󠀁[This is great!](https://wordpress.org/support/topic/this-is-great-135/)󠁿

 [rridder](https://profiles.wordpress.org/rridder/) 24 Aprile 2024 1 risposta

Happy to see a plugin developed for this issue. Instant 5 stars. Should have been
in woocommerce core.

![](https://secure.gravatar.com/avatar/6472ef3fb4609428f3843abd3857ca341a8572946f768ee2b4cd899c38f28f9c?
s=60&d=retro&r=g)

### 󠀁[Fantastic Support Crew!](https://wordpress.org/support/topic/fantastic-support-crew/)󠁿

 [singhmc](https://profiles.wordpress.org/singhmc/) 9 Aprile 2024 1 risposta

Initially, we opted for the free version, but quickly found ourselves upgrading 
to the pro version to take advantage of the extra features. Along the way, we encountered
a few hiccups. We reached out to the support team, who were incredibly responsive
and guided us to a solution. They even tweaked some of the plugin versions for us,
showing their commitment to continuously improving the plugin and making it even
better. That’s a crucial aspect of working with software products. All in all, this
plugin delivers exactly what it promises, and should you face any challenges, the
plugin team is exceptionally supportive and eager to assist you.

![](https://secure.gravatar.com/avatar/544ac39a37703e4339abd0f0cad2934a0e83033dcdb631f036de3fb28c696c52?
s=60&d=retro&r=g)

### 󠀁[This is essential!](https://wordpress.org/support/topic/this-is-essential-3/)󠁿

 [cozardo90](https://profiles.wordpress.org/cozardo90/) 8 Ottobre 2023 1 risposta

Hello! Thank you so much for developing this plugin! The lack of this function in
the WC core is a major flaw.

![](https://secure.gravatar.com/avatar/6ba9a23375774bb98a2bb11dd60ec1d97141938055181cd2ecab70a9abe2d7ab?
s=60&d=retro&r=g)

### 󠀁[Useful plugin and nice support team !](https://wordpress.org/support/topic/useful-plugin-and-nice-support-team/)󠁿

 [CPCI-Solutions](https://profiles.wordpress.org/corentinco/) 14 Agosto 2023 1 risposta

Good plugin that solved some problems I had when I wanted to modify “on hold” orders
product price with VAT included.Before using this plugin, I was using code snippets
in order to do that, but that was creating php errors with refunded orders.The plugin
offers also several other features, which is good !Thanks to the team that created
this plugin and for the answer to support questions and improvement suggestions 
I asked. PS: I will probably buy the premium version soon on woocommerce for more
features and to thank you for your work.

![](https://secure.gravatar.com/avatar/a73e103f0ab8e0dd9b4bf207af3dc9319ca7a54a2d926c0c7e4191cf39271f79?
s=60&d=retro&r=g)

### 󠀁[Very much needed plugin](https://wordpress.org/support/topic/very-much-needed-plugin/)󠁿

 [veganskevitaminer](https://profiles.wordpress.org/veganskevitaminer/) 26 Marzo
2023 1 risposta

OMG thank you soo much. This has solved a lot of hassle when editing orders manually
with prices including tax on. You have saved me HOURS of time!

 [ Leggi tutte le recensioni di 6 ](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/)

## Contributi e sviluppo

“RD Order Modifier for WooCommerce” è un software open source. Le persone che hanno
contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ camper2020 ](https://profiles.wordpress.org/camper2020/)

“RD Order Modifier for WooCommerce” è stato tradotto in 1 lingua. Grazie a [chi traduce](https://translate.wordpress.org/projects/wp-plugins/rd-wc-order-modifier/contributors)
per il contributo.

[Traduci “RD Order Modifier for WooCommerce” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/rd-wc-order-modifier)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/rd-wc-order-modifier/)
segui il [repository SVN](https://plugins.svn.wordpress.org/rd-wc-order-modifier/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/rd-wc-order-modifier/)
tramite [RSS](https://plugins.trac.wordpress.org/log/rd-wc-order-modifier/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1.6

Release Date – 23 May 2026
 _Compatibility update_

#### 1.1.5

Release Date – 01 March 2026
 _Removed API calls / Our Products page_ _Added feedback
option and info page_ _Compatibility update_

#### 1.1.4

Release Date – 23 December 2025
 *Compatibility update *Add rdwcom_enable_includes_tax_edit
filter hook to override per line item whether to apply tax modifier

#### 1.1.3

Release Date – 13 September 2025
 *Compatibility update

#### 1.1.2

Release Date – 31 January 2025
 *Compatibility update *Fix issues in our products
display

#### 1.1.1

Release Date – 06 September 2024
 *Remove newsletter signup *Security fixes *Compatibility
update

#### 1.1.0

Release Date – 06 April 2024
 *Rework products page *Add external service notice
to readme *Remove variables from translations *Updated woo.com links to woocommerce.
com *Compatibility update

#### 1.0.15

Release Date – 02 February 2024
 *Fix some JS spacing *Compatibility update

#### 1.0.14

_Release Date – 05 January 2024_
 *Fixed bug where deactivating WooCommerce would
trigger an error *Added “Premium Plugins” page *Updated premium version URLs *Fixed
missing version in readme *Updated compatibility

## Meta

 *  Versione **1.1.6**
 *  Ultimo aggiornamento **2 settimane fa**
 *  Installazioni attive **300+**
 *  Versione WordPress ** 5.0 o superiore **
 *  Testato fino alla versione **7.0**
 *  Versione PHP ** 7.2 o superiore **
 *  Lingue
 * [Chinese (China)](https://cn.wordpress.org/plugins/rd-wc-order-modifier/) e [English (US)](https://wordpress.org/plugins/rd-wc-order-modifier/).
 *  [Traduci nella tua lingua](https://translate.wordpress.org/projects/wp-plugins/rd-wc-order-modifier)
 * Tag
 * [order editing](https://it.wordpress.org/plugins/tags/order-editing/)[orders](https://it.wordpress.org/plugins/tags/orders/)
   [tax](https://it.wordpress.org/plugins/tags/tax/)[vat](https://it.wordpress.org/plugins/tags/vat/)
   [woocommerce](https://it.wordpress.org/plugins/tags/woocommerce/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/rd-wc-order-modifier/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  6 recensioni a 5-stelle     ](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/rd-wc-order-modifier/reviews/)

## Collaboratori

 *   [ camper2020 ](https://profiles.wordpress.org/camper2020/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/rd-wc-order-modifier/)

## Donazioni

Vuoi sostenere le versioni future?

 [ Fai una donazione per lo sviluppo ](https://www.paypal.com/donate/?hosted_button_id=KAFSMYT5QQH76)