Skip to content

Commit

Permalink
Update from Shopify for theme dawn/add-total_duties-to-customer-accou…
Browse files Browse the repository at this point in the history
…nt-order...

Committed from shop: MinhTranTestStore
  • Loading branch information
shopify[bot] authored Feb 18, 2022
1 parent 664d859 commit 40d44c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,12 @@
<h1 class="product__title" {{ block.shopify_attributes }}>
{{ product.title | escape }}
</h1>
{% comment %}Start automatically added Judge.me widget{% endcomment %}
<div class="product__text">
{% render 'judgeme_widgets', widget_type: 'judgeme_preview_badge', concierge_install: true, product: product %}
</div>
{% comment %}End automatically added Judge.me widget{% endcomment %}

{%- when 'price' -%}
<div class="no-js-hidden" id="price-{{ section.id }}" role="status" {{ block.shopify_attributes }}>
{%- render 'price', product: product, use_variant: true, show_badges: true, price_class: 'price--large' -%}
Expand Down
4 changes: 4 additions & 0 deletions snippets/card-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@
{%- endif -%}

<span class="caption-large light">{{ block.settings.description | escape }}</span>
{% comment %}Start automatically added Judge.me widget{% endcomment %}
{% render 'judgeme_widgets', widget_type: 'judgeme_preview_badge', concierge_install: true, product: card_product %}
{% comment %}End automatically added Judge.me widget{% endcomment %}


{%- if show_rating and card_product.metafields.reviews.rating.value != blank -%}
{% liquid
Expand Down

0 comments on commit 40d44c7

Please sign in to comment.