Product Page Framework
{{ product.title }}
{{ product.metafields.custom.summary_tagline }}
Features
- {% for feature in product.metafields.custom.features_list.value %}
- {{ feature }}
- {% endfor %}
Who It's For
{{ product.metafields.custom.who_is_it_for }}
See It In Action
{% if product.metafields.custom.video_url %} {% else %}Demo video coming soon.
{% endif %}FAQs
{% for faq in product.metafields.custom.faq_list.value %}
{{ faq.question }}
{% endfor %}{{ faq.answer }}
What People Are Saying
{% for review in product.metafields.custom.reviews_list.value %}{{ review }}{% endfor %}
Compare With
- {% for link in product.metafields.custom.comparison_links.value %}
- {{ link.title }}
- {% endfor %}