Title: Interfer with plugin
Last modified: August 7, 2018

---

# Interfer with plugin

 *  Resolved [witolas12](https://wordpress.org/support/users/witolas12/)
 * (@witolas12)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/interfer-with-plugin/)
 * Hello im tryin to show not only the symbol currency but USD, EUR etc too, i try
   a code but it doesnt work if this plugin is activated.
    Any tips?
 * add_filter(‘woocommerce_currency_symbol’, ‘change_existing_currency_symbol’, 
   10, 2);
 * function change_existing_currency_symbol( $currency_symbol, $currency ) {
    switch(
   $currency ) { case ‘EUR’: $currency_symbol = ‘Eur ‘; break; case ‘USD’: $currency_symbol
   = ‘Dollars ‘; break; case ‘MXN’: $currency_symbol = ‘Pesos $’; break; } return
   $currency_symbol; }

Viewing 1 replies (of 1 total)

 *  [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * (@pavloborysenko)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/interfer-with-plugin/#post-10570868)
 * Hello
 * Please use functions of this plugin – [https://c2n.me/3VWgfUC.png](https://c2n.me/3VWgfUC.png)
 * Result: [https://c2n.me/3VWgtAS.png](https://c2n.me/3VWgtAS.png)

Viewing 1 replies (of 1 total)

The topic ‘Interfer with plugin’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce-currency-switcher/assets/icon-256x256.png?rev
   =2844633)
 * [FOX - Currency Switcher Professional for WooCommerce](https://wordpress.org/plugins/woocommerce-currency-switcher/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce-currency-switcher/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce-currency-switcher/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce-currency-switcher/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce-currency-switcher/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce-currency-switcher/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [pavloborysenko](https://wordpress.org/support/users/pavloborysenko/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/interfer-with-plugin/#post-10570868)
 * Status: resolved