{% if item.properties._image %} {% else %} {% endif %} {{item.product_title}} {% for option in item.options_with_values %} {% unless option.name == "Title" %} {{ option.name }}: {{ option.value }} {% endunless %} {% endfor %} – + Remove {% assign price = item.final_price %} {{price | money }}
{{ offer.prompt | newline_to_br }} {% for product in offer.products %} {% assign productIndex = forloop.index0 %} {% if product.in_cart %}{% continue %}{% endif %} {% unless offer.product_selection == 'all' %} {% if offer.products.size == 1 %} {% else %} {% endif %} {% endunless %} check {{ product.title }} {% assign discount_amount = 0 %} {% if offer.discount %} {% assign discount_amount = offer.discount | times: 0.01 | times: product.price %} {% endif %} {{ product.price | minus: discount_amount | money }} {% if product.variants.size > 1 %} Please select... {% for variant in product.variants %} {{ variant.title }} {% endfor %} {% else %} {% endif %} {% endfor %} Select No, thanks
{% assign product = active_story.product %} {% assign prev_product = prev_story.product %} {% assign next_product = next_story.product %} {{ product.title }} close {% if prev_product %} {% endif %} {% if next_product %} {% endif %} {% for image in product.images %} {% endfor %} {{ product.body_html }} chevron-right chevron-left