Please tell me where I am going wrong . Product featured image is not showing up.
$args = array( \'post_type\' => \'product\', \'posts_per_page\' => 80,
In WC 3.0+ versions the image can get by below code.
$image_url = wp_get_attachment_image_src( get_post_thumbnail_id( $item->get_product_id() ), 'single-post-thumbnail' ); echo $image_url[0]