{% for badge in badges %} {% if product.tags contains badge.tag %} {{ badge.collection_badge }} {% endif %} {% endfor %} {% unless product.available %} Out of Stock {% endunless %} {% assign productImage = product.featured_image %} {% assign hoverImage = product.hover_image %} {% if productImage contains '.png?' and productImage != blank %} {% assign productImage = productImage | replace: '.png?', '_1020x_crop_center.png?' %} {% elsif productImage contains '.jpg?' %} {% assign productImage = productImage | replace: '.jpg?', '_1020x_crop_center.jpg?' %} {% endif %} {% if hoverImage contains '.png?' and productImage != blank %} {% assign hoverImage = hoverImage | replace: '.png?', '_1020x_crop_center.png?' %} {% elsif hoverImage contains '.jpg?' %} {% assign hoverImage = hoverImage | replace: '.jpg?', '_1020x_crop_center.jpg?' %} {% endif %} {% if hoverImage != blank %} {% endif %} {% comment %}View{% endcomment %} {{product.title}} {% if product.compare_price > product.price %} {{ product.price | money }} {{ product.compare_price | money }} {% else %} {% if product.price_min == product.price_max %} {{ product.price_min | money }} {% else %} from {{ product.price | money }} {% endif %} {% endif %} {{ product.stamped }}
{% assign image = item.image %} {% if item.properties.Image %} {% assign image = item.properties.Image %} {% endif %} {% if item.properties['Shape3D Order'] %}Custom {% endif %} {{item.product_title}} {% unless item.properties['Shape3D Order'] %} {{item.variant_title}} {% endunless %} {% for prop in item.properties %} {% assign s = prop[0] | slice: 0 %} {% unless s == '_' or prop[0] contains 'Image' or prop[0] == 'Shape3D Order'%} {{prop[0]}} {% if prop[0] == 'Volume' %} {{ prop[1] | round: 1 }} {% else %} {{ prop[1] }} {% endif %} {% endunless %} {% endfor %} {{item.final_price | money }} – + Remove