B30-63-RX-K20M

MANOMERTO BOURDON GAUGES TUTTO INOX – DN63 RADIALE A SECCO-1/4″NPT M (0…100 bar+Mpa)

Diametro Cassa: 63

Tipo Attaco: RADIALE

Modello: BPG30

Campo scala: 0…100

Tipo di Connessione: 1/4"NPT M

Unita di Mesura: bar+Mpa

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