8/27/2026

WooCommerce display of the lowest price in the last 30 days (EU directive 6a of 98/6/EC)

WooCommerce display of the lowest price in the last 30 days (EU directive 6a of 98/6/EC)

We have opened the plugin and it is now free, download the latest version here: Download

WordPress WooCommerce plugin for displaying the lowest price in the last 30 days according to the EU directive - Article 6A paragraph 2. INDICATION OF THE ‘PRIOR’ PRICE. (EU directive 6a of 98/6/EC). According to the changes in the Consumer Protection Act, during promotions/sales/reduced prices it is necessary to state the lowest price in the last 30 days for a specific product. The plugin will display the lowest price in the last 30 days as the regular price, and next to that price it will display the currently entered promotional price.

Until now we displayed promotional prices as the regular and reduced price, but under the new directive, also called "OMNIBUS", it is necessary to additionally display the lowest price in the last 30 days (before the start of the sale) and the reduced price.

The plugin has numerous settings and allows a great deal of flexibility in displaying the price. You can find the settings by clicking on WooCommerce > Settings > Omnibus / Lowest price directive
Please note that the newer version of the plugin requires PHP 8.0 or higher! We recommend installing the newer version. Installation is very simple, you download the plugin online and upload it via the Plugins > Add new -> tab, upload the .zip file and install the plugin. The plugin's languages folder also contains a Slovenian translation.

The plugin has been tested and works on simple products and variable products.

Plugin features:
- works on simple and variable products
- works on all WooCommerce subpages
- display in 12 different locations or via shortcode
- easy text change through the interface
- easy installation
- option of installation and testing
- does not slow down the website
- display of price history statistics for administrators (version 4 and higher)
- reset / delete price history on a product (version 4 and higher)
- Slovenian and English translation
- plugin updates included

Installation option! If you choose installation, please send us the access details to your online store at [email protected] - installation and testing will then be carried out within three working days.

Using the shortcode:
* Paste the code: [ omnibus_price_message ] (remove the spaces) within the text or anywhere else on the product page.
* If you want to display it outside the product page you must also use the product ID: [ omnibus_price_message id="product_ID" ] (remove the spaces).
* Display without HTML (stripped): [ omnibus_price_message strip_tags="yes" ] (remove the spaces).

or directly in PHP (developers)

Use the code `legit_omnibus_wc_lowest_price_message`,
* On the product page: do_action( 'legit_omnibus_wc_lowest_price_message' );
* If you want to display it outside the product page you must also use the product ID: do_action( 'legit_omnibus_wc_lowest_price_message', $product_ID );
* version V4 or higher only - Change log via: <?php $lowest_price_log = apply_filters( 'legit_omnibus_wc_get_lowest_price', array() ); ?> or for products with ID <?php $lowest_price_log = apply_filters( 'legit_omnibus_wc_get_lowest_price', array(), $product_ID ); ?>

Version v4 or higher added an option where we do not record the price change history. Implementation is recommended for stores with 200+ products where prices change regularly.
In the theme's functions.php add: add_filter('legit_omnibus_add_price_log_skip', '__return_false');

Example CSS to change the label size to 15px: .legit-omnibus { font-size: 15px; }

We carry out regular updates of the plugin. Last update 18.08.2026 version V4.3 (PHP 8.0 or higher required).
IMPORTANT! When upgrading from V1, V2, V3 to the V4 version, it is necessary to run migrations, which must be successful for the plugin to work. Migrations are run gradually, i.e. from V1 to V3 and then from V3 to V4. If you do not receive a migration request, check in the Tools menu -> Omnibus migration, where you will be able to update in order (once you update the first step, the next migration will be available after refreshing the page).

Interested in this solution?

The solution was available from €19.9 onwards. For the current offer, please contact us.