In article about how to embed plugin you may find code construction like this:
<li class="s-product-wrapper"...>
And it's recommended to embed some code after (or before) this construction.
What does the ellipsis?
Ellipsis uses in places where lots of code. Part of the code was truncated to the first character ">". In your template it may look:
<li class="s-product-wrapper" data-product-id="{$product.id}" itemscope itemtype ="http://schema.org/Product">
If you need to embed code before or after, it would be look in this case:
Code immediately before construction
<li class="s-product-wrapper" data-product-id="{$product.id}" itemscope itemtype ="http://schema.org/Product">
Code immediately after construction