MT-725-CRS

Motore Idraulico Orbitale con attacchi laterali – albero “C” – dia.40mm + sensore di velocità

Cilindrata: 725

Potenza Max. [kW]: 40

Pressione Max. [bar]: 240

Coppia Max. [daNm]: 88

Velocità Max. [RPM]: 601

Diametro Albero [mm]: 40

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?