B30-150-RX-P21B

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

Diametro Cassa: 150

Tipo Attaco: RADIALE

Modello: BPG30

Campo scala: 0…160

Tipo di Connessione: 1/2"NPT M

Unita di Mesura: bar

<?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?