{% extends 'base.html.twig' %}
{% trans_default_domain 'store' %}
{% form_theme form 'form/front.html.twig' %}
{% block title %}
{{ category.metaTitle }}
{% if app.request.attributes.get('av24h') %}
{{ 'products_in_24h_delivery'|trans({}, 'store', locale) }}
{% endif %}
{% if (app.request.query.get('page') == 1 or app.request.query.get('page') == null) %}
{% else %}
- {{ 'page'|trans }} {{ app.request.get('page') }}
{% endif %}
{% endblock %}
{% block meta_desc_key %}
{% if category.metaDescription is defined %}
<meta name="description" content="{{ category.metaDescription|raw }}">
{% else %}
<meta name="description" content="Centrum Krzeseł, Sprawdź krzesła i fotele do biura i domu. Niskie ceny, gwarancja oraz dostawa 24h. Kup teraz!">
{% endif %}
{% if category.metaKeywords is defined %}
<meta name="keywords" content="{{ category.metaKeywords|raw }}">
{% else %}
<meta name="keywords" content="krzesła, fotele, hokery, meble, sklep internetowy, zakupy, centrum krzeseł">
{% endif %}
{% if app.request.locale == 'pl' %}
{# veltis tag #}
{#
<script async src='https://app.veltis.io/uploads/veltis.js'></script><script>window.veltisData = window.veltisData || []; function veltisTag() { veltisData.push(arguments); } veltisTag('js', new Date()); veltisTag('config', '1aadaf84c154d3e3'); </script>
#}
{% endif %}
{% endblock %}
{% block facebook %}
{% if category.imageName %}
<meta property="og:image" content="{{ language.storeUrl }}/images/category/{{ category.imageName }}"/>
{% endif %}
{% autoescape %}
<meta property="og:title" content="{{ category.name }}"/>
{% endautoescape %}
<meta property="og:url" content="{{ language.storeUrl }}{{ path('category', {'slug':category.slug, 'id':category.id}) }}"/>
<meta property="og:type" content="product.group"/>
{% if category.metaDescription is defined %}
<meta property="og:description" content="{{ category.metaDescription|raw }}">
{% else %}
<meta property="og:description" content="{{ category.metaTitle|raw }}">
{% endif %}
{% if app.request.get('slug') is defined and app.request.get('page') is defined %}
{#
{{ linkrel|raw }}
#}
{% endif %}
{% if app.request.locale == 'pl' %}
{% if category.getCanonical %}
<link rel="canonical" href="{{ category.getCanonical }}" />
{% else %}
{% if app.request.get('search') %}
<link rel="canonical" href="https://www.centrumkrzesel.pl{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.attributes.get('av24h') %}
<link rel="canonical" href="https://www.centrumkrzesel.pl{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.get('page') == 1 %}
<link rel="canonical" href="https://www.centrumkrzesel.pl{{ path('category', {'slug':category.slug, 'id':category.id}) }}" />
{% elseif app.request.get('page') >= 2 %}
{% endif %}
{% endif %}
{% endif %}
{% if app.request.locale == 'cz' %}
{% if category.getCanonical %}
<link rel="canonical" href="{{ category.getCanonical }}" />
{% else %}
{% if app.request.get('search') %}
<link rel="canonical" href="https://www.ezidle.cz{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.attributes.get('av24h') %}
<link rel="canonical" href="https://www.ezidle.cz{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.get('page') == 1 %}
<link rel="canonical" href="https://www.ezidle.cz{{ path('category', {'slug':category.slug, 'id':category.id}) }}" />
{% elseif app.request.get('page') >= 2 %}
{% endif %}
{% endif %}
{% endif %}
{% if app.request.locale == 'sk' %}
{% if category.getCanonical %}
<link rel="canonical" href="{{ category.getCanonical }}" />
{% else %}
{% if app.request.get('search') %}
<link rel="canonical" href="https://www.stolicky24.sk{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.attributes.get('av24h') %}
<link rel="canonical" href="https://www.stolicky24.sk{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.get('page') == 1 %}
<link rel="canonical" href="https://www.stolicky24.sk{{ path('category', {'slug':category.slug, 'id':category.id}) }}" />
{% elseif app.request.get('page') >= 2 %}
{% endif %}
{% endif %}
{% endif %}
{% if app.request.locale == 'ro' %}
{% if category.getCanonical %}
<link rel="canonical" href="{{ category.getCanonical }}" />
{% else %}
{% if app.request.get('search') %}
<link rel="canonical" href="https://www.mobila24.ro{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.attributes.get('av24h') %}
<link rel="canonical" href="https://www.mobila24.ro{{ path('category', {'id':category.id, 'slug':category.slug}) }}" />
{% elseif app.request.get('page') == 1 %}
<link rel="canonical" href="https://www.mobila24.ro{{ path('category', {'slug':category.slug, 'id':category.id}) }}" />
{% elseif app.request.get('page') >= 2 %}
{% endif %}
{% endif %}
{% endif %}
{% endblock %}
{% block css %}
{{ parent() }}
<style>
/* Kolory w bocznym menu rozwijanym dzialaja, ale problem jest w tym ze input typu checkbox nie ma backgrounda i trzeba z osobna dodawac kazdy background image z kazdym kolorem/tkanina. Checkbox dodaje sie sam. Jezeli tkanina jest jasna, checkbox musi byc czarny*/
#kolory label.kolor-czerowny:before {
background: url(/images/red-bg.png)center center no-repeat;
}
#kolory input[type=checkbox]:checked + label.kolor-czerowny:before {
background:url(/images/check.png)center center no-repeat, url(/images/red-bg.png)center center no-repeat;
}
#kolory label.kolor-zielony:before {
background: url(/images/zielony-bg.png)center center no-repeat;
}
#kolory input[type=checkbox]:checked + label.kolor-zielony:before {
background:url(/images/check-czarny.png)center center no-repeat, url(/images/zielony-bg.png)center center no-repeat;
}
@media (max-width: 1022px) {
label.checkbox {
margin-bottom: 8px!important;
}
}
@media (min-width: 900px) {
#search_functions, #search_execution {
max-height: 470px;
overflow-y: auto;
overflow-x: hidden;
}
.image img {
width:auto;
margin-left: auto;
margin-right: auto;
}
}
@media (max-width: 500px) {
.with-description {
height:auto!important;
}
}
.cat-desc-excerpt {
overflow: hidden;
text-overflow: ellipsis;
height: 110px;
}
#cat-desc-excerpt h2 {
font-size:initial!important;
font-weight: bold;
}
#cat-desc-excerpt h1 {
font-size:initial!important;
}
#cat-desc-excerpt h3 {
font-size:initial!important;
}
#cat-desc-excerpt a {
color:#ef1b2b!important;
}
#cat-desc-excerpt ul {
list-style: initial!important;
}
#cat-desc-excerpt li {
list-style: initial!important;
margin-left:30px;
}
#search_color .checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
#search_color .checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
#search_color .checkmark {
position: absolute;
top: 0;
left: 0;
height: 22px;
width: 22px;
background-color: #ebebeb;
}
/* Create the checkmark/indicator (hidden when not checked) */
#search_color .checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
#search_color .checkbox input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
#search_color .checkbox .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
/* MOBILE COLORS */
#search_colorMobile .checkbox {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Hide the browser's default checkbox */
#search_colorMobile .checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
/* Create a custom checkbox */
#search_colorMobile .checkmark {
position: absolute;
top: 0;
left: 0;
height: 22px;
width: 22px;
background-color: #ebebeb;
}
/* Create the checkmark/indicator (hidden when not checked) */
#search_colorMobile .checkmark:after {
content: "";
position: absolute;
display: none;
}
/* Show the checkmark when checked */
#search_colorMobile .checkbox input:checked ~ .checkmark:after {
display: block;
}
/* Style the checkmark/indicator */
#search_colorMobile .checkbox .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
</style>
<style>
#search_availability .checkbox {
float:left;
}
</style>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script>
$(document).ready(function () {
$('#search_sorting').on("change", function() {
$('#submitButton').trigger("click");
});
$('.wiecej-pomieszczen').trigger("click");
{% if app.request.attributes.get('av24h') %}
$('#search_availability_5').on("click", function() {
if (!$(this).is(":selected")) {
var url = $('#current_url').val();
window.location.href = url;
return;
} else {
var url = $('#current_url_24h').val();
window.location.href = url;
return;
}
});
{% else %}
$('#search_availability_5').on("click", function() {
if (!$(this).is(":selected")) {
var url = $('#current_url_24h').val();
window.location.href = url;
return;
} else {
var url = $('#current_url').val();
window.location.href = url;
return;
}
});
{% endif %}
{% if app.request.attributes.get('av24h') %}
$('#search_availability_5').prop("checked", true);
{% else %}
{% endif %}
$('.productsPerPage').on("change", function() {
var productsPerPage = $(this).val();
var url = $('#change_products_per_page_url').val();
$.ajax({
type: "POST",
url: url,
data: {'productsPerPage':productsPerPage},
success: function (data) {
window.location.reload();
}
});
});
$('#search_color label input').each(function() {
var color = $(this).attr('color');
$(this).parent().css("padding-top", "2px");
if (color === '#ffffff' || color === '#FFFFFF') {
$(this).next('span').css("border", '1px solid black');
} else {
$(this).next('span').css("background-color", color);
}
});
$(document).on('click','.is-mobile',function(){
$('#search_colorMobile label input').each(function() {
var color = $(this).attr('color');
$(this).parent().css("padding-top", "2px");
if (color === '#ffffff' || color === '#FFFFFF') {
$(this).next('span').css("border", '1px solid black');
} else {
$(this).next('span').css("background-color", color);
}
});
});
});
</script>
{% endblock %}
{% block content %}
<input type="hidden" id="current_url" value="{{ path('category', {'id':category.id, 'slug':category.slug}) }}"/>
<input type="hidden" id="current_url_24h" value="{{ path('category', {'id':category.id, 'av24h':'24h', 'slug':category.slug}) }}"/>
<input type="hidden" id="change_products_per_page_url" value="{{ path('change_products_per_page') }}"/>
<!-- START OF CATEGORY NAME SECTION -->
<section class="section topSection">
<div class="container">
<div class="columns is-multiline">
<div class="column is-full">
<h1 style="display: inline-block" class="is-size-2">
{% if category.getCustomH1 %}
{{ category.getCustomH1 }}
{% else %}
{{ category.name }}
{% endif %}
{% if app.request.attributes.get('av24h') %}
{{ 'sending_in_24h'|trans }}
</span>
{% endif %}
</h1>
<span style="display: inline-block; color:#d0d0d0!important;" class="is-size-2">({{ products.getTotalItemCount() }})</span>
</div>
<!-- START OF BREADCRUMBS -->
<div class="no-top-padding column is-full" style="margin-top:-10px;">
<nav class="breadcrumb has-arrow-separator is-hidden-mobile" aria-label="breadcrumb">
<ul vocab="https://schema.org/" typeof="BreadcrumbList">
<li property="itemListElement" typeof="ListItem">
<a id="0" property="item" typeof="WebPage" href="{{ path('homepage') }}"><span property="name">{{ language.shopName }}</span></a>
<meta property="position" content="1">
</li>
{% set c = 1 %}
{% if category.parent is defined and category.parent %}
{% set c = c + 1 %}
<li property="itemListElement" typeof="ListItem" style="margin-top:-2px;">
<a id="{{ category.id }}" property="item" typeof="WebPage" href="{{ path('category', {'id':category.parent.id, 'slug':category.parent.slug}) }}">
<span property="name">{{ category.parent.name }}</span>
{% if app.request.attributes.get('av24h') %}
{{ 'sending_in_24h'|trans }}
{% endif %}
</a>
<meta property="position" content="{{ c }}">
</li>
{% endif %}
<li property="itemListElement" typeof="ListItem" style="margin-top:-2px;">
<a id="{{ category.id }}" property="item" typeof="WebPage"><span property="name">{{ category.name }}</span>
{% if app.request.attributes.get('av24h') %}
{{ 'sending_in_24h'|trans }}
{% endif %}
</a>
<meta property="position" content="{{ c+1 }}">
</li>
</ul>
</nav>
</div>
<!-- END OF BREADCRUMBS -->
</div>
</div>
</section>
<!-- END OF CATEGORY NAME SECTION -->
<!-- START OF MAIN SECTION -->
{{ form_start(form, {'attr': {'method':'get', 'role':'form', 'novalidate': 'novalidate'}}) }}
<section class="section remove-padding-top">
<div class="container">
<div class="columns">
{% include 'frontend/category/_leftSidebar.html.twig' %}
{% set criteoIds = [] %}
<div class="columns is-multiline is-mobile lista-produktow" v-match-heights="{ el: [ '.with-description' ] }">
{% if products.getTotalItemCount == 0 %}
<div style="text-align: center; width:100%; padding:40px;">
<i class="fa fa-search-minus" style="font-size:40px; font-weight: bold; padding:20px;"></i>
<br/>
{{ 'no_results_category'|trans }}
</div>
{% else %}
{% for productData in products %}
{% set product = productData[0] %}
{% set criteoIds = criteoIds|merge([product.id]) %}
{% include 'frontend/components/smallProduct.html.twig' with {'isOneThird':1, 'product':product, 'productData':productData} %}
{% endfor %}
{% endif %}
</div>
</div>
<!-- END OF PRODUCT LIST -->
</div>
<div class="level-right">
<div class="level-item">
{{ knp_pagination_render(products) }}
</div>
</div>
</section>
{{ form_end(form) }}
<!-- END OF MAIN SECTION -->
{% include 'frontend/category/_lastViewed.html.twig' %}
{% if category.getDescription and (app.request.query.get('page') == 1 or app.request.query.get('page') == null) %}
<div class="section">
<div class="container">
<div id="js_cat-desc-content">
<div id="cat-desc-excerpt" class="cat-desc-excerpt ellipsis" style="font-size: 13px;">
{{ category.getDescription|strongReplacer|raw }}
</div>
<a class="dotted-link read-more" style="margin-top:10px; float:right;" data-target="js_cat-desc-content" role="button">{{ 'read_more'|trans }}...</a>
</div>
</div>
</div>
{% endif %}
{% set criteoCount = 0 %}
{% if app.request.locale == 'pl' %}
<script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
<script type="text/javascript">
window.criteo_q = window.criteo_q || [];
var deviceType = /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d";
window.criteo_q.push(
{ event: "setAccount", account: 36267 },
{ event: "setSiteType", type: deviceType },
{ event: "setEmail", email: "{% if app.user.email is defined %} {{ app.user.email }} {% endif %}" },
{ event: "viewList", item:[ {% for item in criteoIds|slice(0,3) %}{% set criteoCount = criteoCount + 1 %}{% if criteoCount != 3 %} "{{ item }}", {% else %} "{{ item }}"{% endif %} {% endfor %} ]}
);
</script>
{% endif %}
{% endblock %}