Вставить в функцию темы:
function hide_all_wc_prices( $price, $product ) {
return '';
}
add_filter( 'woocommerce_get_price_html', 'hide_all_wc_prices');
add_filter( 'woocommerce_get_price_html', 'custom_price_html', 100, 2 );
function custom_price_html( $price, $product ){
$price .= '<span...