Please tell me where I am going wrong . Product featured image is not showing up.
$args = array( \'post_type\' => \'product\', \'posts_per_page\' => 80,
This should do the trick:
You can change the parameters according to your needs.