Skip to content

Commit

Permalink
cart metafields fix per Shopify
Browse files Browse the repository at this point in the history
  • Loading branch information
rickydazla committed Jan 21, 2015
1 parent 75d8151 commit 1371ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/cart.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
{% endif %}
</a>
</h2>
{% if item.properties.size > 0 %}
{% assign property_size = item.properties | size %}
{% if property_size > 0 %}
<p>
{% for p in item.properties %}
{% unless p.last == blank %}
Expand Down

0 comments on commit 1371ab4

Please sign in to comment.