Skip to navigation Skip to content
OTGS Knowledge Base
  • Login
  • Home

WooCommerce Multilingual – Change current currency

function geo_client_currency($client_currency){
    $client_currency = 'EUR'; //currency code
    return $client_currency;
}
 
add_filter('wcml_client_currency','geo_client_currency');

 

Tags: currency, woocommerce
OnTheGoSystems - One team, one goal

Report Post

« »

 

Your Name:

Your Email:

Please tell us why do you think this post is inappropriate and shouldn't be there:


Cancel Report