• fidox89

    (@fidox89)


    Hello, great plugin! Thank you!.

    I have the Geo IP configured to show the approximate amount.

    However, I would like to know if it is possible for the initial currency to always be displayed, even if the geo IP is configured.

    Can you help me?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello

    Do you mean that the user cannot switch the currency?

    In this case you can add in functions.php this code:

    add_filter('wp_head',function(){    
    if(class_exists("WOOCS")){
    global $WOOCS;
    $WOOCS->reset_currency();
    }
    });
    Thread Starter fidox89

    (@fidox89)

    Thanks for the response!

    No, the user can change the currency.

    The problem is the following.

    I have USD as my main currency.

    If I activate the GEO IP, the user will see the initial currency of their country and not USD when opening the website.

    I want to know if it is possible that even though GEO IP is activated, the user will still see USD when opening the website instead of the currency of their country.

    Is that possible?

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Unfortunately no, in this case you will need to customize the plugin code

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.