Blog
The First Year vs. The First 48 Hours
June 14, 2016 - It took me about a year or so to learn how to grind a curb, kickflip, and confidently ride down...
{% if bundle_qty_up and bundle_qty != blank %} {{ bundle_qty }} {% else %} {{ item.quantity }} {% endif %} x {{ bundle_item | strip }}
{% endfor %} {% endif %} {% endfor %} {% endif %} {% assign price = item.final_price %} {% if item.properties._bundle == 'primary' %} {% assign reverse_items = items | reverse %} {% assign showIncludes = false %} {% for subitem in reverse_items %} {% if subitem.properties._bundle == 'component' and subitem.properties._instance == item.properties._instance %} {% assign showIncludes = true %} {% endif %} {% endfor %} {% if showIncludes == true %}Includes
{% endif %} {% for subitem in reverse_items %} {% if subitem.properties._bundle == 'component' and subitem.properties._instance == item.properties._instance %}{{subitem.title}} + {{subitem.final_price | money }}
{% assign price = price | plus: subitem.final_price %} {% endif %} {% endfor %} {% else %} {% endif %}