Hi,
Please open to edit content-product.php at /neighbourhood/woocommerce/
1 - Find this code at line 114
echo '<div class="product-image">'.wp_get_attachment_image( $attachment_id, 'shop_catalog' ).'</div>';
Comment this code like this
//echo '<div class="product-image">'.wp_get_attachment_image( $attachment_id, 'shop_catalog' ).'</div>';
2- Find this code at line 125
echo '<div class="product-image">'.$image_html.'</div>';
Comment this code like this
//echo '<div class="product-image">'.$image_html.'</div>';
2- Find this code at line 165
echo '<div class="product-image">'.$image_html.'</div>';
Comment this code like this
//echo '<div class="product-image">'.$image_html.'</div>';
It will fix your issue sure .