• Resolved santhoshkg13

    (@santhoshkg13)


    My requirement is that in front end the price should be HKD and while checkout it is SGD. I have achieved this, thanks to plugin. But the HKD price has to be fixed. I have given “rate auto-update as no auto update. Still there seems to be a fluctuation of + or – 1 to 3 dollars in front end. Please tell me a way to fix it static.

    https://ww.wp.xz.cn/plugins/woocommerce-currency-switcher/

Viewing 1 replies (of 1 total)
  • Hello

    I have given “rate auto-update as no auto updatehttp://clip2net.com/s/3Bwq5jW This function updates these rates. If the update is not happening try in plugin setting->Options- CURL for aggregators set Yes. If no luck try to change – Currency aggregator
    +
    Read this please – http://currency-switcher.com/currency-recounts-wrong-double-zero-and-others/

    But the HKD price has to be fixed. – If you want, so that clients can not change the currency on all pages except for checkout. In file functions.php of your currency theme paste this code:
    if(!is_checkout()){
    $WOOCS->current_currency=’HKD’;
    $WOOCS->storage->set_val(‘woocs_current_currency’,’HKD’);
    }

    If I not understood you describe me by screens it please

Viewing 1 replies (of 1 total)

The topic ‘Currency rate fluctuation’ is closed to new replies.