In the following demonstration, we want to suppress the product image in the product list but display the image in the Quick View.
To accomplish this request, we’ll specify a display format within the shortcode as shown below:
es1sc_prodlist div='es1sc_grid02 columns-1' display_format=' <h3 itemprop="name">#ProductName</h3> <span itemprop="offers" itemscope itemtype="http://schema.org/Offer"> <span class="price"><span class="amount">#ProductPrice</span></span> <meta content="#Currency" itemprop="priceCurrency"> <link href="http://schema.org/InStock" itemprop="availability"> #QV_Link <a class="button add_to_cart_button product_type_simple" href="#BuyNowURL" rel="nofollow" data-product_sku="#ProductSku" data-product_id="#VisibleId" data-quantity="1"> <i class="dashicons dashicons-cart"></i> Add to cart</a> </span>'
Structured Data Testing Tool
"Structured data markup" is a standard way to annotate your content so machines can understand it. When your web pages include structured data markup, Google (and other search engines) can use that data to index your content better, present it more prominently in search results, and surface it in new experiences like voice answers, maps, and Google Now.
~~https://developers.google.com/structured-data/
See how the above code validates using the Google Structured Data Testing Tool - Click to validate above content
Responsive Testing Tool
See how the above displays on various devices using Am I Responsive? Tool - Click to view above display