• Hello.
    I went through the documentation of the plugin but couldn’t find an answer.
    Is it possible to override setting currency by a filter? For example, Realmagg plugin uses this:

    add_filter(‘wp_head’,’setcurrency’);
    function setcurrency(){
    if somecondition {
    global $WOOCS;
    $WOOCS->set_currency(‘USD’);
    }

    thanks!

  • The topic ‘Filter for changing currency’ is closed to new replies.