Skip to content

Instantly share code, notes, and snippets.

@rdallaire
Created August 26, 2014 23:24
Show Gist options
  • Select an option

  • Save rdallaire/e491af413082dc5a8ae5 to your computer and use it in GitHub Desktop.

Select an option

Save rdallaire/e491af413082dc5a8ae5 to your computer and use it in GitHub Desktop.
asdass
<div class="product-container dynamic small-4 column">
<h2>Featured Products</h2>
{% assign tagName = 'foil' %}
{% assign tagLimit = '8' %}
<ul class="products list" data-tagname="{{ tagName }}" data-taglimit="{{ tagLimit }}">
{% tagged_with tagName do products limit:tagLimit reversed order:sell_price %}
{% include "theme/plugins/display_default" with product %}
{% endtagged_with %}
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment