Display option selections on customer account page




PreviousHide _io_order_group and _io_parent_order_group from cartNextWhy are option selections labeled "infinite_options_1"?
Last updated




Last updated
{{ line_item.title | link_to: line_item.product.url }}{% for p in line_item.properties %}
{% if p.first contains '_io_' %}
{% continue %}
{% endif %}
{% unless p.last == blank %}
<br />{{p.first}}: {{ p.last }}
{% endunless %}
{% endfor %}