B30-150-RX-P15D

BOURDON PRESSURE GAUGES – ALL STAINLESS STEEL – DN150 BOTTOM FILLABLE – 1/2″NPT M (0…10 bar+kPa)

Case Diameter: 150

Connection position: BOTTOM

Modell: BPG30

Scale range: 0...10

Type of connection: 1/2"NPT M

Unit of mesure: 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
        }
    }
?>

What are you looking for?