{% if item.image %} {% endif %} {% assign title = item.title | split: ' - ' | first %} {% if title != blank %} {{ title }} {% endif %} {% comment %} {% assign subtitle = item.title | remove: title | remove_first: '-' | strip %} {% if subtitle != blank %} {{ subtitle | split: ' - ' | first }} {% endif %} {% endcomment %} {% for option in item.options_with_values %} {% unless option.name == "Title" %} {{ option.name }} {{ option.value }} {% endunless %} {% endfor %} {% for prop in item.properties %} {% assign _prop = prop | first | split:'_' %} {% unless _prop[0] == blank or prop[0] == 'estimated_delivery_date' %} {{ prop | first | replace: '_', ' ' | capitalize }} {{ prop | last }} {% endunless %} {% endfor %} {% for prop in item.properties %} {% if prop[0] == 'estimated_delivery_date' %} {{ prop | last }} {% endif %} {% endfor %} {% assign title = item.title %} Translation missing: en.sections.cart.remove_title