Please tell me where I am going wrong . Product featured image is not showing up.
$args = array( \'post_type\' => \'product\', \'posts_per_page\' => 80,
I would just use get_the_post_thumbnail_url() instead of get_the_post_thumbnail()
get_the_post_thumbnail_url()
get_the_post_thumbnail()