FOX - Currency Switcher for WooCommerce

Etsy System for WooCommerce

Plugin link: https://woocommerce.com/products/etsy-integration-for-woocommerce/
  • In file wp-content\plugins\woocommerce-etsy-integration\admin\etsy\lib\etsyOrders.php add next code:
    if (class_exists('WOOCS')) {
        global $WOOCS;
        $WOOCS->reset_currency();
    }
    
    Etsy System for WooCommerce
  • And on the same file add next code:
    if (class_exists('WOOCS')) {
        global $WOOCS;
        $WOOCS->reset_currency();
    }
    
    Etsy System for WooCommerce
This edit is inside another plugin's file, so a plugin update will undo it. Write the change down, and re-apply it after every update of that plugin — or ask its authors to include the fix on their side, which is the only version that survives. If the change is inside FOX itself, tell us: a fix that has to be re-applied by hand is a bug on our side, not a solution.