$thumbnail_id = get_woocommerce_term_meta( $cateID, 'thumbnail_id', true ); // get the image URL $image = wp_get_attachment_url( $thumbnail_id ); ?>