Add to functions.php so all products that have the same price will show. Otherwise, prices won't show. add_filter('woocommerce_show_variation_price', function() { return TRUE;});