{{ field.display_value }}
{% endif %}
{% for item in product.gallery limit: 6 %}
{% endfor %}
Product Detail
{{ product.title }}
{{ product.short_description }}
{% if product.compare_at_price %}{{ product.compare_at_price }}{% endif %}
{{ product.primary_price | default: product.selling_price | default: product.price }}
{% for item in product.gallery limit: 6 %}
{% endfor %}
Product Detail
{{ product.title }}
{{ product.short_description }}
{% if product.compare_at_price %}{{ product.compare_at_price }}{% endif %}
{{ product.primary_price | default: product.selling_price | default: product.price }}
Product Detail
{{ product.title }}
{{ product.short_description }}
{% if product.compare_at_price %}{{ product.compare_at_price }}{% endif %}
{{ product.primary_price | default: product.selling_price | default: product.price }}
{{ product.description_html }}
{{ product.custom_html }}
{% for field in custom_fields %}
{{ field.label }}{% if field.is_image %}
{% elsif field.is_file %}
{% else %}
{% endfor %}
{% for feature in feature_blocks %}

{% endfor %}
{{ feature.title }}
{{ feature.description }}
{% render 'sections/contact-form.html', form: forms.contact %}
{{ assigned_pricing_plan.title }}
{{ assigned_pricing_plan.description }}
{{ assigned_pricing_plan.price }}