My Daily Pack
My Daily Pack
View your active supplement packs, monthly servings, stored inventory, and previous pack history in one place.
{{ pack.packName | default: 'Pack' }}
{{ product.productName }}
No products assigned to this pack yet.
{% endfor %}No Daily Pack information is available yet. Your dashboard will update after your order is processed.
Products Being Stored For Me
{% assign has_stored_products = false %} {% if dashboard %} {% for pack in dashboard.packs %} {% for product in pack.products %} {% if product.servingsRemaining > 0 %} {% assign has_stored_products = true %}Pack: {{ pack.packName | default: pack.packNumber }}
Stored For Next Month: {{ product.servingsRemaining }} servings
No stored products currently.
{% endunless %}Previous Pack
{% if dashboard and dashboard.previousPack and dashboard.previousPack.products.size > 0 %} {% for product in dashboard.previousPack.products %}Bottle Servings: {{ product.bottleServings }} {% endif %} {% if product.servingsPackedLastMonth != blank %}
Packed Last Month: {{ product.servingsPackedLastMonth }} {% endif %} {% if product.previouslyStored != blank %}
Previously Stored: {{ product.previouslyStored }} {% endif %}
No previous pack available yet.
{% endif %}Manage Subscription
{% if dashboard and dashboard.membership.nextShipmentDate != blank %} Your next shipment is scheduled for {{ dashboard.membership.nextShipmentDate }}. {% else %} Update your shipment schedule, billing method, or subscription preferences from your subscription portal. {% endif %}
Manage Subscription' %} {% for name_line in name_lines %} {% assign name_parts = name_line | split: '|' %} {% assign name_key = name_parts[0] | strip %} {% assign name_value = name_parts[1] | strip %} {% if name_key == pack_key and name_value != blank %} {% assign pack_display_name = name_value %} {% endif %} {% endfor %} {% assign has_items = false %} {% assign pack_product_count = 0 %} {% assign pack_total_servings = 0 %} {% assign pack_stored_servings = 0 %} {% assign current_items = current_raw | split: '•' %} {% for item in current_items %} {% assign clean_item = item | strip %} {% if clean_item contains pack_key and clean_item contains 'Product:' %} {% assign pack_product_count = pack_product_count | plus: 1 %} {% assign serving_split = clean_item | split: 'Bottle Servings:' %} {% if serving_split.size > 1 %} {% assign serving_text = serving_split[1] | split: 'Packed This Month:' | first | strip %} {% assign serving_number = serving_text | split: ' ' | first | plus: 0 %} {% assign pack_total_servings = pack_total_servings | plus: serving_number %} {% endif %} {% assign stored_split = clean_item | split: 'Stored For Next Month:' %} {% if stored_split.size > 1 %} {% assign stored_text = stored_split[1] | split: 'Packaging:' | first | strip %} {% assign stored_number = stored_text | split: ' ' | first | plus: 0 %} {% assign pack_stored_servings = pack_stored_servings | plus: stored_number %} {% endif %} {% endif %} {% endfor %}
{{ pack_display_name }}
{{ product_name }}
No products assigned to this pack yet.
{% endunless %}Products Being Stored For Me
{% if stored_raw != blank %} {% assign stored_items = stored_raw | split: '•' %} {% for item in stored_items %} {% assign clean_item = item | strip %} {% if clean_item contains 'Product:' %}Product:' | replace: 'Stored For Next Month:', '
Stored For Next Month:' }}
No stored products currently.
{% endif %}Previous Pack
{% if previous_raw != blank %} {% assign previous_items = previous_raw | split: '•' %} {% for item in previous_items %} {% assign clean_item = item | strip %} {% if clean_item contains 'Product:' %}Product:' | replace: 'Bottle Servings:', '
Bottle Servings:' | replace: 'Packed Last Month:', '
Packed Last Month:' | replace: 'Previously Stored:', '
Previously Stored:' }}
No previous pack available yet.
{% endif %}Manage Subscription
Update your shipment schedule, billing method, or subscription preferences from your subscription portal.
Manage SubscriptionAccess Your Daily Pack
Your Daily Pack is where you can manage your personalized supplement packs, view your active memberships, and organize your monthly shipments.
Please log in to access your account, or create a new account if you're new to SuppLovin.