B30-150-RX-P18D

MANOMERTO BOURDON GAUGES TUTTO INOX – DN150 RADIALE A SECCO-1/2″NPT M (0…40 bar+kPa)

Diametro Cassa: 150

Tipo Attaco: RADIALE

Modello: BPG30

Campo scala: 0...40

Tipo di Connessione: 1/2"NPT M

Unita di Mesura: bar+kPa

<?php 
    foreach( wp_get_post_terms( get_the_id(), 'product_cat' ) as $term ){
        if( $term ){
           /* echo $term->name . '<br>'; // product category name */
            if ($term->description)
                echo $term->description . '<br>'; // Product category description
        }
    }
?>

Che cosa sta cercando?