Had the same issue (with minimal price display), so in case someone needs this:
<?php echo get_woocommerce_currency_symbol( ” ), apply_filters(‘raw_woocommerce_price’, ’38’); ?>
where 38 is your free shipping cutoff
Seems to work for me, but some fine-tuning may be required of course