The products on this page are produced using the following shortcode where the list of products is rendered within a div with the class “es1sc_grid00”. Only four products are displayed per row using class “columns-4”. The columns can be changed to columns-1, columns-2, columns-3, columns-4, columns-5, columns-6. And because a display_format is included the list is rendered using that specified display_format.
es1sc_prodlist div='es1sc_grid00 columns-4' format_selection='01'
display_format='#ProductImage<h3 itemprop="name">#ProductName</h3>
#if(usesaleprice|<span class="onsale">Sale</span>)
#if(isfeaturedproduct|<span class="featured">Featured</span>)
<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">
<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>'