Skip to content

Commit

Permalink
Update from Shopify for theme dawn/main
Browse files Browse the repository at this point in the history
Committed from shop: Unico & Multiplo
  • Loading branch information
shopify[bot] authored Aug 30, 2024
1 parent 74dfd29 commit db91ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{%- when '@app' -%}
{% render block %}
{%- when 'qty_disclaimer' -%}
<div id="qty-disclaimer-{{ section.id }}" {{ block.shopify_attributes }}>
<div id="qty-disclaimer-{{ section.id }}" class="qty-disclaimer" {{ block.shopify_attributes }}>
{% if product.selected_or_first_available_variant.inventory_quantity <= 0 %}

Check warning on line 94 in sections/main-product.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-product.liquid#L94

[LiquidTag] Use {% liquid ... %} to write multiple tags
{% if product.metafields.custom.banner-spedizione-in-gg != blank %}

Check notice on line 95 in sections/main-product.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

sections/main-product.liquid#L95

[SpaceInsideBraces] Too many spaces after '{%'
{% assign days_to_add = product.metafields.custom.banner-spedizione-in-gg | plus: 0 %}
Expand Down

0 comments on commit db91ec7

Please sign in to comment.