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

The currency you selected is different from the currency displayed on the website.

🎄 Holiday Notice - Support Vacation 🎄

ATTENTION: From December 28, 2025 to January 6, 2026 our support team will be on vacation.

Important information:

  • No ticket responses from December 28 to January 6
  • Support will resume on January 7, 2026
  • 📝 You can still submit tickets during vacation - they will be queued and answered starting January 7
  • ⚠️ Urgent technical issues: Please check our documentation and codex first

🎅 Season's Greetings! 🎅

We want to thank all our amazing customers for your trust and support throughout 2025!
Merry Christmas and Happy New Year to you and your families! 🎉

We wish you:

  • 🚀 Successful online stores
  • 💰 Growing sales
  • 😊 Happy customers
  • 🎯 Achieved goals in 2026

Thank you for being with us! We appreciate every one of you and look forward to continuing our work together in the new year.

Rest, recharge, and see you in 2026!

Best regards,
PluginUs.Net Team

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.

https://ibb.co/1t7TCK0x

In the screenshot, you can see that the selected currency is different from the currency actually displayed on the website. Why does this happen? I'm using Redis as currency storage.

We also encountered a previous issue where customers submitted orders in Euros, but for some reason, the WooCommerce order showed USD, while the email notification used Euros. In other words, there was a problem with the currency unit when submitting the order.

https://ibb.co/yBQP4h9z

Provide purchase code:

https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png

Cache: in tab options enable"I am using cache plugin on my site"

Order: 100% conflict with anoter plugin, create test subdomain for site maxjerseys co diable there all plugins exept woo+FOX - and try to make orders, then one by one enable that plugin related to orders

I don't think the problem is due to plugin conflicts, because this issue occurs sporadically and not every time.

I have already entered the purchase code.

Another issue is that when I use GEO IP, the currency amount is also displayed incorrectly. After switching currencies based on the customer's location, the currency unit in the Woodmart shopping cart icon does not change and still retains the currency unit displayed initially.

https://ibb.co/SX2vRzRp

Hello

Just looked the site, it uses w3 total cache, so to let prices can be redrawn in the cached page ajax should be used, you need to enable in the plugin settings -> tab Options ->"I am using cache plugin on my site" and reset all kinds of cache on your site

What about geo ip read please: https://currency-switcher.com/using-geolocation-causes-problems-doesnt-seem-to-work-for-me

 

I enabled the settings you mentioned before recording the video, but they didn't actually work.

Your solution will not solve the problem; the currency unit of Woodmart's Cart component will not change.

Hello

I can suggest you next:

  • using duplicator create clone of the site https://wordpress.org/plugins/duplicator/
  • in the secret area share wp-admin + ftp to there
  • I will TRY (its incompatibility with another script, not my one) to see how that can be resolved (Woodmart's Cart component) without warranty, but maybe some additonal hooks will do the job

 

I have already sent the content you requested to the Private area. We have also discovered a bug in your plugin's function of changing the order currency. When we change the currency unit of an order, we find that the currency symbol changes, but the amount does not. This is a very serious problem, causing the order to fail to display the price correctly. Please fix this issue as soon as possible.

Hello

FTP works fine, so I added next script:

add_action('wp_footer', function() {
    ?>
    <script>
    jQuery(document).ready(function($) {
        $(document).on('woocs_redraw_cart', function() {
            $(document.body).trigger('wc_fragment_refresh');
            $(document.body).trigger('wc_fragments_refreshed');
            
            // Force AJAX refresh
            $.ajax({
                url: wc_cart_fragments_params.wc_ajax_url.toString().replace('%%endpoint%%', 'get_refreshed_fragments'),
                type: 'POST',
                success: function(data) {
                    if (data && data.fragments) {
                        $.each(data.fragments, function(key, value) {
                            $(key).replaceWith(value);
                        });
                    }
                }
            });
        });
    });
    </script>
    <?php
}, 999);

 

And now mini-cart works

What about orders, its conflict or something, I could not enter wp-admin access on you stage site (login/password wrong), but I did video, on our side its works fine, somewhere something make recount wrong, I need to enter site to disable all plugins and make test, you can do the same to find the conflcit

Video is in the private area

 

Didn't you see the video I sent you? The video shows the order amount remains the same, only the currency unit has changed.

That is, the order currency changed from Euros to US Dollars, but our Euro to US Dollar exchange rate is set to 1:1.2. The order amount remains the same, only the currency unit changed, indicating that your plugin is not correctly converting the currency unit exchange rate.

Regarding the video you uploaded, I have seen it. I would like to confirm whether this code needs to be added to all websites that have your plugin installed from now on, or whether your plugin will be updated to fix this issue in the future? If so, I won't need to add this code to the Function file anymore.

https://ibb.co/NdVqnQHf

Your code didn't work on another website, and I don't know why.

https://drive.google.com/file/d/1Ah8COjXxT9IfPiUTSoMCf1agDku1KL68/view?usp=sharing

I recorded a video where you can see that the currency unit in the Mini shopping cart on the homepage hasn't changed at all. The website has page caching enabled.

Hello

Request please refund, there is a lot of conflicts on your site and its need developer time to make it work