Make an Offer
{% if product.tags contains "contact-us" %} Contact Us {% else %} Make an offer{% endif %}
{%- form 'contact', class: 'contact-form' -%} {%- if form.posted_successfully? -%}{{ 'contact.form.post_success' | t }}
{%- endif -%} {{ form.errors | default_errors }}
{%- if section.settings.product_style != 'product_default' -%}
{% comment %}
{%- if product.images.size > 1 -%}
{%- endif -%}{% endcomment %}
{%- elsif section.settings.product_style == 'product_gallery' -%}
{%- elsif section.settings.product_style == 'product_sticky' -%}
{%- endif -%}
{%- assign featured_image = current_variant.featured_image | default: product.featured_image -%}
{% comment %} "product_variant_image" this Class is needed for Ajax popup cart {% endcomment %}
{%- render 'product-badge', product: product, on_sale: on_sale, sold_out: sold_out -%}
{%- for image in product.images limit: 4 -%}
{%- if product.images.size > 1 -%}
{%- render 'product-badge', product: product, on_sale: on_sale, sold_out: sold_out -%}
{% comment %} "product_variant_image" this Class is needed for Ajax popup cart {% endcomment %}
{%- else -%}
{% comment %} "product_variant_image" this Class is needed for Ajax popup cart {% endcomment %}
{%- endif -%}
{%- endfor -%}
{%- for image in product.images -%}
{% comment %} "product_variant_image" this Class is needed for Ajax popup cart {% endcomment %}
{%- endfor -%}
{%- render 'product-badge', product: product, on_sale: on_sale, sold_out: sold_out -%}
{{ product.title }}
{{ product.price | money }}
{% comment %}
{{ block.settings.contact_form_title }}
{% endcomment %}

