Change currency symbol to match currency from data feed
If you have set the default currency code in your WooCommerce settings but are displaying some products which use a different currency, here's how to replace the default currency symbol with the currency provided in the original data feed.
- 1
-
Create a custom plugin
If you haven't done so already, create a custom plugin.
- 2
-
Add custom code
Add the following custom code to your custom plugin.
- 3
-
Save
Save your custom plugin file.
Here are some helpful links regarding this topic: