Viewing 10 replies - 16 through 25 (of 25 total)
  • Thread Starter saens

    (@saens)

    I’m seeing the same issue in the new cart and checkout blocks (WooCommerce Blocks version 2.7)

    This is on the front-end.

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    @christiangoyippi Is your WooCommerce plugin up to date? Does the issue still occur if you install the standalone WooCommerce Admin extension? Also, please share your system report with me. You can find it by going to WooCommerce > Status > Get system report and then click Copy for support to be able to paste it in your reply.

    Also, can you please visit this page and send me the URL that is provided? https://www.whatsmybrowser.org/

    @drwpcom Yes, the plugin is up to date. Yes, the issue will remain if I install the standalone WC Admin plugin.

    System Report: https://cloud.studio-adhoc.de/index.php/s/3qmqkBYMZfa6YqS

    WhatsMyBowser: https://www.whatsmybrowser.org/b/7RGX3

    AF

    (@armin-fuhrmann)

    Hi there, had the same problem as @christiangoyippi . Fixed this by filtering ‘woocommerce_currency_symbol’ in my theme.

    add_filter('woocommerce_currency_symbol', 'change_currency_symbol', 10, 2);
    
    function change_currency_symbol( $currency_symbol, $currency ) {
         switch( $currency ) {
              case 'EUR': $currency_symbol = ' € '; break;
         }
         return $currency_symbol;
    }

    @armin-fuhrmann Yes, that works for the broken euro sign but not for the displayed question mark instead of an empty space >> https://prnt.sc/sto2p8

    All the best
    Christian

    Same problem.

    WooCommerce-Version: 4.3.0
    WooCommerce REST API-Paket: 1.0.10
    WooCommerce Blocks-Paket: 2.7.1
    Aktionsplaner-Paket: 3.1.6
    WooCommerce Admin-Paket: 1.3.0
    WordPress-Version: 5.4.2

    Plugin Support Damianne P (a11n)

    (@drwpcom)

    I’ve logged this issue here if you’d like to follow along. A difficulty is that so far I have not been able to figure out how to replicate it as the Euro symbol shows correctly on my sites.

    It looks like a provider problem. At one provider it is working, at the other not. I will compare php info.

    Thread Starter saens

    (@saens)

    For sure an hosting environment-related issue.

    I’ve changed hosting (not because of this issue obv) and everything is looking as it should.

    Plugin Support dougaitken

    (@dougaitken)

    Automattic Happiness Engineer

    Hi all,

    Since this is related to a server or hosting environment, we would need more details to troubleshoot the cause of this.

    As mentioned in the linked GitHub Issue, we’ve been unable to reprouce this.

    @saens @hartomic if you’re able to provide details about what is causing this, please do reply here so others who are seeing this can resolve it.

    Due to this being a server-related bug rather than WooCommerce Admin, I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘Euro symbol broken in admin’ is closed to new replies.