Skip Navigation

Open

Reported for: WooCommerce Multilingual & Multicurrency 5.3.6

Topic Tags: Bug, WCML

Overview of the issue

When utilizing the wcml_price_currency filter, you will encounter that it returns NULL when trying to display prices in the site’s default currency.

Workaround

Please, make sure of having a full site backup of your site before proceeding.

  • Instead of using:
    apply_filters('wcml_price_currency', NULL );
    
  • Use:
    apply_filters('wcml_price_currency', get_woocommerce_currency() );
    

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>