{% assign badges = productBadges | where: 'type', 'graphic' %} {% for badge in badges %} {% if product.tags contains badge.tag %} {% if badge.icon contains '.' %} {% else %} {% endif %} {% break %} {% endif %} {% endfor %} {% assign badges = productBadges | where: 'type', 'icon' %} {% for badge in badges %} {% if product.tags contains badge.tag %} {% if badge.icon contains '.' %} {% else %} {% endif %} {% break %} {% endif %} {% endfor %} {% assign badges = productBadges | where: 'type', 'option' %} {% for badge in badges %} {% assign show_badge = false %} {% if product.tags contains badge.tag %} {% assign show_badge = true %} {% endif %} {% for sibling in product.siblings %} {% if sibling.tags contains badge.tag %} {% assign show_badge = true %} {% endif %} {% endfor %} {% if show_badge %} {{ badge.label }} {% endif %} {% endfor %} check Compare {% assign types = product.siblings | map: 'product_type' | uniq %} {% for type in types %} {% if type == blank %}{% continue %}{% endif %} {{ type | split : ' - ' | last }} {% endfor %} {% unless types contains product.type %} {{ product.type | split : ' - ' | last }} {% endunless %} {% if product.siblings.size > 0 %} {%- assign swatch_styles = 'h-full w-full object-contain' -%} {% assign limit = 4 %} {% if product.siblings.size > 4 %} {% assign limit = 3 %} {% endif %} {% for sibling in product.siblings limit:limit%} {% endfor %} {% if product.siblings.size > 4 %} +{{ product.siblings.size | minus: 4 }} More {% endif %} {% endif %} {% if product.available == false %} Sold out {% endif %} {{product.title | split: ' - ' | first }} {% if product.title contains ' - ' %} {{product.title | split: ' - ' | last }} {% endif %} {% assign markdown = false %} {% unless product.compare_at_price == 0 or product.compare_at_price == blank %} {% assign markdown = true %} {% endunless %} {% assign price = product.price %} {% if product.price_min > 0 and product.price_min < price %} {% assign price = product.price_min %} {% endif %} {{ price | money | remove: '.00' }} {% if markdown %} {{ product.compare_at_price | money | remove: '.00' }} {% endif %} {% if product.price_max > product.price %} - {{ product.price_max | money | remove: '.00' }} {% endif %} {% for badge in productBadges | where: 'type', 'text'%} {% if product.tags contains badge.tag and badge.type != 'option' and badge.type != 'icon' and badge.type != 'graphic' %} {{ badge.item }} {% endif %} {% endfor %}
{% assign progress = total_price | divided_by: offer.settings.threshold_cents %} {% assign balance = offer.settings.threshold_cents | minus: total_price | money %} {% unless progress >= 1 %} {{ offer.settings.approach | replace: "{{ balance }}", balance }} {% endunless %}
{% if item.properties._image %} {% else %} {% endif %} {{ item.title | split: '-' | first }} {% for option in item.options_with_values %} {% unless option.name == "Title" %} {{ option.name }}: {{ option.value }} {% endunless %} {% endfor %} {% if item.properties._badge_cart %} {{ item.properties._badge_cart }} {% endif %} – + {% assign price = item.final_price %} Remove {{ price | money | remove: '.00' }}
{% if offer.prompt != blank %} {{ offer.prompt | newline_to_br }} {% endif %} {% for product in offer.products %} {% assign productIndex = forloop.index0 %} {% if product.in_cart %}{% continue %}{% endif %} check {% assign offerTitle = product.title %} {{ product.title | split: "-" | first }} {{ product.title | split: "-" | last }} {% 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 %} {% if variant.available == false %} {{ variant.title }} - Sold Out {% else %} {{ variant.title }} {% endif %} {% endfor %} {% else %} {% endif %} Add {% endfor %}
{% if offer.prompt != blank %} {{ offer.prompt | newline_to_br }} {% endif %} {% 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 {% assign offerTitle = product.title %} {{ product.title | split: "-" | first }} {{ product.title | split: "-" | last }} {% 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 %} {% if variant.available == false %} {{ variant.title }} - Sold Out {% else %} {{ variant.title }} {% endif %} {% endfor %} {% else %} {% endif %} Add {% endfor %} Select No, thanks
Country {% for country in Geo.config.available_countries %} {% if Shopify.country == country.iso_code %} {% else %} {% endif %} {{ country.name }} ({{ country.currency.iso_code }}) {% endfor %}
Naval Short Sleeve Tee {% if product.subtotal %} {{ product.subtotal | money | remove: ' ' }} {% else %} {% assign discount_amount = variant.price | divided_by: variant.compare_at_price | times: -100 | plus: 100 | round %} {% assign discount_threshold = 10 %} {% if variant.available %} {{ variant.price | money | remove: '.00' }} {% if variant.price != variant.compare_at_price and variant.compare_at_price > 0 %} {{ variant.compare_at_price | money | remove: '.00' }} {% endif %} {% endif %} {% endif %} Color - {{variant.option1}} Naval Short Sleeve Tee - Dark Navy Short Sleeve Dark Navy / S 40,00€ Dark Navy / M 40,00€ Dark Navy / L 40,00€ Dark Navy / XL 40,00€ Add to cart {% if variant.id %} {% endif %} {% for option in product.options_with_values %} {% assign optionIndex = forloop.index0 %} {% assign position = forloop.index %} {{ option.name }} - {{ variant.options[optionIndex] }} {% for chart in SizeCharts %} {% assign chart_opts = chart.option | split:',' %} {% for _opt in chart_opts %} {% assign opt = _opt | strip %} {% if option.name == opt %} {% if sizeChart.button_label %} {{ sizeChart.button_label | capitalize }} {% else %} Size Chart {% endif %} {% assign opt_match = true %} {% break %} {% endif %} {% endfor %} {% if opt_match %} {% break %} {% endif %} {% endfor %} {% assign sortedvalues = option.values %} {% if option.name contains 'Length' or option.name contains 'Width' or option.name contains 'Height' or option.name contains 'Depth' or option.name contains 'Thickness' or option.name contains 'Weight' %} {% assign sortedvalues = option.values | sort %} {% endif %} {% for value in sortedvalues %} {% assign inventory_quantity = 0 %} {% assign available = false %} {% assign optionVariant = false %} {% if product.options_with_values.size == 3 and optionIndex == 1 %} {% for v in product.variants %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endfor %} {% elsif product.options_with_values.size == 3 and optionIndex == 2%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == variant.option2 and v.option3 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% elsif product.options_with_values.size == 2 and optionIndex == 1%} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == variant.option1 and v.option2 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% else %} {% for v in product.variants %} {% unless v.bogus %} {% if v.option1 == value %} {% assign optionVariant = v %} {% assign inventory_quantity = inventory_quantity | plus: v.inventory_quantity %} {% if v.available %}{% assign available = true %}{% endif %} {% endif %} {% endunless %} {% endfor %} {% endif %} {% assign checked = "" %} {% if variant.options[optionIndex] == value%}{% assign checked = "checked" %}{% endif %} {% assign option_image = false%} {% if option.name contains 'color' or option.name contains 'Color' %} {% for v in product.variants %} {% if v.option1 == value %} {% assign option_image = v.images[0].src %} {% break %} {% endif %} {% endfor %} {% endif %} {% if option.name contains 'color' or option.name contains 'colour' or option.name contains 'Colour' or option.name contains 'Color' %} {% unless option_image %} {% endunless %} {% else %} {{value}} {% endif %} {% endfor %} {% endfor %} {% if variant.available %} Qty Add to cart {% else %} Sold out {% endif %} {% if error %} {{error.description}} {% endif %}