Skip to content

Commit

Permalink
test Shopify#5
Browse files Browse the repository at this point in the history
  • Loading branch information
supercrewd committed Aug 19, 2021
1 parent bfaac29 commit 8a6902f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
{%- when 'custom_liquid' -%}
{{ block.settings.custom_liquid }}
{%- when 'collapsible_tab' -%}
{%- if collapsible_tab != blank -%}
<div class="product__accordion accordion" {{ block.shopify_attributes }}>
<details>
<summary>
Expand All @@ -117,6 +118,7 @@
</div>
</details>
</div>
{%- endif -%}
{%- when 'quantity_selector' -%}
<div class="product-form__input product-form__quantity" {{ block.shopify_attributes }}>
<label class="form__label" for="Quantity-{{ section.id }}">
Expand Down

0 comments on commit 8a6902f

Please sign in to comment.