I use this code in PHP:
$idcat = 147;
$thumbnail_id = get_woocommerce_term_meta( $idcat, 'thumbnail_id', true );
$image = wp_get_attachment_url( $thumbnail_id );
echo '<img src="'.$image.'" alt="" width="762" height="365" />';
Where 147
is the current ID manually set, but i need to current id in other categories
Any suggest?
Use this code this may help you.i have passed the cat id 17.pass woocommerce cat id and thats it