MP-50-CB

Motore Orbitale con attacchi laterali – albero dia. 32mm

Cilindrata: 50

Potenza Max. [kW]: 7,2 

Pressione Max. [bar]: 90 

Coppia Max. [daNm]: 57

Velocità Max. [RPM]: 150

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?