PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Fox Labs - Omnibus incompatibility

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello,
Need help with integrating omnibus plugin with  Fox Currency. Link to plugin: https://wordpress.org/plugins/omnibus/
Now when I change currency only currency symbol changes, price stays in original currency.

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.” In 2023 all shops in Poland must be compliant with this directive.

Hello

Please describe this incompatibility in more detail.

Drop  me  wp-admin+FTP access to  your  test  site  where is this third-party filter configured - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png

Hello,
I have sent you wp admin and FTP access.

Incompability: When user changes currency only currency symbol is updated but price isn't converted. Omnibus plugin displays"lowest product price from last 30 days: {price}" on product single page, under normal product price there is small text added by shortcode from omnibus plugin.

I attach video showing the issue: https://www.awesomescreenshot.com/video/19127575?key=fd8032175147d227199734d8c47248c6

OK! I added the plugin to the adaptation queue

I will write to you as soon as I get the result

Hello

In  file - \wp-content\plugins\omnibus\includes\iworks\omnibus\class-iworks-omnibus-integration.php - I  added  code - https://share.pluginus.net/image/i20230727183136.png

if (class_exists('WOOCS') AND $price_to_show > 0) {
global $WOOCS;
$price_to_show = $WOOCS->woocs_exchange_value($price_to_show);
}