• Resolved mom4i911024

    (@mom4i911024)


    Hey there, on my website i’m now using WooCommerce Multilingual & Multicurrency as a stand alone plugin (which from what I’ve read should be possible) and I have two active currencies: EUR and CHF. The problem is that when I go to WooCommerce->Reports and try to search for orders in CHF currency, my search instead defaults to EUR. If I activate the WPML Multilingual CMS and WPML String Translation plugins, then it works fine and returns results for CHF. My question is whether this functionality is intended to only work with the WPML plugins or is it some sort of bug?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Andrés Cifuentes

    (@andrescifuentesr)

    Hello @mom4i911024

    Could you please reproduce the issue in this Sandbox? We would like to do some tests.

    Thread Starter mom4i911024

    (@mom4i911024)

    Hi @andrescifuentesr
    It’s already happening on the sandbox you’ve linked. Just select Euro from the dropdown in WooCommerce->Reports and then click on “Go”. The results returned and dropdown selection default to US instead of Euro https://imgur.com/a/puv3CQx

    Plugin Support Andrés Cifuentes

    (@andrescifuentesr)

    I see your point now, @mom4i911024.

    Thank you very much for your report, I’ve created an internal ticket for our devs and they will check out this situation.

    I’ll get back to you as soon as I have any feedback.
    I’ll keep you updated.

    Plugin Support Andrés Cifuentes

    (@andrescifuentesr)

    Hello again,

    Could you add the following code into your functions.php theme file?
    Don’t hesitate to make a full backup of your website first.

    add_action( 'admin_enqueue_scripts', function() {
    	wp_register_script( 'wcml-4449-fix', false );
    	wp_enqueue_script( 'wcml-4449-fix' );
    	wp_add_inline_script( 'wcml-4449-fix', 'var icl_ajxloaderimg = "";' );
    } );
    Thread Starter mom4i911024

    (@mom4i911024)

    Hey,
    Seems to work fine now, ty!

    Plugin Support Andrés Cifuentes

    (@andrescifuentesr)

    Thank you for your confirmation. Our devs are already aware of this situation and will include this fix soon.

    Thanks again for reporting it.
    Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Unable to search for a different currency in WooCommerce Reports’ is closed to new replies.