{% 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 productImage = product.featured_image | replace: '.jpg','_480x.jpg' %} {% assign hoverImage = product.hover_image | replace: '.jpg','_480x.jpg' %} {% if hoverImage != blank %} {% assign hover_alt = product.hover_image_alt %} {% if hover_alt contains 'https' %} {% else %} {% endif %} {% endif %} eye {%- comment -%} heart {%- endcomment -%} {% for badge in badges %} {% if product.tags contains badge.tag and badge.tag != 'more-colors' %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% if product.available == false %} Sold out {% endif %} {% assign productTitle = product.title | remove: product.type | split: '-' %} {{ product.title | split: " - " | first }} {% assign discount_amount = product.price | divided_by: product.compare_at_price | times: -100 | plus: 100 | round %} {% if product.compare_at_price > product.price %} {{ product.price | money | remove: " " }} {{ product.compare_at_price | money | remove: " " }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money | remove: " " }} {% else %} from {{ product.price | money | remove: " " }} {% endif %} {% endif %} {% if product.swatches.size %} {% for swatch in product.swatches %} {% if forloop.index == 5 %} + {{ product.swatches.size | minus: forloop.index0 }} {% break %} {% endif %} {% endfor %} {% endif %}
{% 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