MSS-80

Motore Idraulico Orbitale con attacchi laterali – versione short

Cilindrata: 80

Potenza Max. [kW]: 9,6

Pressione Max. [bar]: 125

Coppia Max. [daNm]: 99

Velocità Max. [RPM]: 160

Diametro Albero [mm]: DP 12/24 ANS B92.1-76

Tipo di albero: Scanalato

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