Website Building » WooCommerce » How Do I Remove the Currency Symbol in WooCommerce?

How Do I Remove the Currency Symbol in WooCommerce?

Last updated on January 19, 2023 @ 12:07 pm

If you want to remove the currency symbol in WooCommerce, there are a few different ways you can do it. One way is to go to WooCommerce > Settings > General, and then scroll down to the Currency Options section. Here, you can uncheck the box next to “Currency Symbol.”

Another way to remove the currency symbol is by editing your theme’s functions.php file. You can add the following code snippet to your functions.php file:

PRO TIP: This article is about how to remove the currency symbol in WooCommerce. It is not about how to change the currency symbol. If you want to change the currency symbol, you need to go to WooCommerce > Settings > General > Currency Options.
add_filter( 'woocommerce_currency_symbol', 'remove_currency_symbol' );
function remove_currency_symbol( $currency_symbol ) {
  $currency_symbol = '';
  return $currency_symbol;
}

You can also use a plugin like WooCommerce Currency Switcher, which will let you choose which currency symbols to display on your site.

Conclusion:

So, there are a few different ways that you can remove the currency symbol in WooCommerce. You can either go into your settings and uncheck the box next to “Currency Symbol,” or you can edit your theme’s functions.php file and add a code snippet. Alternatively, you can use a plugin like WooCommerce Currency Switcher.

Morgan Bash

Morgan Bash

Technology enthusiast and Co-Founder of Women Coders SF.