← back to Dw Theme Boost Fix

sections/main-product-high-variant.liquid

50 lines

{% render 'breadcrumbs' %}

{% capture slot_gallery %}
  {% content_for 'block', type: '_section-flex-pdp-media-gallery', id: 'section-flex-pdp-media-gallery' %}
{% endcapture %}

{% capture slot_details %}
  {% content_for 'blocks' %}
{% endcapture %}

{%- render 'section.flex-pdp', slot_gallery: slot_gallery, slot_details: slot_details -%}

{% schema %}
{
  "name": "t:flex_pdp.section.high_variant.name",
  "blocks": [
    {"type": "@app"},
    {"type": "@theme"},
    {"type": "_section-flex-pdp-buy-buttons"},
    {"type": "_section-flex-pdp-description"},
    {"type": "_section-flex-pdp-divider"},
    {"type": "_section-flex-pdp-policies"},
    {"type": "_section-flex-pdp-price"},
    {"type": "_section-flex-pdp-quantity-picker"},
    {"type": "_section-flex-pdp-sku"},
    {"type": "_section-flex-pdp-title"},
    {"type": "_section-flex-pdp-variant-picker"},
    {"type": "_section-flex-pdp-vendor"},
    {"type": "_section-flex-pdp-pick-up"},
    {"type": "_section-flex-pdp-installments"}
  ],
  "presets": [
    {
      "name": "t:flex_pdp.section.high_variant.name",
      "blocks": [
        {"type": "_section-flex-pdp-title"},
        {"type": "_section-flex-pdp-vendor"},
        {"type": "_section-flex-pdp-price"},
        {"type": "_section-flex-pdp-installments"},
        {"type": "_section-flex-pdp-divider"},
        {"type": "_section-flex-pdp-variant-picker"},
        {"type": "_section-flex-pdp-quantity-picker"},
        {"type": "_section-flex-pdp-buy-buttons"},
        {"type": "_section-flex-pdp-pick-up"},
        {"type": "_section-flex-pdp-description"}
      ]
    }
  ]
}
{% endschema %}