This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> This is a simple featured product section </h> | |
<p>{{ section.settings.featured_product.title }}</p> | |
{% schema %} | |
{ | |
"name": "Simple Featured Product", | |
"disabled_on": { | |
"templates": ["password"], | |
"groups": ["header"] | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> This is a simple featured product section </h> | |
<p>{{ section.settings.featured_product.title }}</p> | |
{% schema %} | |
{ | |
"name": "Simple Featured Product", | |
"disabled_on": { | |
"templates": ["password"] | |
}, | |
"settings": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1> This is a simple featured product section </h> | |
<p>{{ section.settings.featured_product.title }}</p> | |
{% schema %} | |
{ | |
"name": "Simple Featured Product", | |
"settings": [ | |
{"type": "product", "id": "featured_product", "label": "Featured Product"} | |
], | |
"presets": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "t:sections.header.name", | |
"type": "header", | |
"sections": { | |
"announcement-bar": { | |
"type": "announcement-bar", | |
"blocks": { | |
"announcement-bar-0": { | |
"type": "announcement", | |
"settings": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
└─ theme | |
├─ assets | |
├─ config | |
├─ layout | |
│ └─ theme.liquid | |
├─ locales | |
└─ sections | |
├─ footer-group.json | |
├─ header.liquid | |
├─ header-group.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class='video-section'> | |
<h2>{{ section.settings.heading }}</h2> | |
{% for block in section.blocks %} | |
{% case block.type %} | |
{% when 'video-stored' %} | |
<div class="stored-video" {{ block.shopify_attributes }}> | |
{{ block.settings.video | media_tag }} | |
</div> | |
{% when 'external-video' %} | |
<div class ="external-video"{{ block.shopify_attributes }}> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="video-section"> | |
<h2>{{ section.settings.heading }}</h2> | |
{{ section.settings.video | video_tag }} | |
</div> | |
{% schema %} | |
{ | |
"name": "Video", | |
"settings": [ | |
{ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="video-section"> | |
<h2>{{ section.settings.heading }}</h2> | |
{%- if section.settings.video_url.type == 'youtube' -%} | |
<iframe src="https://www.youtube.com/embed/{{ section.settings.video_url.id }}" class="youtube" allow="autoplay; encrypted-media" title="{{ section.settings.description | escape }}"></iframe> | |
{%- else -%} | |
<iframe src="https://player.vimeo.com/video/{{ section.settings.video_url.id }}" class="vimeo" allow="autoplay; encrypted-media" title="{{ section.settings.description | escape }}"></iframe> | |
{%- endif -%} | |
</div> | |
{% schema %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rate_definitions: | |
- | |
name: Standard | |
price: 0 | |
currency: CAD | |
rate_class_id: 10 | |
conditions: | |
- | |
field: total_price | |
criteria: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
time_namelookup: 0.326604s | |
time_connect: 0.467748s | |
time_appconnect: 0.000000s | |
time_pretransfer: 0.467986s | |
time_redirect: 0.000000s | |
time_starttransfer: 0.584812s | |
---------- | |
time_total: 0.584852s |
NewerOlder