Wholesale Portal

{% if customer %} {% if customer.tags contains 'wholesale' %}
Wholesale Portal

Welcome back, {{ customer.first_name }}

All animals $39.97 AUD each. Minimum 6 per order. Mix and match freely.

Wholesale price
$39.97 AUD RRP $79.95 — 50% off
{%- assign animal_ids = '780081561643,780085657643,780096340011,4330032463954,4779710152786,4780872204370' | split: ',' -%} {%- assign animal_qty = 0 -%} {%- for item in cart.items -%} {%- assign pid = item.product_id | append: '' -%} {%- if animal_ids contains pid -%} {%- assign animal_qty = animal_qty | plus: item.quantity -%} {%- endif -%} {%- endfor -%} {% if animal_qty > 0 %}

You have {{ animal_qty }} animal{% if animal_qty != 1 %}s{% endif %} in your order {% if animal_qty < 6 %}— add {{ 6 | minus: animal_qty }} more to meet the minimum{% else %}— minimum met ✓{% endif %}

{% if animal_qty >= 6 %}Review & checkout →{% endif %}
{% endif %}
📜 Minimum 6 animals per order — mix and match any combination
{% for product in collections.frontpage.products %} {%- assign pid = product.id | append: '' -%} {% if animal_ids contains pid %} {%- assign ws_price = product.metafields.babybeats.wholesale_price.value.amount -%}
{% if product.featured_image %} {{ product.title | escape }} {% else %}
🧷
{% endif %}
{{ product.title | split: '(' | first | strip }}
${{ ws_price }} AUD ${{ product.price | money_without_currency }}
{% form 'product', product %} {% endform %}
{% endif %} {% endfor %}
{% else %}

Application under review

Thanks for applying, {{ customer.first_name }}. We manually review every wholesale application and will be in touch within 1–2 business days.

Questions? Contact us

{% endif %} {% else %}

Baby Beats
Wholesale Portal

Order heartbeat animals at $39.97 AUD each (50% off RRP). Minimum 6 animals per order. Australian wholesale accounts only.

{% endif %}