by Marcin Pietrzak
4.3 (49 reviews)
Omnibus — show the lowest price
The plugin adds price compatibility with the EU Omnibus Directive.
Tested up to WP 6.8.5 (Current: 6.9.4)
v3.0.4
Current Version v3.0.4
Updated 8 months ago
Last Update on 21 Jul, 2025
Refreshed 6 hours ago
Last Refreshed on
Rank
#1,844
—
No change
Active Installs
10K+
-35.6%
KW Avg Position
38
-0.2 better
Downloads
96.3K
+3 today
Support Resolved
0%
—
No change
Rating
86%
Review 4.3 out of 5
4.3
(49 reviews)
Next Milestone 20K
10K+
20K+
358
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 4,464 more installs to reach 20K+
Rank Changes
Current
#1,844
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
4.3
49 reviews
Overall
86%
5
37
(76%)
4
3
(6%)
3
1
(2%)
2
1
(2%)
1
7
(14%)
Tracked Keywords
Showing 5 of 5| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| omnibus | 1 | — | Tag | 2 days ago |
| price | 8 | — | Tag | 2 days ago |
| e-commerce | 15 | — | Tag | 2 days ago |
| shop | 18 | — | Tag | 2 days ago |
| woocommerce | 148 | — | Tag | 2 days ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Support Threads Overview
Resolved
Unresolved
1
Total Threads
0
Resolved
1
Unresolved
0%
Resolution Rate
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 3.0.4
- Last Updated
- Jul 21, 2025
- Requires WP
- 6.0+
- Tested Up To
- 6.8.5
- PHP Version
- 8.0 or higher
- Author
- Marcin Pietrzak
Support & Rating
- Rating
- ★ ★ ★ ★ ☆ 4.3
- Reviews
- 49
- Support Threads
- 1
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowSimilar Plugins
WP Adminify – White Label WordPress, Admin Menu Editor, Login Customizer
7K+ installs
#2,715
Master Addons For Elementor – Widgets, Extensions, Theme Builder, Popup Builder & Template Kits
30K+ installs
#954
InfiniteWP Client
200K+ installs
#253
Google Analytics for WooCommerce
200K+ installs
#282
FiboSearch – Ajax Search for WooCommerce
100K+ installs
#287
Frequently Asked Questions
Common questions about Omnibus — show the lowest price
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:
[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:
For any WooCommerce product:
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, but please add your ticket to Github 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' );
?>
You can do it on Support Threads, but please add your ticket to Github 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' );
?>
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 );
?>
<?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 );
?>
[omnibus_price_message strip_tags="yes"]
[omnibus_price_message template="This is price: {price}!"]
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'
);
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'
);