Supplement Facts
{% if product.metafields.supplement.facts != blank %} {% assign facts_lines = product.metafields.supplement.facts | newline_to_br | split: '
' %} {% for line in facts_lines %} {% if line != blank %} {% assign parts = line | split: '|' %} {% endif %} {% endfor %} {% if product.metafields.supplement.other_ingredients != blank %} {% endif %}
| Supplement Facts | Amount |
|---|---|
| {{ parts[0] | strip }} | {{ parts[1] | strip }} |
| Other Ingredients | {{ product.metafields.supplement.other_ingredients }} |
{% endif %}


