FOX - Currency Switcher for WooCommerce

Alukas – Thème WordPress de bijouterie moderne

Lien du thème : https://themeforest.net/item/alukas-modern-jewelry-store-wordpress-theme/45256351
  • modifiez le code dans le fichier  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');
    }
    
  • Et faites également :