FOX - Currency Switcher for WooCommerce

YITH WooCommerce Color and Label Variations

Plugin: https://yithemes.com/themes/plugins/yith-woocommerce-color-and-label-variations/
  • In file wp-content\plugins\yith-woocommerce-color-label-variations-premium\includes\class.yith-wccl-frontend.php add next code
    if (class_exists('WOOCS')) {
        global $WOOCS;
        $curr_curr = $WOOCS->current_currency;
        $transient = 'yith_wccl_get_available_variations_' . $curr_curr . '_' . $product_id;
    }
      YITH WooCommerce Color and Label Variations
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.