Cais Bundles

{% assign current_product = product %}
{% if current_product.tags contains 'Best Seller' %} Best Seller {% endif %}

Pre-Order Only

{% if current_product.vendor != blank %}

{{ current_product.vendor }}

{% endif %}

{{ current_product.title }}

{{ current_product.selected_or_first_available_variant.price | money }}

{% if current_product.description != blank %}
{{ current_product.description }}
{% endif %} {% form 'product', current_product, id: 'rhcProductForm', class: 'rhc-product-form' %} {% unless current_product.has_only_default_variant %}
{% for option in current_product.options_with_values %}
{% endfor %}
{% endunless %}
{% endform %}