Skip to content

Commit

Permalink
Update from Shopify for theme dawn/test290823
Browse files Browse the repository at this point in the history
Committed from shop: Nanshy
  • Loading branch information
shopify[bot] authored Feb 7, 2024
1 parent 9ba243c commit 9e1385a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/rev_61991551169.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var time = parseInt(new Date().getTime());
localStorage.setItem("ba_msg_active", time);
6 changes: 6 additions & 0 deletions config/settings_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@
"button_vertical_position": "highest",
"greeting_message": "👋 Hi, message us with any questions. We're happy to help!"
}
},
"1710008633607995074": {
"type": "shopify:\/\/apps\/rivo-product-reviews-app-ugc\/blocks\/app-embed\/5f785e18-66cc-4519-8181-565d1cce1705",
"disabled": false,
"settings": {
}
}
},
"color_schemes": {
Expand Down
3 changes: 3 additions & 0 deletions snippets/rev-widget.liquid
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{% if widget_type == 'stars' %}

Check warning on line 1 in snippets/rev-widget.liquid

View workflow job for this annotation

GitHub Actions / Theme Check Report

snippets/rev-widget.liquid#L1

[UnusedSnippet] This snippet is not used
<div class="tydal-reviews-star-rating" data-product-id="{{ product.id }}" data-rating="{{ product.metafields.ba_rev.review_data.stars }}" data-count="{{ product.metafields.ba_rev.review_data.reviews_count }}"></div>
{% endif %}

0 comments on commit 9e1385a

Please sign in to comment.