MP-400-CB

Motore Orbitale con attacchi laterali – albero dia. 32mm

Cilindrata: 400

Potenza Max. [kW]: 7,8

Pressione Max. [bar]: 115 

Coppia Max. [daNm]: 59

Velocità Max. [RPM]: 189

Diametro Albero [mm]: 32

Tipo di albero: Cilindrico

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