templates/mens/category/category.twig line 1

  1. {% extends 'mens/base/base_mens.twig' %}
  2. {% block head %}
  3.     {# {{ encore_entry_link_tags('app_product') }} #}
  4.     {# {% include 'front_end/product/styles.html.twig' %} #}
  5.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7.     <meta name="viewport" content="width=device-width,initial-scale=1">
  8.     <meta name="description" content="multikart">
  9.     <meta name="keywords" content="multikart">
  10.     <meta name="author" content="multikart">
  11.     <link rel="icon" href="{{ asset('assets/images/favicon/1.png') }}" type="image/x-icon">
  12.     <link rel="shortcut icon" href="{{ asset('assets/images/favicon/1.png') }}" type="image/x-icon">
  13.     <title>SELECTWEARS</title>
  14.     <!--Google font-->
  15.     <link href="https://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet">
  16.     <link rel="preconnect" href="https://fonts.gstatic.com">
  17.     <link href="https://fonts.googleapis.com/css2?family=Yellowtail&display=swap" rel="stylesheet">
  18.     <!--Slick slider css-->
  19.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/slick.css') }}">
  20.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/slick-theme.css')}}">
  21.     <!-- Animate icon -->
  22.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/animate.css') }}">
  23.     <!-- Themify icon -->
  24.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/themify-icons.css') }}">
  25.     <!-- Bootstrap css -->
  26.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/bootstrap.css') }}">
  27.     <!-- Theme css -->
  28.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/style.css') }}">
  29.     <!-- Icons -->
  30.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
  31.     {# <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/font-awesome.css') }}"> #}
  32.         <!-- Price range icon -->
  33.     <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/vendors/price-range.css') }}">
  34.     <style>
  35.         .list-group-item a {
  36.             color: unset !important;
  37.         }
  38.         .variant-wrap{
  39.             text-align: left !important;
  40.             right: unset !important;
  41.             width: -webkit-fill-available;
  42.             float: right;
  43.             background: #e3dfdf;
  44.             bottom: 0 !important;
  45.         }
  46.         .image-swatch li img{
  47.             margin-right: unset !important;
  48.         }
  49.         .heart-wrap {
  50.             top: 0px !important;
  51.             bottom: unset !important;
  52.         }
  53.         .product-box .image-swatch li img {
  54.             width: 60px;
  55.             height: 60px;
  56.         }
  57.         .variant-wrap {
  58.             background: #e3dfdf6e;
  59.         }
  60.         {# .v-swatch:hover{
  61.             border: 1px solid black;
  62.         } #}
  63.     </style>
  64. {% endblock %}
  65.  {% block main %}
  66.     <input id="category_id" name="category_id" type="text" value={{ categoryId }} class="d-none"/>
  67.     <!-- section start -->
  68.     <section class="section-b-space ratio_asos">
  69.         <div class="collection-wrapper">
  70.             <div class="container">
  71.                 <div class="row">
  72.                     <div class="collection-content col">
  73.                         <div class="page-main-content d-flex">
  74.                                     <div class="col-sm-2 col-2 collection-filter">
  75.                                         <div class="">
  76.                                             <nav aria-label="breadcrumb" class="theme-breadcrumb">
  77.                                                 <ol class="breadcrumb">
  78.                                                 {% if category.parentCategory %}
  79.                                                     {% if category.parentCategory.parentCategory %}
  80.                                                         <li class="breadcrumb-item">
  81.                                                             <a href="{{ path('app_category',{id: category.parentCategory.parentCategory.id}) }}">
  82.                                                                 {{category.parentCategory.parentCategory.name }}
  83.                                                             </a>
  84.                                                         </li>
  85.                                                     {% endif %}
  86.                                                 
  87.                                                     <li class="breadcrumb-item">
  88.                                                         <a href="{{ path('app_category',{id:category.parentCategory.id }) }}">
  89.                                                             {{category.parentCategory.name }}
  90.                                                         </a>
  91.                                                     </li>
  92.                                                 {% endif %}
  93.                                                     <li class="breadcrumb-item active" aria-current="page">{{category.name}}</li>
  94.                                                 </ol>
  95.                                             </nav>
  96.                                         </div>
  97.                                         {# <h3>{{category.name}}</h3> #}
  98.                                         {% if category.childCategory %}
  99.                                             <ul class="list-group text-uppercase">
  100.                                             {% for category in category.childCategory %}
  101.                                                 <li class="list-group-item border-0">
  102.                                                 <a href="{{ path('app_category',{id:category.id}) }}">{{category.name}}</a>
  103.                                                 </li>
  104.                                             {% endfor %}
  105.                                             </ul>
  106.                                         {% endif %}
  107.                                     </div>
  108.                             <div id="category_content" class="collection-product-wrapper col-10 col-small-12">
  109.                                     <div class="product-top-filter">
  110.                                         <div class="row">
  111.                                             <div class="col-12">
  112.                                                 <div class="product-filter-content">
  113.                                                     <div class="search-count">
  114.                                                         <h5><span id="totalFound">{{ totalOfProducts }} </span>{{ 'Products found' | trans({},'templates') }}</h5>
  115.                                                     </div>
  116.                                                     <div class="product-page-per-view">
  117.                                                         <select id="color-filter-category">
  118.                                                             <option value="">{{ 'Color' | trans({},'templates') }}</option>
  119.                                                             {% for color in colors %}
  120.                                                             <option value="{{ color.value }}">{{ color.value}}</option>
  121.                                                             {% endfor %}
  122.                                                         </select>
  123.                                                     </div>
  124.                                                     <div class="product-page-filter">
  125.                                                         <select id="size-filter-category">
  126.                                                             <option value="">{{ 'Size' | trans({},'templates') }}</option>
  127.                                                             {% for size in sizes %}
  128.                                                                 <option value="{{ size.value }}">{{ size.value }}</option>
  129.                                                             {% endfor %}
  130.                                                         </select>
  131.                                                     </div>
  132.                                                     <div class="product-page-filter">
  133.                                                         <div class="collection-collapse-block-content">
  134.                                                             <div class="wrapper mt-3">
  135.                                                                 <div class="range-slider">
  136.                                                                     <input id="price-filter-category" type="text" class="js-range-slider" value=""
  137.                                                                             data-type="double"
  138.                                                                             data-min="{{ priceRange.min_price }}"
  139.                                                                             data-max="{{ priceRange.max_price }}"
  140.                                                                             data-step="0.5"
  141.                                                                             {# data-from="{{ priceRange.min_price }}"
  142.                                                                             data-to="{{ priceRange.max_price }}" #}
  143.                                                                     />
  144.                                                                 </div>
  145.                                                             </div>
  146.                                                         </div>
  147.                                                         {# <select>
  148.                                                             <option value="">Price</option>
  149.                                                             <option value="Low to High">Low</option>
  150.                                                             <option value="Low to High">High</option>
  151.                                                         </select> #}
  152.                                                     </div>
  153.                                                 </div>
  154.                                             </div>
  155.                                         </div>
  156.                                     </div>
  157.                                 <div id="category_main" >
  158.                                 {% if products %}
  159.                                 <div class="product-wrapper-grid">
  160.                                     <div class="row margin-res">
  161.                                     
  162.                                         <div class="row">
  163.                                         {% for product in products %}
  164.                                         {# {{ product.firstVariantId() }} #}
  165.                                             <div class="col-xl-4 col-6 col-grid-box">
  166.                                                 <div class="product-box">
  167.                                                     <div class="img-wrapper">
  168.                                                         <div  class="front">
  169.                                                             <a id="front-{{product.id}}" href="{{ path('app_product_page',{'pid': product.id, 'vid': product.firstVariantId(),'gender': "mens" }) }}">
  170.                                                             <img  src="{{ product.mainImage }}"
  171.                                                                     class="img-fluid blur-up lazyload bg-img" alt=""></a>
  172.                                                         </div>
  173.                                                         <div  class="back">
  174.                                                             <a id="back-{{product.id}}" href="{{ path('app_product_page',{'pid': product.id ,'vid': product.firstVariantId(),'gender': "mens" }) }}">
  175.                                                             <img src="{{ product.mainImage }}" class="img-fluid blur-up lazyload bg-img" alt="">
  176.                                                             </a>
  177.                                                         </div>
  178.                                                         {% if product.variants|length > 1 %}
  179.                                                             
  180.                                                         <div class="cart-info cart-wrap variant-wrap">
  181.                                                             <ul class="image-swatch">
  182.                                                                 {% for variant in product.variants|slice(0,4) %}
  183.                                                                 <li  class="v-swatch">
  184.                                                                     <a href="{{path('app_product_page',{'pid': product.id,'vid': variant.id,gender: "mens"})}}">
  185.                                                                         <img 
  186.                                                                             onmouseleave="category.oldImg('{{variant.product.id}}',this)" 
  187.                                                                             onmouseenter="category.swatchImg('{{variant.product.id}}',this)" 
  188.                                                                             src="{{ variant.mainImage }}"
  189.                                                                             alt="" 
  190.                                                                             class="img-fluid blur-up lazyload">
  191.                                                                     </a>
  192.                                                                 </li>
  193.                                                                 {% endfor %}
  194.                                                                 {% if product.variants|length > 4 %}
  195.                                                                 {% set more = product.variants|length - 4 %}
  196.                                                                 <li  class="v-swatch  v-swatch-more">
  197.                                                                     <a class="text-dark" href="{{ path('app_product_page',{'pid': product.id,'vid': product.firstVariantId(),'gender': "mens" }) }}">
  198.                                                                         + {{ more }}
  199.                                                                     </a>
  200.                                                                 </li>
  201.                                                                 {% endif %}
  202.                                                                 {# <li><a href="#"><img src="../assets/images/fashion/pro/m-002.jpg" alt=""
  203.                                                                 class="img-fluid blur-up lazyload"></a></li>
  204.                                                                 <li><a href="#"><img src="../assets/images/fashion/pro/m-003.jpg" alt=""
  205.                                                                 class="img-fluid blur-up lazyload"></a></li> #}
  206.                                                             </ul>
  207.                                                         </div>
  208.                                                         {% endif %}
  209.                                                         <div class="cart-info cart-wrap heart-wrap">
  210.                                                             <a  href="javascript:void(0)" 
  211.                                                                 title="{{ 'Add to Wishlist' | trans({},'templates') }}"
  212.                                                                 data-p-id={{ product.id }}
  213.                                                                 data-p-name={{ product.name }}
  214.                                                                 data-p-price={{ product.firstVariantPrice() }}
  215.                                                                 data-p-image={{ product.mainImage }}
  216.                                                                 data-p-api={{ product.apiId }}
  217.                                                                 onclick="addToFavoris(this)"
  218.                                                             >
  219.                                                                 {% if product.id in app.session.get('wishlist') %}
  220.                                                                 <i class='fa-solid fa-heart' style='color: #ff0000;'></i>
  221.                                                                 {% else %}
  222.                                                                     <i class="ti-heart" aria-hidden="true"></i>
  223.                                                                 {% endif %}
  224.                                                             </a>                
  225.                                                         </div>
  226.                                                     </div>
  227.                                                     <div class="product-detail">
  228.                                                         <div>
  229.                                                             <a href="product-page(no-sidebar).html">
  230.                                                                 <h6>{{product.name}}</h6>
  231.                                                             </a>
  232.                                                             <p>{{product.description}}</p>
  233.                                                             <h4>{{product.firstVariantPrice()}} EUR</h4>
  234.                                                         </div>
  235.                                                     </div>
  236.                                                 </div>
  237.                                             </div>
  238.                                         {% endfor %}
  239.                                         </div>
  240.                                     </div>
  241.                                 </div>
  242.                                 {% else %}
  243.                                     <!-- section start -->
  244.                                             <section class="p-0">
  245.                                                 <div class="container">
  246.                                                     <div class="row">
  247.                                                         <div class="col-sm-12">
  248.                                                             <div class="error-section">
  249.                                                                 {# <h1>404</h1> #}
  250.                                                                 <h2>{{ 'NO PRODUCTS FOUND IN THIS CATEGORY' | trans({},'templates') }}</h2>
  251.                                                                 <a href="/mens" class="btn btn-solid">{{ 'back to home' | trans({},'templates') }}</a>
  252.                                                             </div>
  253.                                                         </div>
  254.                                                     </div>
  255.                                                 </div>
  256.                                             </section>
  257.                                     <!-- Section ends -->
  258.                                 {% endif %}
  259.                                 <div class="knp-pagination">
  260.                                     {{ knp_pagination_render(products,'pagination.twig') }} 
  261.                                 </div> 
  262.                                 </div>
  263.                             </div>
  264.                             
  265.                         </div>
  266.                     </div>
  267.                 </div>
  268.             </div>
  269.         </div>
  270.     </section>
  271.     <!-- section End -->
  272.     <!-- tap to top start -->
  273.     <div class="tap-top">
  274.         <div><i class="fa fa-angle-double-up"></i></div>
  275.     </div>
  276.     <!-- tap to top end -->
  277. {% endblock %}
  278.     {% block js %}
  279.     
  280.     <!-- latest jquery-->
  281.     <script src="{{ asset('assets/js/jquery-3.3.1.min.js') }}"></script>
  282.     <!-- menu js-->
  283.     <script src="{{ asset('assets/js/menu.js') }}"></script>
  284.     <!-- lazyload js-->
  285.     <script src="{{ asset('assets/js/lazysizes.min.js') }}"></script>
  286.     <!-- slick js-->
  287.     <script src="{{ asset('assets/js/slick.js') }}"></script>
  288.     <!-- Bootstrap js-->
  289.     <script src="{{ asset('assets/js/bootstrap.bundle.min.js') }}"></script>
  290.     <!-- Bootstrap Notification js-->
  291.     <script src="{{ asset('assets/js/bootstrap-notify.min.js') }}"></script>
  292.     <!-- price range js -->
  293.     <script src="{{ asset('assets/js/price-range.js') }}"></script>
  294.     <!-- Theme js-->
  295.     <script src="{{ asset('assets/js/theme-setting.js') }}"></script>
  296.     <script src="{{ asset('assets/js/script.js') }}"></script>
  297.     <script>
  298.         function openSearch() {
  299.             document.getElementById("search-overlay").style.display = "block";
  300.         }
  301.         function closeSearch() {
  302.             document.getElementById("search-overlay").style.display = "none";
  303.         }
  304.     </script>
  305.     {# <script src="{{ asset('assets/js/collection.js') }}"></script> #}
  306.     <script src="{{ asset('assets/js/modules.js') }}"></script>
  307.     {% endblock %}