-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
Committed from shop: christy-unite
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% if product %} | ||
{% assign content = product %} | ||
{% elsif collection %} | ||
{% assign content = collection %} | ||
{% endif %} | ||
{{content.metafields.shogun.above}} | ||
Check notice on line 11 in sections/shogun-above.liquid GitHub Actions / Theme Check Reportsections/shogun-above.liquid#L11
|
||
{% schema %} | ||
{ | ||
"name": "Shogun Section Above" | ||
} | ||
{% endschema %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% if product %} | ||
{% assign content = product %} | ||
{% elsif collection %} | ||
{% assign content = collection %} | ||
{% endif %} | ||
{{content.metafields.shogun.below}} | ||
Check notice on line 11 in sections/shogun-below.liquid GitHub Actions / Theme Check Reportsections/shogun-below.liquid#L11
|
||
{% schema %} | ||
{ | ||
"name": "Shogun Section Below" | ||
} | ||
{% endschema %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% if article %} | ||
{% assign content = article %} | ||
{% elsif page %} | ||
{% assign content = page %} | ||
{% elsif product %} | ||
{% assign content = product %} | ||
{% elsif collection %} | ||
{% assign content = collection %} | ||
{% endif %} | ||
{% render 'shogun-products', content: content %} | ||
{% schema %} | ||
{ | ||
"name": "Shogun Helper" | ||
} | ||
{% endschema %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% if article %} | ||
{% assign content = article %} | ||
{% elsif page %} | ||
{% assign content = page %} | ||
{% elsif product %} | ||
{% assign content = product %} | ||
{% elsif collection %} | ||
{% assign content = collection %} | ||
{% endif %} | ||
{{content.metafields.shogun.optimizer}} | ||
Check notice on line 15 in sections/shogun-optimizer.liquid GitHub Actions / Theme Check Reportsections/shogun-optimizer.liquid#L15
|
||
{% schema %} | ||
{ | ||
"name": "Shogun Optimizer" | ||
} | ||
{% endschema %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% assign handles = content.metafields.shogun.products | split: "," | slice: 0, 20 %} | ||
{% if handles.size > 0 %} | ||
<script type="text/javascript"> | ||
window.__shgProducts = window.__shgProducts || {}; | ||
{% for handle in handles %} | ||
{% assign currentProduct = all_products[handle] %} | ||
{% if currentProduct != blank %} | ||
window.__shgProducts["{{handle}}"] = {{currentProduct | json }}; | ||
Check notice on line 13 in snippets/shogun-products.liquid GitHub Actions / Theme Check Reportsnippets/shogun-products.liquid#L13
Check notice on line 13 in snippets/shogun-products.liquid GitHub Actions / Theme Check Reportsnippets/shogun-products.liquid#L13
|
||
{% endif %} | ||
{% endfor %} | ||
</script> | ||
{% endif %} | ||
|
||
{% if cart and cart.currency and cart.currency.iso_code %} | ||
<script type="text/javascript"> | ||
{% if 'shopify' == 'shopify' %} | ||
window.__shgMoneyFormat = window.__shgMoneyFormat || {"USD":{"currency":"USD","currency_symbol":"$","currency_symbol_location":"left","decimal_places":2,"decimal_separator":".","thousands_separator":","}}; | ||
{% endif %} | ||
window.__shgCurrentCurrencyCode = window.__shgCurrentCurrencyCode || { | ||
currency: "{{ cart.currency.iso_code }}", | ||
currency_symbol: "{{ cart.currency.symbol }}", | ||
decimal_separator: ".", | ||
thousands_separator: ",", | ||
decimal_places: 2, | ||
currency_symbol_location: "left" | ||
}; | ||
</script> | ||
{% endif %} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
/* | ||
* ------------------------------------------------------------ | ||
* IMPORTANT: The contents of this file are auto-generated. | ||
* | ||
* This file may be updated by the Shopify admin theme editor | ||
* or related systems. Please exercise caution as any changes | ||
* made to this file may be overwritten. | ||
* ------------------------------------------------------------ | ||
*/ | ||
{ | ||
"sections": { | ||
"blog": { | ||
"type": "main-bloggle-article", | ||
"settings": { | ||
} | ||
} | ||
}, | ||
"order": [ | ||
"blog" | ||
] | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% render 'shogun-products', content: page %} | ||
{{ article.content }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{{ collection.description }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% render 'shogun-products', content: page %} | ||
<div class="shg-clearfix"></div> | ||
{{ page.content }} | ||
{{ page.metafields.shogun.optimizer }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% render 'shogun-products', content: page %} | ||
{% layout 'theme.shogun.landing' %} | ||
{{ page.content }} | ||
{{ page.metafields.shogun.optimizer }} |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{% comment %} | ||
Auto-generated by Shogun. | ||
This file can be re-written at any time. | ||
{% endcomment %} | ||
|
||
{% render 'shogun-products', content: product %} | ||
{{product.metafields.shogun.main}} | ||
Check notice on line 7 in templates/product.shogun.custom.liquid GitHub Actions / Theme Check Reporttemplates/product.shogun.custom.liquid#L7
|
||
{{ product.metafields.shogun.optimizer }} |