Title: Omnibus — show the lowest price
Author: Marcin Pietrzak
Published: <strong>29.12.2022</strong>
Last modified: 21.07.2025

---

ჩადგმების ძებნა

![](https://ps.w.org/omnibus/assets/banner-772x250.jpg?rev=2840819)

![](https://ps.w.org/omnibus/assets/icon.svg?rev=2840819)

# Omnibus — show the lowest price

 ავტორი: [Marcin Pietrzak](https://profiles.wordpress.org/iworks/)

[ჩამოტვირთვა](https://downloads.wordpress.org/plugin/omnibus.3.0.4.zip)

 * [დეტალები](https://ka.wordpress.org/plugins/omnibus/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/omnibus/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/omnibus/#installation)
 * [დეველოპმენტი](https://ka.wordpress.org/plugins/omnibus/#developers)

 [მხარდაჭერა](https://wordpress.org/support/plugin/omnibus/)

## აღწერა

This plugin allows your site to be compliant with the Directive of the European 
Parliament and of the Council (EU) 2019/2161 of November 27, 2019, known as the “
Omnibus Directive.”

This plugin:

 * Saves the current price and keeps it.
 * Adds two additional fields in the product or course edit view: the lowest price
   and the effective date.
 * Display information on the item (product, course, etc).

Omnibus plugin support plugins:

 * **[WooCommerce](https://wordpress.org/plugins/woocommerce/)**
 * [Easy Digital Downloads](https://wordpress.org/plugins/easy-digital-downloads/)
 * [LearnPress](https://wordpress.org/plugins/learnpress/)
 * [Tutor LMS](https://wordpress.org/plugins/tutor/) with WooCommerce
 * [YITH WooCommerce Product Bundles](https://wordpress.org/plugins/yith-woocommerce-product-bundles/)
 * [Debug Bar](https://wordpress.org/plugins/debug-bar/)

#### Directive (EU) 2019/2161 of the European Parliament

> Article 6a
>  1. Any announcement of a price reduction shall indicate the prior 
> price applied by the trader for a determined period of time prior to the application
> of the price reduction. 2. The prior price means the lowest price applied by the
> trader during a period of time not shorter than 30 days prior to the application
> of the price reduction.

Read more: [Directive 2019/2161](https://eur-lex.europa.eu/eli/dir/2019/2161/oj).

#### See room for improvement?

Great! There are several ways you can get involved to help make Omnibus — show the
lowest price better:

 1. **Report Bugs:** If you find a bug, error or other problem, please report it! You
    can do this by [creating a new topic](https://wordpress.org/support/plugin/omnibus/)
    in the plugin forum. Once a developer can verify the bug by reproducing it, they
    will create an official bug report in [GitHub](https://github.com/iworks/omnibus)
    where the bug will be worked on.
 2. **Suggest New Features:** Have an awesome idea? Please share it! Simply [create a new topic](https://wordpress.org/support/plugin/omnibus/)
    in the plugin forum to express your thoughts on why the feature should be included
    and get a discussion going around your idea.
 3. **Issue Pull Requests:** If you’re a developer, the easiest way to get involved
    is to help out on [issues already reported](https://github.com/iworks/omnibus/issues)
    in GitHub. Be sure to check out the [contributing guide](https://github.com/iworks/omnibus/blob/master/contributing.md)
    for developers.

Thank you for wanting to make Omnibus — show the lowest price better for everyone!

## ეკრანული სურათები

 * [[
 * A simple WooCommerce product on the front end.
 * [[
 * A simple WooCommerce product on the admin panel.
 * [[
 * A variable WooCommerce product on the front end.
 * [[
 * A variable WooCommerce product on the front end.
 * [[
 * A variable WooCommerce product on the admin panel.
 * [[
 * A Tutor LMS course on the front end.
 * [[
 * A LearnPress course on the front end.
 * [[
 * A YITH WooCommerce Product Bundle on the front end.
 * [[
 * The WooCommerce configuration.
 * [[
 * [[
 * [[

## ბლოკები

ეს პლაგინი უზრუნველყოფს 1 ბლოკს.

 *   Omnibus

## დაყენება

There are 3 ways to install this plugin:

#### 1. The super-easy way

 1. Navigate to WPA > the Plugins and click the `Add New` button.
 2. Search for `Omnibus — show the lowest price`.
 3. Click to install.
 4. Activate the plugin.
 5. WooCommerce: Check the configuration by going to WPA > WooCommerce > Settings >
    Omnibus.
 6. LearnPress: Check the configuration by going to WPA > LearnPress > Settings > Courses
    > Omnibus Directive Settings.

#### 2. The easy way

 1. Download the plugin (.zip file) on the right column of this page.
 2. Navigate to WPA > the Plugins and click the `Add New` button.
 3. Select the button `Upload Plugin`.
 4. Upload the .zip file you just downloaded.
 5. Activate the plugin.
 6. WooCommerce: Check the configuration by going to WPA > WooCommerce > Settings >
    Omnibus.
 7. LearnPress: Check the configuration by going to WPA > LearnPress > Settings > Courses
    > Omnibus Directive Settings.

#### 3. The old and reliable way (FTP)

 1. Upload the `omnibus` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. WooCommerce: Check the configuration by going to WPA > WooCommerce > Settings >
    Omnibus.
 4. LearnPress: Check the configuration by going to WPA > LearnPress > Settings > Courses
    > Omnibus Directive Settings.

## ხდკ

### How can I display the Omnibus message anywhere?

You can use the `omnibus_price_message` shortcode:

Just edit your product and insert it into the content:

    ```
    [omnibus_price_message]
    ```

If you need the Omnibus message outside of a product, you have to add the `id` param
with the product ID.

    ```
    [omnibus_price_message id="example-id"]
    ```

### How can I use an action to display the Omnibus message anywhere?

Use the `iworks_omnibus_wc_lowest_price_message` action with the product ID or on
a single product page.

For a single product:

    ```
    do_action( 'iworks_omnibus_wc_lowest_price_message' );
    ```

For any WooCommerce product:

    ```
    do_action( 'iworks_omnibus_wc_lowest_price_message', $product_ID );
    ```

### I have a problem with the plugin, or I want to suggest a feature. Where can I do this?

You can do it on [Support Threads](https://wordpress.org/support/plugin/omnibus/#new-topic-0),
but please add your ticket to [Github Issues](https://github.com/iworks/omnibus/issues).

### How can I avoid saving the price log?

When you want to skip saving a price during the insert or update product, you can
use `iworks_omnibus_add_price_log_skip` filter to avoid price logging.

    ```
    <?php
    add_filter( 'iworks_omnibus_add_price_log_skip', '__return_false' );
    ?>
    ```

### How can I get lowest price log data?

You should use `iworks_omnibus_wc_get_lowest_price` filter to get array.

On single product page, without product ID:

    ```
    <?php
    $lowest_price_log = apply_filters( 'iworks_omnibus_wc_get_lowest_price', array() );
    ?>
    ```

Anywhere with the product ID:

    ```
    <?php
    $lowest_price_log = apply_filters( 'iworks_omnibus_wc_get_lowest_price', array(), $product_ID );
    ?>
    ```

### How can I strip HTML from a shortcode message?

Please set the “strip_tags” parameter to “yes”:

    ```
    [omnibus_price_message strip_tags="yes"]
    ```

### How can I use my own template in the shortcode message?

Please add `template` param with needed format:

    ```
    [omnibus_price_message template="This is price: {price}!"]
    ```

### How can I remove all this plugin related data?

To remove all data saved by this plugin, you should use the SQL command.

Warning: This operation can be undone.

Please be sure you have the database backup before you try to use the command below:

    ```
    delete from {$wpdb->postmeta} where meta_key in (
        '_iwo_price_lowest_is_short',
        '_iwo_last_price_drop_timestamp',
        '_iwo_price_last_change',
        '_iwo_price_lowest'
    );
    ```

### What is the minimum WooCommerce version required?

The minimum WooCommerce version required is 5.5.0.

## მიმოხილვები

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

### 󠀁[Great ♥](https://wordpress.org/support/topic/great-%e2%99%a5/)󠁿

 [Vania](https://profiles.wordpress.org/twvania/) 27.06.2025 1 reply

Works with FSE..))

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

### 󠀁[działa](https://wordpress.org/support/topic/dziala-10/)󠁿

 [mussonet](https://profiles.wordpress.org/mussonet/) 09.01.2025

działa

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

### 󠀁[Źle wyświetlana cena promocyjna, gdy wcześniej nie było promocji.](https://wordpress.org/support/topic/zle-wyswietlana-cena-promocyjna-gdy-wczesniej-nie-bylo-promocji/)󠁿

 [streamsim](https://profiles.wordpress.org/streamsim/) 04.12.2024

Dlaczego jest tak, że jeżeli produkt nigdy nie był objęty promocją i dodam do niego
promocję, to cena z ostatnich 30 dni wyświetla się ta promocyjna, a nie ta bez promocji?
Czyli jeżeli od samego początku posiadania produktu w sklepie, produkt był za 40
zł i nigdy nie miał ceny promocyjnej. Chce go sprzedaż w promocji za 20 zł, to informacja
omnibus powinna wyświelać “ostatnia najniższa cena to 40zł” a nie tak jak jest u
mnie “ostatnia cena promocyjna to 20zł”

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

### 󠀁[Nie działa – proszę o pomoc](https://wordpress.org/support/topic/nie-dziala-prosze-o-pomoc/)󠁿

 [szobak](https://profiles.wordpress.org/szobak/) 26.11.2024

Cześć, nie mogę zaktualizować wtyczki, pokazuje że mam starą wersję PHP, a mam wersję
8.2 Dodatkowo wtyczka pokazuje mi zawsze obecną najniższą cenę, zamiast takiej sprzed
30 dni.

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

### 󠀁[Not working – Always using the lowest price](https://wordpress.org/support/topic/not-working-always-using-the-lowest-price/)󠁿

 [wordagama](https://profiles.wordpress.org/wordagama/) 17.11.2024

Giving this one star, as in the current form the plugin just takes whatever was 
the lowest price in the last 30 days. So even if you do a sale/discount it will 
show you the same price as the current sale/discount price. As the core of the whole
plugin is not working I can’t give it anything else than 1 star. Don’t install and
wait for a fix.

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

### 󠀁[swietna wtyczka!](https://wordpress.org/support/topic/swietna-wtyczka-30/)󠁿

 [aniapiwo](https://profiles.wordpress.org/aniapiwo/) 22.10.2024

dziala bardzo dobrze :]

 [ 49 რევიუს წაკითხვა ](https://wordpress.org/support/plugin/omnibus/reviews/)

## მონაწილეები & დეველოპერები

“Omnibus — show the lowest price” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა
წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

 *   [ Marcin Pietrzak ](https://profiles.wordpress.org/iworks/)

“Omnibus — show the lowest price” ითარგმნა 3 ენაზე. გმადლობთ [თარჯიმნებო](https://translate.wordpress.org/projects/wp-plugins/omnibus/contributors)
თქვენი წვლილისათვის.

[გადათარგმნეთ Omnibus — show the lowest price თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/omnibus)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/omnibus/), შეამოწმეთ
[SVN რეპო](https://plugins.svn.wordpress.org/omnibus/), ან გამოიწერეთ [შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/omnibus/):
[RSS](https://plugins.trac.wordpress.org/log/omnibus/?limit=100&mode=stop_on_copy&format=rss).

## ცვლილებები

Project maintained on github at [iworks/omnibus](https://github.com/iworks/omnibus).

#### 3.0.4 (2025-07-21)

 * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated
   to 2.3.1.

#### 3.0.2 (2024-03-14)

 * The general omnibus price for variable products has been fixed. Props for [Bartek Konopka](https://wordpress.org/support/users/bartekkonopka/).
 * The translators strings where been added.
 * The function `date()` has been replaced by the function `gmdate()`.
 * The output sanitization where been added.
 * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated
   to 2.1.9.

#### 3.0.1 (2024-03-12)

 * The zero variant price has been fixed.

#### 3.0.0 (2024-01-19)

 * A new way of logging changes – more efficient, faster, more flexible. Complete
   overhaul of the way changes are saved.
 * A support for promotion schedule has been added.
 * Price history chart has been added to [Debug Bar] panel.
 * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated
   to 2.1.8.

#### 2.5.7 (2024-01-16)

 * An extra check for the product has been added.

#### 2.5.6 (2024-01-16)

 * Issue with price display when tax rates are not defined has been fixed [#24](https://github.com/iworks/omnibus/issues/24).
   Props for [stalica](https://github.com/stalica).
 * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated
   to 2.1.7.

#### 2.5.5 (2024-01-10)

 * In some configurations with taxes, it was an issue to display the previous price
   with or without tax. Props for [Agata Wiatrowska](https://www.facebook.com/agatawiatr).

#### 2.5.4 (2024-01-09)

 * The unexpectedly growing database has been fixed. [#22](https://github.com/iworks/omnibus/issues/22).
   Props for [Karol](https://wordpress.org/support/users/lewshop/).

#### 2.5.3 (2024-01-05)

 * Fixed problem on quick edit screen. [#21](https://github.com/iworks/omnibus/issues/21).
   Props for [Igorjup](https://github.com/Igorjup).
 * Names of integration classes has been changed.

#### 2.5.2 (2024-01-03)

 * Extra admin CSS has been improved.
 * Handling “Short Term Products” has been fixed. Props for [Mychal](https://wordpress.org/support/users/mychal/).
 * The action `iworks_omnibus/wc/save_price_history/action` has been added. It can
   be used to insert a price history change element.
 * The option “I don’t have this type of products” for “Short Term Products” has
   been added.
 * The “Short Term Product” for variants has been added.

#### 2.5.1 (2024-01-02)

 * Checking before price comparison has been added. [#17](https://github.com/iworks/omnibus/issues/17).
   Props for [Niko Vittaniemi](https://wordpress.org/support/users/nikov/).
 * The `data-iwo-product_id` for the price message has been added. [#14](https://github.com/iworks/omnibus/issues/14).
 * The `data-iwo-variation_id` for the price message has been added. [#14](https://github.com/iworks/omnibus/issues/14).
 * The function `check_ajax_referer()` has been added for checking expanded variant
   edits.
 * The function `strip_tags()` has been replaced by the function `wp_strip_all_tags()`.
 * The integration with the [Debug Bar] for variants has been improved.
 * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated
   to 2.1.6.

#### 2.5.0 (2023-11-19)

 * The ability to show the regular price as the last one available before the promotion
   was introduced.
 * The check for function `get_current_screen()` has been added. Props for [mic22info](https://wordpress.org/support/users/mic22info/).
 * The integration with the [Debug Bar] plugin has been added.

#### 2.4.1 (2023-11-09)

 * The critical error on product edit page has been removed.

#### 2.4.0 (2023-11-09)

 * Visibility of very old price has been fixed.
 * Prices changes logging has been added.
 * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated
   to 2.1.3.

#### 2.3.9 (2023-06-22)

 * Proper handling of the `$content` param has been added to the `omnibus_price_message`
   shortcode.
 * The data `date-iwo-diff-in-days` has been added.
 * A warning during editing has been removed. Props for [slkaz](https://wordpress.org/support/users/slkaz/).

#### 2.3.8 (2023-06-14)

 * The product check added in version 2.3.5 has been removed.

#### 2.3.7 (2023-06-13)

 * The issue with missing Omnibus price has been fixed. Props for [Adrian](https://wordpress.org/support/users/cometto/).

#### 2.3.6 (2023-06-13)

 * The unnecessary extra argument from the `get_price()` function has been removed.

#### 2.3.5 (2023-06-12)

 * A full log of price changes has been added.
 * An extra check for WooCommerce integration has been added to avoid critical errors
   when a shortcode is called with the wrong post type. Props for (wapozon11)[https://
   wordpress.org/support/users/wapozon11/].
 * The critical error for old PHP has been fixed. Props for [mlodyno](https://github.com/mlodyno).
   [Issue #2](https://github.com/iworks/omnibus/issues/2).
 * The deprecated `get_product` function has been updated with the `wc_get_product`
   function. Props for [kanlukasz](https://github.com/kanlukasz).
 * The handling of products in the shortcode has been improved.
 * The [iWorks Rate](https://github.com/iworks/iworks-rate) module has been updated
   to 2.1.2.
 * The settings link on the plugins screen has been changed.
 * The user ID has been added to the price log.
 * Unnecessary use of the function `sprintf()` has been fixed. Props for [Aleksander Mirecki](https://geekroom.pl/).

#### 2.3.4 (2023-02-04)

 * Checking for the WooCommerce version has been added. The minimum WooCommerce 
   version required is 5.5.0.

#### 2.3.3 (2023-02-03)

 * The fatal error on the options page has been fixed. Props for [nekodo88](https://wordpress.org/support/users/nekodo88/).

#### 2.3.2 (2023-01-27)

 * The `iworks_omnibus_add_price_log_data` filter has been added to allow for the
   modification of logged data.
 * The `iworks_omnibus_wc_get_lowest_price` filter has been added to allow getting
   the lowest price log entry.
 * The `strip_tags` param has been added to the `omnibus_price_message` to allow
   stripe HTML tags.
 * The `template` param has been added to the `omnibus_price_message` to allow users
   to use their own message template.

#### 2.3.1 (2023-01-25)

 * An issue with the inform message when taxes are enabled has been fixed. Props
   for [Niko Vittaniemi](https://wordpress.org/support/users/nikov/).
 * The `_iwo_price_last_change` custom field has been added.

#### 2.3.0 (2023-01-24)

 * The configuration for WooCommerce has been heavily remodeled.
 * The plugin configuration has been moved from “WooCommerce/Settings/Products/Omnibus
   Directive” to “WooCommerce/Settings/Omnibus.”
 * The `iworks_omnibus_message_template` filter has been added to allow changing
   the message template.
 * The `iworks_omnibus_add_price_log_skip` filter has been added to allow skip logging
   of prices.
 * The short format for the admin products list page has been added.
 * An issue with the shortcode ignoring configuration settings has been fixed. Props
   for [marktylczynski](https://wordpress.org/support/users/marktylczynski/).
 * The integration with the “Tutor LMS” plugin has been improved.

#### 2.2.3 (2023-01-12)

 * To avoid incorrect filter calls without a second parameter, the `woocommerce_duplicate_product_exclude_meta`
   filter function now has a default value for the second parameter.
 * Unquoted attribute values in HTML have been fixed. Props for [Michał](https://wordpress.org/support/users/mkrawczykowski/).

#### 2.2.2 (2023-01-10)

 * When browsing the products, the plugin will try to complete the data; if it is
   missing, it will save the current price with the date of the last modification
   of the product.
 * The filter `orphan_replace` from the [Orphans](https://wordpress.org/plugins/sierotki/)
   plugins has been added to the price message.

#### 2.2.1 (2023-01-10)

 * An issue with ignoring taxes by price is replaced by a placeholder. Props for
   [Agniesz Kalukoszek](https://wordpress.org/support/users/agnieszkalukoszek/).

#### 2.2.0 (2023-01-09)

 * Placeholders: `{price}`, `{timestamp}`, `{days}` and `{when}` has been added 
   to the price message.
 * A few new message display positions have been added.
 * An issue with saving the last price change has been fixed. It was saved only 
   when the sale price was changed, not always when the price was changed. Props
   for [Rafał Bieleniewicz](https://wordpress.org/support/users/bielen2k/).

#### 2.1.6 (2023-01-08)

 * In order to reduce confusion, the default displayed data for a product in the
   admin panel that does not have a previous price saved has been changed.
 * Resolved an issue with retrieving Omnibus price for variant. Props for [Mychal](https://wordpress.org/support/users/mychal/).
 * The ability to toggle the Omnibus message when we do not have enough previous
   data available has been added. By default, it shows the current price.

#### 2.1.5 (2023-01-08)

 * Resolved an issue with retrieving Omnibus price for variants. Props for [Mychal](https://wordpress.org/support/users/mychal/).
 * The ability to toggle the Omnibus message on WooCommerce Cart Page has been added.
   By default is hidden.
 * The settings screen has been slightly improved.

#### 2.1.4 (2023-01-07)

 * Missing check for content has been fixed. Props for [kowaliix](https://wordpress.org/support/users/kowaliix/).
 * Resolved an issue with retrieving Omnibus data for variants. Props for [Mychal](https://wordpress.org/support/users/mychal/).
 * The action `omnibus/loaded` has been added. It is fired at the and of `plugins_loaded`
   action.
 * The “do not show” option has been added for anybody who wants to use the action
   or the shortcode.

#### 2.1.3 (2023-01-05)

 * Fixed issue with getting ID. Props for [shamppi](https://wordpress.org/support/users/shamppi/).

#### 2.1.2 (2023-01-05)

 * Fixed typo.

#### 2.1.1 (2023-01-05)

 * The wrong default for the “Display only for the product on sale” field has been
   fixed. Props for [krzyszt](https://wordpress.org/support/users/krzyszt/).

#### 2.1.0 (2023-01-05)

 * Default values from the LearnPress configuration have been added.
 * Exclude meta keys from WooCommerce product duplication has been added.
 * The LearnPress plugin configuration has been added.
 * The LearnPress plugin configuration has been removed from the WooCommerce configuration.
 * The link to the LearnPress Omnibus configuration has been added to the plugin
   row actions.
 * The link to the WooCommerce Omnibus configuration has been added to the plugin
   row actions.

#### 2.0.2 (2023-01-04)

 * Price-checking so as not to log it if it’s not there has been added.
 * The regular price is saved now when the on-sale price is empty.

#### 2.0.1 (2023-01-04)

 * Resolved a problem with empty prices in history.

#### 2.0.0 (2023-01-04)

 * Adequate implementation of Directive (EU) 2019/2161 – Article 6a.
 * Custom tax-related messages have been removed.
 * Data saving has been restricted to only published items.
 * The `get_sale_price()` function has been used instead of `get_price()`.

#### 1.2.6 (2023-01-03)

 * Renamed the plugin “Omnibus — show the lowest price” instead of “Omnibus — Show
   the lowest price of a product.”
 * The ability to configure custom messages has been added.
 * The options have been reordered.

#### 1.2.5 (2023-01-03)

 * The ability to handle product prices with or without taxes has been added.
 * The ability to toggle the Omnibus message only for products on sale has been 
   added. This is turned off by default.
 * Two tax-related versions of the message have been added.

#### 1.2.4 (2023-01-02)

 * Clarified the meaning of the “Shop Page” setting.
 * The ability to toggle the Omnibus message in any other place has been added. 
   By default is hidden.
 * The `is_main_query()` function check has been added to checking `is_single()`.

#### 1.2.3 (2023-01-02)

 * The ability to toggle the Omnibus message on any loop has been added. By default
   is hidden.
 * The `omnibus_price_message` shortcode has been added.

#### 1.2.2 (2023-01-02)

 * A warning in the related products loop check has been fixed. Props for [pietrzyk25](https://wordpress.org/support/users/pietrzyk25/).
 * If no data is available, displaying the current price as the lowest has been 
   added.

#### 1.2.1 (2023-01-02)

 * Corrected a critical error that occurred while adding a new product. Props for
   [rask44](https://wordpress.org/support/users/rask44/).

#### 1.2.0 (2023-01-02)

 * Added support for the “Easy Digital Downloads” plugin.
 * Renamed the plugin “Omnibus — Show the lowest price of a product” instead of “
   Omnibus.”
 * The `iworks_omnibus_days` filter has been added to the number of days amount.
 * The `iworks_omnibus_integration_woocommerce_price_lowest` filter has been added.
 * The `iworks_omnibus_message` filter has been added to the message.
 * The `iworks_omnibus_show` filter has been added.
 * The `iworks_omnibus_wc_lowest_price_message` action has been added to show the
   Omnibus message by product ID.
 * The ability to toggle the Omnibus message on the taxonomy page has been added.
   By default is hidden.
 * The ability to toggle the Omnibus message when the price was not changed has 
   been added. By default is shown.

#### 1.1.1 (2022-12-31)

 * The ability to toggle the Omnibus message in related products has been added.
   By default is hidden.
 * On the shop page, you can now toggle the Omnibus message. By default is hidden.
 * Fixed a typo in the “Where to display” option.

#### 1.1.0 (2022-12-30)

 * Control over where Omnibus messages appear has been added. By default is after
   the price.
 * Added the ability to toggle the Omnibus message when editing an admin product.
   By default is shown.
 * Added the ability to toggle the Omnibus message on the admin products list. By
   default is shown.
 * The ability to toggle the Omnibus message on a single product has been added.
   By default is shown.
 * The ability to toggle the Omnibus message on variable products has been added.
   By default is shown.
 * The ability to toggle the Omnibus message on the variant has been added. By default
   is shown.
 * Added support for the “YITH WooCommerce Product Bundles” plugin.

#### 1.0.1 (2022-12-29)

 * Support for the “Tutor LMS” plugin has been added.
 * Support for the “LearnPress” plugin has been added.

#### 1.0.0 (2022-12-29)

 * Support for the “WooCommerce” plugin has been added.
 * Init.

## მეტა

 *  Version **3.0.4**
 *  Last updated **9 თვის წინ**
 *  Active installations **10,000+**
 *  WordPress version ** 6.0, ან უფრო მაღალი **
 *  Tested up to **6.8.5**
 *  PHP version ** 8.0, ან უფრო მაღალი **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/omnibus/), [Finnish](https://fi.wordpress.org/plugins/omnibus/),
   [Polish](https://pl.wordpress.org/plugins/omnibus/) და [Swedish](https://sv.wordpress.org/plugins/omnibus/).
 *  [თარგმნეთ თქვენს ენაზე](https://translate.wordpress.org/projects/wp-plugins/omnibus)
 * Tags
 * [e-commerce](https://ka.wordpress.org/plugins/tags/e-commerce/)[omnibus](https://ka.wordpress.org/plugins/tags/omnibus/)
   [price](https://ka.wordpress.org/plugins/tags/price/)[shop](https://ka.wordpress.org/plugins/tags/shop/)
   [woocommerce](https://ka.wordpress.org/plugins/tags/woocommerce/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/omnibus/advanced/)

## რეიტინგები

 4.3 out of 5 stars.

 *  [  37 5-star reviews     ](https://wordpress.org/support/plugin/omnibus/reviews/?filter=5)
 *  [  3 4-star reviews     ](https://wordpress.org/support/plugin/omnibus/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/omnibus/reviews/?filter=3)
 *  [  1 2-star review     ](https://wordpress.org/support/plugin/omnibus/reviews/?filter=2)
 *  [  7 1-star reviews     ](https://wordpress.org/support/plugin/omnibus/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/omnibus/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/omnibus/reviews/)

## მონაწილეები

 *   [ Marcin Pietrzak ](https://profiles.wordpress.org/iworks/)

## მხარდაჭერა

პრობლემა, რომლებიც გადაწყდა ბოლო ორი თვის განმავლობაში:

     გადაწყვეტილია: 0, სულ: 1

 [მხარდაჭერის ფორუმის ნახვა](https://wordpress.org/support/plugin/omnibus/)

## შემოწირულობა

გსურთ ამ ჩადგმის განვითარების მხარდაჭერა?

 [ შეწირეთ თანხა ამ ჩადგმას ](https://ko-fi.com/iworks?utm_source=omnibus&utm_medium=readme-donate)