FOX - WooCommerce Currency Switcher Professional

Alukas – Modern Jewelry Store WordPress Theme

Theme link: https://themeforest.net/item/alukas-modern-jewelry-store-wordpress-theme/45256351

  • change code in file  wp-content\themes\alukas\inc\integrations\woocommerce\wc-core-functions.php

    if ($product->is_type('variable')) {
        $display_price = $product->get_variation_price('min');
    }
    
    $current_display_price = wc_get_price_to_display($product);
    if ($product->is_type('variable')) {
        $current_display_price = $product->get_variation_price('min');
    }
    

  • And do also: