{% assign all_products = collections.all.products %} {% if all_products.size == 0 %}

Create or enable the automatic All collection in Shopify so this page can load products.

{% endif %} {% for product in all_products %} {% assign first_image = product.featured_image | default: product.images.first %} {% assign price = product.price %}
{% if first_image %} {{ product.title | escape }} {% else %} {% endif %}
{{ product.title }}
Colli: (auto)
0
{% endfor %}
0 items ·
Confirm Order
Total: —
{% form 'contact', id: 'bh-contact' %}
Submitting will send the order summary and your details to the store email.
{% endform %}