|
@@ -8,19 +8,13 @@
|
|
<meta name="description" content="{{ product.seo_description }}">
|
|
<meta name="description" content="{{ product.seo_description }}">
|
|
<meta name="keywords" content="{{product.seo_keywords}}">
|
|
<meta name="keywords" content="{{product.seo_keywords}}">
|
|
<title>{{product.seo_title}}</title>
|
|
<title>{{product.seo_title}}</title>
|
|
-
|
|
|
|
-
|
|
|
|
{% include '_header_css.liquid' %}
|
|
{% include '_header_css.liquid' %}
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
|
|
|
|
-
|
|
|
|
<!-- MAIN WRAPPER -->
|
|
<!-- MAIN WRAPPER -->
|
|
<div class="body-wrap shop-default shop-cards shop-tech">
|
|
<div class="body-wrap shop-default shop-cards shop-tech">
|
|
<div id="st-container" class="st-container">
|
|
<div id="st-container" class="st-container">
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
<div class="st-pusher">
|
|
<div class="st-pusher">
|
|
<div class="st-content">
|
|
<div class="st-content">
|
|
<div class="st-content-inner">
|
|
<div class="st-content-inner">
|
|
@@ -42,7 +36,7 @@
|
|
{% for item in product.images %}
|
|
{% for item in product.images %}
|
|
<div class="swiper-slide">
|
|
<div class="swiper-slide">
|
|
<a href="{{ site.image_base_url }}{{ item.image_url }}?x-oss-process=image/resize,w_500,m_lfit" data-desoslide-index="{{ forloop.index0 }}">
|
|
<a href="{{ site.image_base_url }}{{ item.image_url }}?x-oss-process=image/resize,w_500,m_lfit" data-desoslide-index="{{ forloop.index0 }}">
|
|
- <img src="{{ site.image_base_url }}{{ item.image_url }}?x-oss-process=image/resize,h_100,m_lfit" alt="{{ product.title }}">
|
|
|
|
|
|
+ <img src="{{ site.image_base_url }}{{ item.image_url }}?x-oss-process=image/resize,m_pad,w_160,h_100" alt="{{ product.title }}">
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
{% endfor %}
|
|
{% endfor %}
|
|
@@ -59,14 +53,11 @@
|
|
<div class="product-description-wrapper px-1">
|
|
<div class="product-description-wrapper px-1">
|
|
<!-- Product title -->
|
|
<!-- Product title -->
|
|
<h2 class="product-title">
|
|
<h2 class="product-title">
|
|
- {{product.title }}
|
|
|
|
|
|
+ {{product.title | strip_html }}
|
|
</h2>
|
|
</h2>
|
|
-
|
|
|
|
<hr>
|
|
<hr>
|
|
-
|
|
|
|
<div class="row align-items-center">
|
|
<div class="row align-items-center">
|
|
|
|
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- Product description -->
|
|
<!-- Product description -->
|
|
@@ -75,13 +66,10 @@
|
|
Description:
|
|
Description:
|
|
</h3>
|
|
</h3>
|
|
<p>
|
|
<p>
|
|
- {{product.content }}
|
|
|
|
|
|
+ {{product.content | raw }}
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
<hr>
|
|
<hr>
|
|
-
|
|
|
|
-
|
|
|
|
<table class="table table-specs">
|
|
<table class="table table-specs">
|
|
|
|
|
|
{% for item in product.parameters %}
|
|
{% for item in product.parameters %}
|
|
@@ -109,24 +97,9 @@
|
|
<div class="d-table product-quantity width-100 mt-3">
|
|
<div class="d-table product-quantity width-100 mt-3">
|
|
|
|
|
|
<div class="d-table-cell">
|
|
<div class="d-table-cell">
|
|
- <!-- Add to cart button -->
|
|
|
|
- {% comment %}<button type="button" class="btn btn-styled btn-block btn-base-1 btn-icon-left">{% endcomment %}
|
|
|
|
- {% comment %}<i class="icon ion-android-cart"></i> Get a quote{% endcomment %}
|
|
|
|
- {% comment %}</button>{% endcomment %}
|
|
|
|
-{% comment %}{% endcomment %}
|
|
|
|
- {% comment %}<a data-fancybox data-type="iframe" data-src="/contact" href="javascript:;">{% endcomment %}
|
|
|
|
- {% comment %}Webpage{% endcomment %}
|
|
|
|
- {% comment %}</a>{% endcomment %}
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <!-- The button that will retrieve the content from the hidden div -->
|
|
|
|
<a data-fancybox data-src="#fancybox_hidden_content" class="btn btn-base-1 btn-icon-left" href="javascript:;">
|
|
<a data-fancybox data-src="#fancybox_hidden_content" class="btn btn-base-1 btn-icon-left" href="javascript:;">
|
|
<i class="icon ion-android-add"></i> Get a quote
|
|
<i class="icon ion-android-add"></i> Get a quote
|
|
</a>
|
|
</a>
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|