Skip to content

Commit

Permalink
Update main-collection-product-grid.liquid
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaJasonLiu committed May 24, 2024
1 parent 4d2d85d commit 68b224d
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions sections/main-collection-product-grid.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -175,19 +175,26 @@
{% else %}
<!-- Don't show anything for logged out customers-->
{% endif %}
>
{% render 'card-product',
card_product: product,
media_aspect_ratio: section.settings.image_ratio,
image_shape: section.settings.image_shape,
show_secondary_image: section.settings.show_secondary_image,
show_vendor: section.settings.show_vendor,
show_rating: section.settings.show_rating,
lazy_load: lazy_load,
quick_add: section.settings.quick_add,
section_id: section.id
%}
</li>
{% else %}
<li
class="grid__item{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}"
{% if settings.animations_reveal_on_scroll %}
data-cascade
style="--animation-order: {{ forloop.index }};"
{% endif %}
>
{% render 'card-product',
card_product: product,
media_aspect_ratio: section.settings.image_ratio,
image_shape: section.settings.image_shape,
show_secondary_image: section.settings.show_secondary_image,
show_vendor: section.settings.show_vendor,
show_rating: section.settings.show_rating,
lazy_load: lazy_load,
show_quick_add: section.settings.enable_quick_add,
section_id: section.id
%}

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets

Check warning on line 196 in sections/main-collection-product-grid.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-collection-product-grid.liquid#L186-L196

[NestedSnippet] Too many nested snippets
</li>
{% endif %}
{%- endfor -%}
</ul>
Expand Down

0 comments on commit 68b224d

Please sign in to comment.