
GO-8MA
Giunto a Manicotto
Versione Giunto: A DENTI
Max. Diametro Albero [mm]: 190
Velocità Max. [RPM]: 2570
Coppia Max. [kNm]: 167,5
Coppia Nominale [kNm]: 69,80
Versione Motore: A manicotto
<?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 } } ?>