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><iframe src="https://player.vimeo.com/video/435851173" style="position:absolute;top:0;left:0;width:50%;height:50%;" frameborder="0" allow="autoplay; fullscreen" allowfullscreen></iframe></div><script src="https://player.vimeo.com/api/player.js"></script> | |
<p><a href="https://vimeo.com/435851173">vleaf go tester</a> from <a href="https://vimeo.com/user119044674">PuffitupTv</a> on <a href="https://vimeo.com">Vimeo</a>.</p> |
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
{% layout none %} | |
<!-- collection urls --> | |
<!-- collection urls --> | |
{%- for collection in collections -%} | |
eu.customplugs.com/{{ collection.url }}<br/> | |
{% endfor %} | |
<!-- article urls --> | |
<!-- article urls --> |
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
<article class="site-page page-{{ page.handle }}" data-template-page> | |
<header class="page-masthead"> | |
<h1 class="page-title"> | |
page displaying image sizes for all products | |
</h1> | |
</header> | |
<ul> |
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
<article class="site-page page-{{ page.handle }}" data-template-page> | |
<header class="page-masthead"> | |
<h1 class="page-title"> | |
page displaying image sizes for all products | |
</h1> | |
</header> | |
<ul> |
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
{% for product in collection.products %} | |
{% assign split_product = false %} | |
{% unless product.tags contains "hidden_on_store" %} | |
{% for tag in product.tags %} | |
{% if tag contains 'split_to_variants' %} {% assign split_product = true %} {% break %} {% endif %} | |
{% endfor %} | |
{% if split_product == true %} |
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
<!---------------------------below code to go in theme ---------------------------------- --> | |
<!---------------------------below code to go in theme ---------------------------------- --> | |
<!---------------------------below code to go in theme ---------------------------------- --> | |
{% capture url %}{{ shop.domain }}{% endcapture %} | |
{% capture collectionsList %}{% for collection in product.collections %}{{ collection.title | strip | strip_html | escape }}|,;{% endfor %}{% endcapture %} | |
{% capture stock %}{% if product.available %}1{% else %}0{% endif %}{% endcapture %} |
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
<script type="text/javascript">var ssaUrl = ('https:' == document.location.protocol ? ‘https://' : ‘http://') + 'centro.pixel.ad/iap/7e817b12f729e9ce';new Image().src = ssaUrl;</script> | |
<script type=“text/javascript"> new Image().src = '//clickserv.pixel.ad/conv/dd56a61f3483c82e'; </script> |
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
{%- assign og_title = page_title -%} | |
{%- assign og_url = canonical_url -%} | |
{%- assign og_type = 'website' -%} | |
{%- assign og_description = page_description | default: shop.description | default: shop.name -%} | |
{% comment %} | |
Template specific overides | |
{% endcomment %} | |
{%- if template.name == 'product' -%} | |
{%- assign og_title = product.title | strip_html -%} |
NewerOlder