
marcinsipak(@marcinsipak)
2 Posts
Customers
Quote from marcinsipak on July 14, 2023, 02:25
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,
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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 14, 2023, 10:54
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
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

marcinsipak(@marcinsipak)
2 PostsTopic Author
Customers
Quote from marcinsipak on July 14, 2023, 12:15
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 14, 2023, 12:48
OK! I added the plugin to the adaptation queue
I will write to you as soon as I get the result
OK! I added the plugin to the adaptation queue
I will write to you as soon as I get the result

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on July 27, 2023, 17:35
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);
}
My test - https://share.pluginus.net/image/i20230727183535.png
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);
}