B30-100-RX-P02B

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

Diametro Cassa: 100

Tipo Attaco: RADIALE

Modello: BPG30

Campo scala: -1...0,6

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?