Do it your self hobby code

Woocommerce

Woocommerce: How to change currency symbol programmatically

woocommerce change currency programmatically

Woocommerce change currency programmatically In this tutorial, we will discuss two ways of changing currency symbol by editing the plugins or by code snippet. Either one should work. Editing Woocommerce plugin php file: The file that holds the code is: File: wc-core-functions.php Location: /[your-theme-folder]/wp-content/plugins/woocommerce/includes On line 520, you will see this: In this example, we …

Woocommerce: How to change currency symbol programmatically Read More »