var/cache/dev/twig/6a/6aece4ef1c73435c21d937404be43ce60677fe518e65c7a639302a83326c78c7.php line 279

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* home/shop-detail.html.twig */
  14. class __TwigTemplate_f471f4adc98000938bf71cc21887e4adf75127c4b74a3a18cba7e425e4a62dfd extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'body' => [$this'block_body'],
  24.             'javascripts' => [$this'block_javascripts'],
  25.         ];
  26.     }
  27.     protected function doGetParent(array $context)
  28.     {
  29.         // line 1
  30.         return "layout/app_index.twig";
  31.     }
  32.     protected function doDisplay(array $context, array $blocks = [])
  33.     {
  34.         $macros $this->macros;
  35.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  36.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home/shop-detail.html.twig"));
  37.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  38.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""home/shop-detail.html.twig"));
  39.         $this->parent $this->loadTemplate("layout/app_index.twig""home/shop-detail.html.twig"1);
  40.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  41.         
  42.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  43.         
  44.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  45.     }
  46.     // line 3
  47.     public function block_body($context, array $blocks = [])
  48.     {
  49.         $macros $this->macros;
  50.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  51.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  52.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  53.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  54.         // line 4
  55.         echo "    
  56.  <header class=\"header\" >
  57. \t\t\t<!-- Topbar -->
  58. \t\t\t<div class=\"topbar\">
  59. \t\t\t\t<div class=\"container\">
  60. \t\t\t\t\t<div class=\"row\">
  61. \t\t\t\t\t\t<div class=\"col-lg-6 col-md-5 col-12\">
  62. \t\t\t\t\t\t\t<!-- Contact -->
  63. \t\t\t\t\t\t\t<ul class=\"top-link\">
  64. \t\t\t\t\t\t\t\t\t<li><i class=\"fa fa-phone\"></i>+880 1234 56789</li>
  65. \t\t\t\t\t\t\t\t<li><i class=\"fa fa-envelope\"></i><a href=\"mailto:support@yourmail.com\">support@service-africa.com</a></li>
  66. \t\t\t\t\t\t\t\t<li><a href=\"#\">FAQ</a></li>
  67. \t\t\t\t\t\t\t</ul>
  68. \t\t\t\t\t\t\t<!-- End Contact -->
  69. \t\t\t\t\t\t</div>
  70. \t\t\t\t\t\t<div class=\"col-lg-6 col-md-7 col-12\">
  71. \t\t\t\t\t\t\t<!-- Top Contact -->
  72. \t\t\t\t\t\t\t<ul class=\"top-contact\">
  73. \t\t\t\t\t\t\t<li><a href=\"";
  74.         // line 22
  75.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration");
  76.         echo "\">";
  77.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.register"), "html"nulltrue);
  78.         echo "</a></li>
  79. \t\t\t\t\t\t\t<li><a href=\"";
  80.         // line 23
  81.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login1");
  82.         echo "\">";
  83.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.connect"), "html"nulltrue);
  84.         echo " </a></li>
  85. \t\t\t\t\t\t\t
  86. \t\t\t\t\t\t\t</ul>
  87. \t\t\t\t\t\t\t<!-- End Top Contact -->
  88. \t\t\t\t\t\t</div>
  89. \t\t\t\t\t</div>
  90. \t\t\t\t</div>
  91. \t\t\t</div>
  92. \t\t\t<!-- End Topbar -->
  93. \t\t\t<!-- Header Inner -->
  94. \t\t\t<div class=\"header-inner\">
  95. \t\t\t\t<div class=\"container\">
  96. \t\t\t\t\t<div class=\"inner\">
  97. \t\t\t\t\t\t<div class=\"row\">
  98. \t\t\t\t\t\t\t<div class=\"col-lg-3 col-md-3 col-12\">
  99. \t\t\t\t\t\t\t\t<!-- Start Logo -->
  100. \t\t\t\t\t\t\t\t<div class=\"logo\">
  101. \t\t\t\t\t\t\t\t\t<a href=\"/\"><img src=\"";
  102.         // line 40
  103.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/dogmo/img/logo.png"), "html"nulltrue);
  104.         echo "\" alt=\"#\"></a>
  105. \t\t\t\t\t\t\t\t</div>
  106. \t\t\t\t\t\t\t\t<!-- End Logo -->
  107. \t\t\t\t\t\t\t\t<!-- Mobile Nav -->
  108. \t\t\t\t\t\t\t\t<div class=\"mobile-nav\"></div>
  109. \t\t\t\t\t\t\t\t<!-- End Mobile Nav -->
  110. \t\t\t\t\t\t\t</div>
  111. \t\t\t\t\t\t\t<div class=\"col-lg-7 col-md-9 col-12\">
  112. \t\t\t\t\t\t\t\t<!-- Main Menu -->
  113. \t\t\t\t\t\t\t\t<div class=\"main-menu\">
  114. \t\t\t\t\t\t\t\t\t<nav class=\"navigation\">
  115. \t\t\t\t\t\t\t\t\t\t<ul class=\"nav menu\">
  116. \t\t\t\t\t\t\t\t\t\t\t<li class=\"active\"><a href=\"#\">Accueil <i class=\"icofont-rounded-down\"></i></a>
  117. \t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
  118. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"index.html\">Home Page 1</a></li>
  119. \t\t\t\t\t\t\t\t\t\t\t\t</ul>
  120. \t\t\t\t\t\t\t\t\t\t\t</li>
  121. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">A propos</a></li>
  122. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Services </a></li>
  123. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.service-africa.com/shop-detail/1/0/0/0\">Shop</a></li>
  124. \t\t\t\t\t\t\t\t\t\t";
  125.         // line 72
  126.         echo "\t\t\t\t\t\t\t\t\t\t\t    <li><a href=\"";
  127.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("faq");
  128.         echo "\">Carrière </a></li>
  129. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"contact.html\">Contacts</a></li>
  130. \t\t\t\t\t\t\t\t\t\t\t
  131. \t\t\t\t\t\t\t\t\t\t</ul>
  132. \t\t\t\t\t\t\t\t\t</nav>
  133. \t\t\t\t\t\t\t\t</div>
  134. \t\t\t\t\t\t\t\t<!--/ End Main Menu -->
  135. \t\t\t\t\t\t\t</div>
  136. \t\t\t\t\t\t\t<div class=\"col-lg-2 col-12\">
  137. \t\t\t\t\t\t\t\t<div class=\"get-quote\">
  138. \t\t\t\t\t\t\t\t\t
  139. \t\t\t\t\t\t\t\t\t
  140. \t\t\t\t\t\t\t\t\t\t<ul class=\"nav \">
  141. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\" style=\"color:white;\" class=\"btn\">Connexion <i class=\"icofont-rounded-down\"></i></a>
  142. \t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
  143. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://webmail-rs3052.isp-network.eu/\" target=\"_blank\">E-Mail Connexion</a></li>
  144. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://socemic.2icr.com/application/main/login_soft.php\" target=\"_blank\">Admin Connexion</a></li>
  145. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"";
  146.         // line 90
  147.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login1");
  148.         echo "\">";
  149.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.connect"), "html"nulltrue);
  150.         echo " </a></li>
  151. \t\t\t\t\t\t\t\t\t\t\t\t</ul>
  152. \t\t\t\t\t\t\t\t\t\t\t</li>
  153. \t\t\t\t\t\t\t\t\t\t</ul>
  154. \t\t\t\t\t\t\t\t\t
  155. \t\t\t\t\t\t\t\t\t
  156. \t\t\t\t\t\t\t\t</div>
  157. \t\t\t\t\t\t\t</div>
  158. \t\t\t\t\t\t</div>
  159. \t\t\t\t\t</div>
  160. \t\t\t\t</div>
  161. \t\t\t</div>
  162. \t\t\t<!--/ End Header Inner -->
  163. \t\t</header>
  164. ";
  165.         // line 109
  166.         if ((=== twig_compare((isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'109$this->source); })()), "USD"))) {
  167.             // line 110
  168.             echo "
  169.     ";
  170.             // line 111
  171.             $context["currency_symbol"] = "\$";
  172.             // line 112
  173.             echo "        
  174. ";
  175.         } elseif ((=== twig_compare(        // line 113
  176. (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'113$this->source); })()), "GBP"))) {
  177.             // line 114
  178.             echo "
  179.     ";
  180.             // line 115
  181.             $context["currency_symbol"] = "£";
  182.             // line 116
  183.             echo "
  184. ";
  185.         } elseif ((=== twig_compare(        // line 117
  186. (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'117$this->source); })()), "CAD"))) {
  187.             // line 118
  188.             echo "
  189.     ";
  190.             // line 119
  191.             $context["currency_symbol"] = "c\$";
  192.             // line 120
  193.             echo "
  194. ";
  195.         } elseif ((=== twig_compare(        // line 121
  196. (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'121$this->source); })()), "XAF"))) {
  197.             // line 122
  198.             echo "
  199.     ";
  200.             // line 123
  201.             $context["currency_symbol"] = "FCFA";
  202.             // line 124
  203.             echo "
  204. ";
  205.         } else {
  206.             // line 126
  207.             echo "
  208.     ";
  209.             // line 127
  210.             $context["currency_symbol"] = "€";
  211.             // line 128
  212.             echo "
  213. ";
  214.         }
  215.         // line 131
  216.         echo "
  217. ";
  218.         // line 133
  219.         if (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["app"] ?? null), "request", [], "any"falsetruefalse133), "request", [], "any"falsetruefalse133), "get", [=> "categori2"], "method"truetruefalse133)) {
  220.             // line 134
  221.             echo "
  222.  ";
  223.             // line 136
  224.             $context["cat0"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'136$this->source); })()), "request", [], "any"falsefalsefalse136), "request", [], "any"falsefalsefalse136), "get", [=> "categori2"], "method"falsefalsefalse136);
  225.             // line 137
  226.             echo "
  227.  ";
  228.         } else {
  229.             // line 139
  230.             echo "
  231.  ";
  232.             // line 140
  233.             $context["cat0"] = 1;
  234.             // line 141
  235.             echo "
  236.  ";
  237.         }
  238.         // line 144
  239.         echo "
  240.     <!--shop  area start-->
  241.     ";
  242.         // line 154
  243.         echo "    <div class=\"shop_area\">
  244.         <div class=\"container\">
  245.             <div class=\"row\">
  246.                 <div class=\"col-lg-9 col-md-12\">
  247.                     <!--shop banner area start-->
  248.                     <div class=\"shop_banner_area mb-30\" >
  249.                         <div class=\"row\">
  250.                             <div class=\"col-12\">
  251.                                 <div class=\"shop_banner_thumb\" style=\" padding: 10px 0;color:#E92E35; background-image:
  252.                         linear-gradient(to right, rgba(255, 255, 255, 0.52) 65%, rgba(241, 71, 5, 1) 100%),
  253.                         url('";
  254.         // line 164
  255.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/bg/shop_detail-1.jpg"), "html"nulltrue);
  256.         echo "');\">
  257.                                 <h3>";
  258.         // line 165
  259.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.africa_shopping"), "html"nulltrue);
  260.         echo " </h3>
  261.                                     <h3> ";
  262.         // line 166
  263.         echo twig_escape_filter($this->env, (isset($context["villeMagsin"]) || array_key_exists("villeMagsin"$context) ? $context["villeMagsin"] : (function () { throw new RuntimeError('Variable "villeMagsin" does not exist.'166$this->source); })()), "html"nulltrue);
  264.         echo "</h3>
  265.                                 </div>
  266.                             </div>
  267.                         </div>
  268.                     </div>
  269.                     <!--shop banner area end-->
  270.                     <!--shop toolbar start-->
  271.                     <div class=\"shop_toolbar_wrapper\">
  272.                        
  273.                         <div class=\"subscribe_form\">
  274.                             <form id=\"mc-form\" class=\"mc-form footer-newsletter\">
  275.                                 <input type=\"text\" name=\"search\" id=\"search\" autocomplete=\"off\" placeholder=\"";
  276.         // line 177
  277.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.search_product"), "html"nulltrue);
  278.         echo "...\"> 
  279.                                 <button ><i class=\"fa fa-search fa-2x\" aria-hidden=\"true\"></i></button>
  280.                             </form>                     
  281.                         </div>
  282.                         <div class=\"page_amount\">                          
  283.                             <select class=\"select_option\" name=\"short\" id=\"short\" onchange=\"loadDataHighORLow()\">  
  284.                                 <option value=\"\">Choice </option>\t\t\t\t\t\t\t
  285.                                 <option value=\"3\">";
  286.         // line 184
  287.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.Sort_by_newness"), "html"nulltrue);
  288.         echo "</option>
  289.                                 <option value=\"4\"> ";
  290.         // line 185
  291.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.Sort_by_price_high"), "html"nulltrue);
  292.         echo "  </option>
  293.                                 <option value=\"5\">  ";
  294.         // line 186
  295.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.Sort_by_price_low"), "html"nulltrue);
  296.         echo " </option>                             
  297.                             </select>                         
  298.                         </div>
  299.                     </div>
  300.                   
  301.                     <div id=\"output\"> </div>
  302.                       
  303.                    
  304.                     <div id=\"mycartsearch\"></div>
  305.                     <div>
  306.                       ";
  307.         // line 197
  308.         echo (isset($context["products_shop"]) || array_key_exists("products_shop"$context) ? $context["products_shop"] : (function () { throw new RuntimeError('Variable "products_shop" does not exist.'197$this->source); })());
  309.         echo "
  310.                     </div>
  311.                     ";
  312.         // line 201
  313.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'201$this->source); })()), "request", [], "any"falsefalsefalse201), "attributes", [], "any"falsefalsefalse201), "get", [=> "_route"], "method"falsefalsefalse201), "shop_detail_ville"))) {
  314.             // line 202
  315.             echo "
  316.                   
  317.                     ";
  318.         } else {
  319.             // line 206
  320.             echo "
  321.                                      
  322.                     <p id=\"demo12\"></p>
  323.                     <div id=\"loadData\"> </div>
  324.                     <div id=\"loadData1\"> </div>
  325.                     ";
  326.         }
  327.         // line 214
  328.         echo "
  329.                  
  330.                 </div>
  331.                     <!--shop wrapper end-->
  332.                
  333.                 <div class=\"col-lg-3 col-md-12\">
  334.                     <!--sidebar widget start-->
  335.                     <aside class=\"sidebar_widget\">
  336.                         <div class=\"widget_list widget_filter\">
  337.                             <h3> ";
  338.         // line 226
  339.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.filter_by_price"), "html"nulltrue);
  340.         echo "</h3>
  341.                             <form action=\"#\">
  342.                                 <div id=\"slider-range\"></div>
  343.                              ";
  344.         // line 230
  345.         echo "                                <br/>
  346.                                 <input type=\"text\" name=\"text\" id=\"amount\" />
  347.                             </form>
  348.                         </div>
  349.                         <div class=\"widget_list widget_categories\">
  350.                             <h3>Product categories</h3>
  351.                             <ul>
  352.                                 
  353.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-coffee\" aria-hidden=\"true\"></i> ";
  354.         // line 239
  355.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.petit_dejeuner"), "html"nulltrue);
  356.         echo "</a>
  357.                                     <ul class=\"widget_dropdown_categories\">
  358.                                         <li><a href=\"/shop-detail/";
  359.         // line 241
  360.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'241$this->source); })()), "html"nulltrue);
  361.         echo "/";
  362.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'241$this->source); })()), "html"nulltrue);
  363.         echo "/1/1\">";
  364.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lait"), "html"nulltrue);
  365.         echo "</a></li>
  366.                                         <li><a href=\"/shop-detail/";
  367.         // line 242
  368.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'242$this->source); })()), "html"nulltrue);
  369.         echo "/";
  370.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'242$this->source); })()), "html"nulltrue);
  371.         echo "/1/2\">";
  372.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.cafe"), "html"nulltrue);
  373.         echo "</a></li>
  374.                                         <li><a href=\"/shop-detail/";
  375.         // line 243
  376.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'243$this->source); })()), "html"nulltrue);
  377.         echo "/";
  378.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'243$this->source); })()), "html"nulltrue);
  379.         echo "/1/3\">";
  380.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.the"), "html"nulltrue);
  381.         echo "</a></li>
  382.                                         <li><a href=\"/shop-detail/";
  383.         // line 244
  384.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'244$this->source); })()), "html"nulltrue);
  385.         echo "/";
  386.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'244$this->source); })()), "html"nulltrue);
  387.         echo "/1/4\">";
  388.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.pate_tartiner"), "html"nulltrue);
  389.         echo "</a></li>
  390.                                         <li><a href=\"/shop-detail/";
  391.         // line 245
  392.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'245$this->source); })()), "html"nulltrue);
  393.         echo "/";
  394.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'245$this->source); })()), "html"nulltrue);
  395.         echo "/1/5\">";
  396.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fromage"), "html"nulltrue);
  397.         echo "</a></li>
  398.                                         <li><a href=\"/shop-detail/";
  399.         // line 246
  400.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'246$this->source); })()), "html"nulltrue);
  401.         echo "/";
  402.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'246$this->source); })()), "html"nulltrue);
  403.         echo "/1/6\">";
  404.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.oeuf"), "html"nulltrue);
  405.         echo "</a></li>
  406.                                         <li><a href=\"/shop-detail/";
  407.         // line 247
  408.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'247$this->source); })()), "html"nulltrue);
  409.         echo "/";
  410.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'247$this->source); })()), "html"nulltrue);
  411.         echo "/1/7\">";
  412.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.yaourt"), "html"nulltrue);
  413.         echo "</a></li>
  414.                                     </ul>
  415.                                 </li>
  416.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-child\" aria-hidden=\"true\"></i> ";
  417.         // line 250
  418.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.baby"), "html"nulltrue);
  419.         echo "</a>
  420.                                     <ul class=\"widget_dropdown_categories\">
  421.                                         <li><a href=\"/shop-detail/";
  422.         // line 252
  423.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'252$this->source); })()), "html"nulltrue);
  424.         echo "/";
  425.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'252$this->source); })()), "html"nulltrue);
  426.         echo "/13/1\">";
  427.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lait"), "html"nulltrue);
  428.         echo "</a></li>
  429.                                         <li><a href=\"/shop-detail/";
  430.         // line 253
  431.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'253$this->source); })()), "html"nulltrue);
  432.         echo "/";
  433.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'253$this->source); })()), "html"nulltrue);
  434.         echo "/13/2\">";
  435.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.cereales"), "html"nulltrue);
  436.         echo "</a></li>
  437.                                         <li><a href=\"/shop-detail/";
  438.         // line 254
  439.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'254$this->source); })()), "html"nulltrue);
  440.         echo "/";
  441.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'254$this->source); })()), "html"nulltrue);
  442.         echo "/13/3\">";
  443.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.couches"), "html"nulltrue);
  444.         echo "</a></li>
  445.                                         <li><a href=\"/shop-detail/";
  446.         // line 255
  447.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'255$this->source); })()), "html"nulltrue);
  448.         echo "/";
  449.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'255$this->source); })()), "html"nulltrue);
  450.         echo "/13/4\">";
  451.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lingettes"), "html"nulltrue);
  452.         echo "</a></li>
  453.                                         
  454.                                     </ul>
  455.                                 </li>
  456.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-glass\" aria-hidden=\"true\"></i> ";
  457.         // line 259
  458.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boissons"), "html"nulltrue);
  459.         echo "</a>
  460.                                     <ul class=\"widget_dropdown_categories\">
  461.                                         <li><a href=\"/shop-detail/";
  462.         // line 261
  463.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'261$this->source); })()), "html"nulltrue);
  464.         echo "/";
  465.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'261$this->source); })()), "html"nulltrue);
  466.         echo "/4/1\">";
  467.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.eau"), "html"nulltrue);
  468.         echo "</a></li>
  469.                                         <li><a href=\"/shop-detail/";
  470.         // line 262
  471.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'262$this->source); })()), "html"nulltrue);
  472.         echo "/";
  473.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'262$this->source); })()), "html"nulltrue);
  474.         echo "/4/2\">";
  475.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.jus_naturel"), "html"nulltrue);
  476.         echo "</a></li>
  477.                                         <li><a href=\"/shop-detail/";
  478.         // line 263
  479.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'263$this->source); })()), "html"nulltrue);
  480.         echo "/";
  481.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'263$this->source); })()), "html"nulltrue);
  482.         echo "/4/3\">";
  483.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boissons_gazeuses"), "html"nulltrue);
  484.         echo "</a></li>
  485.                                         <li><a href=\"/shop-detail/";
  486.         // line 264
  487.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'264$this->source); })()), "html"nulltrue);
  488.         echo "/";
  489.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'264$this->source); })()), "html"nulltrue);
  490.         echo "/4/4\">";
  491.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.sirops"), "html"nulltrue);
  492.         echo "</a></li>
  493.                                         <li><a href=\"/shop-detail/";
  494.         // line 265
  495.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'265$this->source); })()), "html"nulltrue);
  496.         echo "/";
  497.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'265$this->source); })()), "html"nulltrue);
  498.         echo "/4/5\">";
  499.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.vin_spiritueux"), "html"nulltrue);
  500.         echo "</a></li>
  501.                                     </ul>
  502.                                 </li>
  503.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-apple\" aria-hidden=\"true\"></i>";
  504.         // line 268
  505.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fruits_legumes"), "html"nulltrue);
  506.         echo "</a>
  507.                                     <ul class=\"widget_dropdown_categories\">
  508.                                         <li><a href=\"/shop-detail/";
  509.         // line 270
  510.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'270$this->source); })()), "html"nulltrue);
  511.         echo "/";
  512.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'270$this->source); })()), "html"nulltrue);
  513.         echo "/3/1\">";
  514.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fruits"), "html"nulltrue);
  515.         echo "</a></li>
  516.                                         <li><a href=\"/shop-detail/";
  517.         // line 271
  518.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'271$this->source); })()), "html"nulltrue);
  519.         echo "/";
  520.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'271$this->source); })()), "html"nulltrue);
  521.         echo "/3/2\">";
  522.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.legumes"), "html"nulltrue);
  523.         echo "</a></li>                                     
  524.                                     </ul>
  525.                                 </li>
  526.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-asterisk\" aria-hidden=\"true\"></i>  ";
  527.         // line 274
  528.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boucherie_poissonerie"), "html"nulltrue);
  529.         echo " </a>
  530.                     
  531.                                     <ul class=\"widget_dropdown_categories\">                       
  532.                                         <li><a href=\"/shop-detail/";
  533.         // line 277
  534.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'277$this->source); })()), "html"nulltrue);
  535.         echo "/";
  536.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'277$this->source); })()), "html"nulltrue);
  537.         echo "/10/1\">";
  538.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.crustace"), "html"nulltrue);
  539.         echo "</a></li>
  540.                                         <li><a href=\"/shop-detail/";
  541.         // line 278
  542.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'278$this->source); })()), "html"nulltrue);
  543.         echo "/";
  544.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'278$this->source); })()), "html"nulltrue);
  545.         echo "/10/2\">";
  546.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.poisson"), "html"nulltrue);
  547.         echo "</a></li>
  548.                                         <li><a href=\"/shop-detail/";
  549.         // line 279
  550.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'279$this->source); })()), "html"nulltrue);
  551.         echo "/";
  552.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'279$this->source); })()), "html"nulltrue);
  553.         echo "/10/3\">";
  554.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.viandes"), "html"nulltrue);
  555.         echo "</a></li>
  556.                                         <li><a href=\"/shop-detail/";
  557.         // line 280
  558.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'280$this->source); })()), "html"nulltrue);
  559.         echo "/";
  560.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'280$this->source); })()), "html"nulltrue);
  561.         echo "/10/4\">";
  562.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.volaille"), "html"nulltrue);
  563.         echo "</a></li>
  564.                                     </ul>
  565.                                 </li>
  566.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-eyedropper\" aria-hidden=\"true\"></i>  ";
  567.         // line 283
  568.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.assaisonnement"), "html"nulltrue);
  569.         echo "</a>
  570.                                     <ul class=\"widget_dropdown_categories\">
  571.                                         <li><a href=\"/shop-detail/";
  572.         // line 285
  573.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'285$this->source); })()), "html"nulltrue);
  574.         echo "/";
  575.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'285$this->source); })()), "html"nulltrue);
  576.         echo "/11/1\">";
  577.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.aromates"), "html"nulltrue);
  578.         echo "</a></li>
  579.                                         <li><a href=\"/shop-detail/";
  580.         // line 286
  581.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'286$this->source); })()), "html"nulltrue);
  582.         echo "/";
  583.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'286$this->source); })()), "html"nulltrue);
  584.         echo "/11/2\">";
  585.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.condiments"), "html"nulltrue);
  586.         echo "</a></li>
  587.                                         <li><a href=\"/shop-detail/";
  588.         // line 287
  589.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'287$this->source); })()), "html"nulltrue);
  590.         echo "/";
  591.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'287$this->source); })()), "html"nulltrue);
  592.         echo "/11/3\">";
  593.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.epices"), "html"nulltrue);
  594.         echo "</a></li>
  595.                     
  596.                                     </ul>
  597.                                 </li>
  598.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-tree\" aria-hidden=\"true\"></i> ";
  599.         // line 291
  600.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.tubercules_feculents"), "html"nulltrue);
  601.         echo "</a>
  602.                                     <ul class=\"widget_dropdown_categories\">
  603.                                         <li><a href=\"/shop-detail/";
  604.         // line 293
  605.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'293$this->source); })()), "html"nulltrue);
  606.         echo "/";
  607.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'293$this->source); })()), "html"nulltrue);
  608.         echo "/12/1\">";
  609.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.graines"), "html"nulltrue);
  610.         echo "</a></li>
  611.                                         <li><a href=\"/shop-detail/";
  612.         // line 294
  613.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'294$this->source); })()), "html"nulltrue);
  614.         echo "/";
  615.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'294$this->source); })()), "html"nulltrue);
  616.         echo "/12/2\">";
  617.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.tubercules"), "html"nulltrue);
  618.         echo "</a></li>
  619.                                         <li><a href=\"/shop-detail/";
  620.         // line 295
  621.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'295$this->source); })()), "html"nulltrue);
  622.         echo "/";
  623.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'295$this->source); })()), "html"nulltrue);
  624.         echo "/12/3\">";
  625.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.farines"), "html"nulltrue);
  626.         echo "</a></li>                                     
  627.                                     </ul>
  628.                                 </li>
  629.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-birthday-cake\" aria-hidden=\"true\"></i>  ";
  630.         // line 298
  631.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.epiceries"), "html"nulltrue);
  632.         echo "</a>
  633.                                     <ul class=\"widget_dropdown_categories\">
  634.                                         <li><a href=\"/shop-detail/";
  635.         // line 300
  636.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'300$this->source); })()), "html"nulltrue);
  637.         echo "/";
  638.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'300$this->source); })()), "html"nulltrue);
  639.         echo "/15/1\">";
  640.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.conserves"), "html"nulltrue);
  641.         echo "</a></li>
  642.                                         <li><a href=\"/shop-detail/";
  643.         // line 301
  644.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'301$this->source); })()), "html"nulltrue);
  645.         echo "/";
  646.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'301$this->source); })()), "html"nulltrue);
  647.         echo "/15/2\">";
  648.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.pates_riz"), "html"nulltrue);
  649.         echo "</a></li>
  650.                                         <li><a href=\"/shop-detail/";
  651.         // line 302
  652.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'302$this->source); })()), "html"nulltrue);
  653.         echo "/";
  654.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'302$this->source); })()), "html"nulltrue);
  655.         echo "/15/3\">";
  656.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.huiles"), "html"nulltrue);
  657.         echo "</a></li>
  658.                                         <li><a href=\"/shop-detail/";
  659.         // line 303
  660.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'303$this->source); })()), "html"nulltrue);
  661.         echo "/";
  662.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'303$this->source); })()), "html"nulltrue);
  663.         echo "/15/4\">";
  664.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.sucres"), "html"nulltrue);
  665.         echo "</a></li>
  666.                                         <li><a href=\"/shop-detail/";
  667.         // line 304
  668.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'304$this->source); })()), "html"nulltrue);
  669.         echo "/";
  670.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'304$this->source); })()), "html"nulltrue);
  671.         echo "/15/5\">";
  672.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.confiseries"), "html"nulltrue);
  673.         echo "</a></li>
  674.                                         <li><a href=\"/shop-detail/";
  675.         // line 305
  676.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'305$this->source); })()), "html"nulltrue);
  677.         echo "/";
  678.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'305$this->source); })()), "html"nulltrue);
  679.         echo "/15/6\">";
  680.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.biscuits"), "html"nulltrue);
  681.         echo "</a></li>
  682.                                         <li><a href=\"/shop-detail/";
  683.         // line 306
  684.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'306$this->source); })()), "html"nulltrue);
  685.         echo "/";
  686.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'306$this->source); })()), "html"nulltrue);
  687.         echo "/15/7\">";
  688.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.chocolats"), "html"nulltrue);
  689.         echo "</a></li>
  690.                                     </ul>
  691.                                 </li>
  692.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-building\" aria-hidden=\"true\"></i> ";
  693.         // line 309
  694.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.construction_maison"), "html"nulltrue);
  695.         echo "</a>
  696.                                     <ul class=\"widget_dropdown_categories\">
  697.                                         <li><a href=\"/shop-detail/";
  698.         // line 311
  699.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'311$this->source); })()), "html"nulltrue);
  700.         echo "/";
  701.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'311$this->source); })()), "html"nulltrue);
  702.         echo "/14/1\">";
  703.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.produits_entretien"), "html"nulltrue);
  704.         echo "</a></li>
  705.                                         <li><a href=\"/shop-detail/";
  706.         // line 312
  707.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'312$this->source); })()), "html"nulltrue);
  708.         echo "/";
  709.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'312$this->source); })()), "html"nulltrue);
  710.         echo "/14/2\">";
  711.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.hygiene"), "html"nulltrue);
  712.         echo "</a></li>
  713.                                         <li><a href=\"/shop-detail/";
  714.         // line 313
  715.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'313$this->source); })()), "html"nulltrue);
  716.         echo "/";
  717.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'313$this->source); })()), "html"nulltrue);
  718.         echo "/14/3\">";
  719.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.gaz_domestique"), "html"nulltrue);
  720.         echo "</a></li>
  721.                                     </ul>
  722.                                 </li>
  723.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-hourglass-half\" aria-hidden=\"true\"></i> Packs</a>
  724.                                     <ul class=\"widget_dropdown_categories\">
  725.                                         <li><a href=\"/shop-detail/";
  726.         // line 318
  727.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'318$this->source); })()), "html"nulltrue);
  728.         echo "/";
  729.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'318$this->source); })()), "html"nulltrue);
  730.         echo "/1/1\">Happy Familly</a></li>
  731.                                         <li><a href=\"/shop-detail/";
  732.         // line 319
  733.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'319$this->source); })()), "html"nulltrue);
  734.         echo "/";
  735.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'319$this->source); })()), "html"nulltrue);
  736.         echo "/1/2\">Check out</a></li>
  737.                                         <li><a href=\"/shop-detail/";
  738.         // line 320
  739.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'320$this->source); })()), "html"nulltrue);
  740.         echo "/";
  741.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'320$this->source); })()), "html"nulltrue);
  742.         echo "/1/3\">Construction </a></li>
  743.                                     </ul>
  744.                                 </li>
  745.                                 ";
  746.         // line 330
  747.         echo "                            </ul>
  748.                           
  749.                         </div>
  750.                         ";
  751.         // line 355
  752.         echo "                    </aside>
  753.                     <!--sidebar widget end-->
  754.                 </div>
  755.             </div>
  756.         </div>
  757.     </div>
  758. \t
  759. \t";
  760.         // line 362
  761.         $context["categori2"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'362$this->source); })()), "session", [], "any"falsefalsefalse362), "get", [=> "ville"], "method"falsefalsefalse362);
  762.         // line 363
  763.         echo "
  764.     ";
  765.         // line 364
  766.         $context["magasin"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'364$this->source); })()), "session", [], "any"falsefalsefalse364), "get", [=> "magasin"], "method"falsefalsefalse364);
  767.         // line 365
  768.         echo "   
  769.     <!--shop  area end-->
  770.      
  771.     ";
  772.         
  773.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  774.         
  775.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  776.     }
  777.     // line 370
  778.     public function block_javascripts($context, array $blocks = [])
  779.     {
  780.         $macros $this->macros;
  781.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  782.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  783.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  784.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  785.         // line 371
  786.         echo "
  787.     ";
  788.         // line 372
  789.         $this->displayParentBlock("javascripts"$context$blocks);
  790.         echo "
  791.       <script>  
  792.       
  793.      ";
  794.         // line 377
  795.         if ((((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'377$this->source); })()), "request", [], "any"falsefalsefalse377), "attributes", [], "any"falsefalsefalse377), "get", [=> "_route"], "method"falsefalsefalse377), "shop_detail_ville")) || (=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'377$this->source); })()), "request", [], "any"falsefalsefalse377), "attributes", [], "any"falsefalsefalse377), "get", [=> "_route"], "method"falsefalsefalse377), "shop_detail_ville"))) && (=== twig_compare((isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'377$this->source); })()), "")))) {
  796.             echo 
  797.    
  798.       window:location = \"http://yeyeto.com/\";
  799.     ";
  800.         }
  801.         // line 382
  802.         echo "
  803.        
  804.         function formSubmits(){
  805.            // var pid = document.getElementById(\"pid\").value;
  806.            var product_id =  \$(\"input[name=product_id]\").val();
  807.           //  var product_id = document.getElementById(\"product_id\").value;
  808.           
  809.            // var message = document.getElementById(\"message\").value;
  810.            // var dataString = 'name='+ name + '&message=' + message;
  811.                 
  812.           // var dataString = 'product_id='+ product_id ;
  813.             jQuery.ajax({
  814.                // url: \"";
  815.         // line 395
  816.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cart_search", ["id" => "+product_id+"]);
  817.         echo "\",
  818.                   url: \"/cart/addsearch/\"+product_id+\"\",
  819.               //  data: dataString,
  820.                 data : { product_id:product_id },
  821.                 type: \"POST\",
  822.                 success: function(data){
  823.                     //location.reload(true);
  824.                     \$(\"#mycartsearch\").html(data);
  825.                     
  826.                     SlickLoader.enable();
  827.                     SlickLoader.setText('Patientez un peu',' ...');
  828.                     setTimeout(function(){ SlickLoader.disable(); }, 2000);
  829.                 },
  830.                 error: function (){}
  831.             });
  832.             return true;
  833.         }
  834.        
  835.      
  836.         function loadDataHighORLow(){
  837.             var xss = document.getElementById(\"short\").value;
  838.           //  document.getElementById(\"demo12\").innerHTML = \"You selected: \" + xss;
  839. \t\t
  840.             if( xss == 4){
  841.                 \$.ajax({
  842.                     url : \"";
  843.         // line 425
  844.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
  845.         echo "\",
  846.                     type: \"POST\",
  847.                     cache:false,
  848.                     data:{page_l_h:xss, cat:  ";
  849.         // line 428
  850.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'428$this->source); })()), "html"nulltrue);
  851.         echo " ,  magasin:";
  852.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'428$this->source); })()), "html"nulltrue);
  853.         echo ", locale:'";
  854.         echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'428$this->source); })()), "html"nulltrue);
  855.         echo "', currencie:";
  856.         echo twig_escape_filter($this->env, (isset($context["currencie_convert"]) || array_key_exists("currencie_convert"$context) ? $context["currencie_convert"] : (function () { throw new RuntimeError('Variable "currencie_convert" does not exist.'428$this->source); })()), "html"nulltrue);
  857.         echo ", converter:'";
  858.         echo twig_escape_filter($this->env, (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'428$this->source); })()), "html"nulltrue);
  859.         echo "' },
  860.                     success:function(data){
  861.                         if (data) {
  862.                         \$(\"#loadData\").remove();
  863.                         \$(\"#demo12\").html(data)
  864.                         SlickLoader.enable();
  865.                         SlickLoader.setText('Patientez un peu',' ...');
  866.                         setTimeout(function(){ SlickLoader.disable(); }, 6000);
  867.                         }else{
  868.                         \$(\".loadbtn\").prop(\"disabled\", true);
  869.                         \$(\".loadbtn\").html('That is All');
  870.                         }
  871.                     }
  872.                 });
  873.             } if( xss == 5){
  874.                 \$.ajax({
  875.                     url : \"";
  876.         // line 448
  877.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
  878.         echo "\",
  879.                     type: \"POST\",
  880.                     cache:false,
  881.                     data:{page_h_l:xss, cat: ";
  882.         // line 451
  883.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'451$this->source); })()), "html"nulltrue);
  884.         echo " , magasin:";
  885.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'451$this->source); })()), "html"nulltrue);
  886.         echo ", locale:'";
  887.         echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'451$this->source); })()), "html"nulltrue);
  888.         echo "', currencie:";
  889.         echo twig_escape_filter($this->env, (isset($context["currencie_convert"]) || array_key_exists("currencie_convert"$context) ? $context["currencie_convert"] : (function () { throw new RuntimeError('Variable "currencie_convert" does not exist.'451$this->source); })()), "html"nulltrue);
  890.         echo ", converter:'";
  891.         echo twig_escape_filter($this->env, (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'451$this->source); })()), "html"nulltrue);
  892.         echo "' },
  893.                     success:function(data){
  894.                         if (data) {
  895.                         \$(\"#loadData\").remove();
  896.                         \$(\"#demo12\").html(data)
  897.                         \tSlickLoader.enable();
  898.                             SlickLoader.setText('Patientez un peu',' ...');
  899.                             setTimeout(function(){ SlickLoader.disable(); }, 4000);
  900.                         }else{
  901.                         \$(\".loadbtn\").prop(\"disabled\", true);
  902.                         \$(\".loadbtn\").html('That is All');
  903.                         }
  904.                     }
  905.                 });
  906.             } if( xss == 3){
  907.                 \$.ajax({
  908.                     url : \"";
  909.         // line 471
  910.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
  911.         echo "\",
  912.                     type: \"POST\",
  913.                     cache:false,
  914.                     data:{page_n:xss, cat:";
  915.         // line 474
  916.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'474$this->source); })()), "html"nulltrue);
  917.         echo " , magasin:";
  918.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'474$this->source); })()), "html"nulltrue);
  919.         echo ", locale:'";
  920.         echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'474$this->source); })()), "html"nulltrue);
  921.         echo "', currencie:";
  922.         echo twig_escape_filter($this->env, (isset($context["currencie_convert"]) || array_key_exists("currencie_convert"$context) ? $context["currencie_convert"] : (function () { throw new RuntimeError('Variable "currencie_convert" does not exist.'474$this->source); })()), "html"nulltrue);
  923.         echo ", converter:'";
  924.         echo twig_escape_filter($this->env, (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'474$this->source); })()), "html"nulltrue);
  925.         echo "' },
  926.                     success:function(data){
  927.                         if (data) {
  928.                         \$(\"#loadData\").remove();
  929.                         \$(\"#demo12\").html(data)
  930.                         SlickLoader.enable();
  931.                         SlickLoader.setText('Patientez un peu',' ...');
  932.                         setTimeout(function(){ SlickLoader.disable(); }, 4000);
  933.                         }else{
  934.                         \$(\".loadbtn\").prop(\"disabled\", true);
  935.                         \$(\".loadbtn\").html('That is All');
  936.                         }
  937.                     }
  938.                 });
  939.             }       
  940.         }
  941. \t\t    
  942.     \$(document).ready(function(){
  943.         \$('.newletter-popup').remove();
  944.         var v1 = ";
  945.         // line 497
  946.         echo twig_escape_filter($this->env, (isset($context["lowPrice"]) || array_key_exists("lowPrice"$context) ? $context["lowPrice"] : (function () { throw new RuntimeError('Variable "lowPrice" does not exist.'497$this->source); })()), "html"nulltrue);
  947.         echo ";
  948.         var v2 = ";
  949.         // line 498
  950.         echo twig_escape_filter($this->env, (isset($context["highPrice"]) || array_key_exists("highPrice"$context) ? $context["highPrice"] : (function () { throw new RuntimeError('Variable "highPrice" does not exist.'498$this->source); })()), "html"nulltrue);
  951.         echo ";
  952.           
  953.         \$(\"#slider-range\").slider({
  954. \t\t\trange: true,
  955. \t\t\tmin: v1,
  956. \t\t\tmax: v2 ,
  957. \t\t\tvalues: [v1,v2],
  958. \t\t\tslide: function(event,ui){
  959. \t\t\t\t\$(\"#amount\").val( \"€\" + ui.values[0] + \" - €\" + ui.values[1] );
  960. \t\t\t\tv1 = ui.values[0];
  961. \t\t\t\tv2 = ui.values[1];
  962. \t\t\t\tloadRecords(v1, v2);\t\t     
  963.             }
  964.         });
  965.        
  966.         \$(\"#amount\").val(\"€\" + \$(\"#slider-range\" ).slider( \"values\", 0 ) + \" - €\" + \$(\"#slider-range\").slider(\"values\", 1));
  967.         function loadRecords(range1, range2){
  968. \t\t\t\$.ajax({
  969. \t\t\t\turl : \"";
  970.         // line 519
  971.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("searchslider");
  972.         echo "\",
  973. \t\t\t\ttype: \"POST\",
  974. \t\t\t\tcache:false,
  975. \t\t\t\tdata : {minAge:range1, maxAge:range2, cat:";
  976.         // line 522
  977.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'522$this->source); })()), "html"nulltrue);
  978.         echo ", locale:'";
  979.         echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'522$this->source); })()), "html"nulltrue);
  980.         echo "', currencie:";
  981.         echo twig_escape_filter($this->env, (isset($context["currencie_convert"]) || array_key_exists("currencie_convert"$context) ? $context["currencie_convert"] : (function () { throw new RuntimeError('Variable "currencie_convert" does not exist.'522$this->source); })()), "html"nulltrue);
  982.         echo ", converter:'";
  983.         echo twig_escape_filter($this->env, (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'522$this->source); })()), "html"nulltrue);
  984.         echo "'  },
  985. \t\t\t\tcache:false,
  986. \t\t\t\tsuccess:function(data){
  987. \t\t\t\t
  988. \t\t\t\t\t\$(\"#loadData\").remove();
  989. \t\t\t\t\t\$(\"#demo12\").remove();
  990. \t\t\t\t\t\$(\"#loadData1\").html(data)      
  991.                     SlickLoader.enable();
  992.                     SlickLoader.setText('Patientez un peu',' ...');
  993.                     setTimeout(function(){ SlickLoader.disable(); }, 4000);
  994.             
  995. \t\t\t\t}
  996. \t\t\t});
  997.          }
  998. \t
  999.     //    \$(\"#demo12\").remove();
  1000. \t\t
  1001.         loadMoreData();
  1002.         function loadMoreData(page){\t\t   
  1003.             \$.ajax({
  1004.                 url : \"";
  1005.         // line 543
  1006.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
  1007.         echo "\",
  1008.                 type: \"POST\",
  1009.                 cache:false,
  1010.                 data:{page_no:page, cat:";
  1011.         // line 546
  1012.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'546$this->source); })()), "html"nulltrue);
  1013.         echo ", magasin:";
  1014.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'546$this->source); })()), "html"nulltrue);
  1015.         echo ", locale:'";
  1016.         echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'546$this->source); })()), "html"nulltrue);
  1017.         echo "', currencie:";
  1018.         echo twig_escape_filter($this->env, (isset($context["currencie_convert"]) || array_key_exists("currencie_convert"$context) ? $context["currencie_convert"] : (function () { throw new RuntimeError('Variable "currencie_convert" does not exist.'546$this->source); })()), "html"nulltrue);
  1019.         echo ", converter:'";
  1020.         echo twig_escape_filter($this->env, (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'546$this->source); })()), "html"nulltrue);
  1021.         echo "'  },
  1022.                 success:function(data){
  1023.                     if (data) {
  1024.                         \$(\"#pagination\").remove();
  1025.                         \$(\"#loadData\").append(data)
  1026.                         SlickLoader.enable();
  1027.                         SlickLoader.setText('Patientez un peu',' ...');
  1028.                         setTimeout(function(){ SlickLoader.disable(); }, 4000);
  1029.                     }else{
  1030.                         \$(\".loadbtn\").prop(\"disabled\", true);
  1031.                         \$(\".loadbtn\").html('That is All');
  1032.                     }
  1033.                 }
  1034.             });
  1035.         }
  1036.       
  1037.         \$(document).on('click', '.loadbtn', function(){
  1038.             \$(\".loadbtn\").html('Loading...');
  1039.             var pId = \$(this).data(\"id\");
  1040.             loadMoreData(pId);
  1041.         });
  1042.         \$(\"#search\").keyup(function(){
  1043.             var query = \$(this).val();
  1044.             if(query != \"\"){
  1045. \t\t\t\t\$.ajax({
  1046. \t\t\t\t\turl: \"";
  1047.         // line 574
  1048.         echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search_page");
  1049.         echo "\",   
  1050. \t\t\t\t\tmethod: 'POST',
  1051. \t\t\t\t\tdataType: 'json',             
  1052. \t\t\t\t\tdata: {query:query , cat:";
  1053.         // line 577
  1054.         echo twig_escape_filter($this->env, (isset($context["ville"]) || array_key_exists("ville"$context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.'577$this->source); })()), "html"nulltrue);
  1055.         echo ", locale:'";
  1056.         echo twig_escape_filter($this->env, (isset($context["locale"]) || array_key_exists("locale"$context) ? $context["locale"] : (function () { throw new RuntimeError('Variable "locale" does not exist.'577$this->source); })()), "html"nulltrue);
  1057.         echo "', currencie:";
  1058.         echo twig_escape_filter($this->env, (isset($context["currencie_convert"]) || array_key_exists("currencie_convert"$context) ? $context["currencie_convert"] : (function () { throw new RuntimeError('Variable "currencie_convert" does not exist.'577$this->source); })()), "html"nulltrue);
  1059.         echo ", converter:'";
  1060.         echo twig_escape_filter($this->env, (isset($context["converter"]) || array_key_exists("converter"$context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.'577$this->source); })()), "html"nulltrue);
  1061.         echo "' },
  1062. \t\t\t\t\tsuccess: function(data){
  1063. \t\t\t\t\t
  1064. \t\t\t\t\ttext = \"\";
  1065. \t\t\t\t\tfor(i = 0; i < data.length; i++) {
  1066. \t\t\t\t\t\t
  1067. \t\t\t\t\t\tproduct = data[i];  
  1068.                           
  1069. \t\t\t\t\t
  1070. \t\t\t\t\t\ttext += '<div class=\"\"><ul class=\"list-group\"><li class=\"list-group-item\"> <a href=\"/Product-detail/'+product['id']+'/'+product['cart_cat']+'/'+product['userid']+'\">';
  1071.                       
  1072.                     ";
  1073.         // line 590
  1074.         if ((=== twig_compare(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'590$this->source); })()), "request", [], "any"falsefalsefalse590), "attributes", [], "any"falsefalsefalse590), "get", [=> "_route"], "method"falsefalsefalse590), "shop_detail_ville"))) {
  1075.             // line 591
  1076.             echo "
  1077.                         text +='<img src=\"../../../../img/product/'+product['image']+'\" width=80  height=80 alt=\"\">';
  1078.                     ";
  1079.         } else {
  1080.             // line 595
  1081.             echo "
  1082.                      text +='<img src=\"img/product/'+product['image']+'\" width=80  height=80 alt=\"\">';
  1083.                     ";
  1084.         }
  1085.         // line 600
  1086.         echo "
  1087.                         text +=''+product['currencie']+' <font color=red>'+product['price']+'</font>&nbsp &nbsp'+product['name']+'</a> &nbsp &nbsp &nbsp &nbsp <form action=\"/cart/addsearch/'+product['id']+'\" method=\"post\"><br> <input type=\"hidden\" name=\"cat\" value=\"'+product['cart_cat']+'\"/><input type=\"hidden\" name=\"magasin\" value=\"";
  1088.         // line 602
  1089.         echo twig_escape_filter($this->env, (isset($context["magasin"]) || array_key_exists("magasin"$context) ? $context["magasin"] : (function () { throw new RuntimeError('Variable "magasin" does not exist.'602$this->source); })()), "html"nulltrue);
  1090.         echo "\"/> <input type=\"hidden\" name=\"categorie\" value=\"'+product['type1']+'\"/> <input type=\"hidden\" name=\"type\" value=\"'+product['type']+'\"/>  <input min=\"1\" max=\"100\" value=\"1\" name=\"quantity\" style=\"border: 1px solid #F14705; padding: 0.375rem 0.75rem; border-radius: 0.25rem; margin-bottom:5px;\" type=\"number\"> <input type=\"hidden\" name=\"product_id\" value=\"'+product['id']+'\"/><button type=\"submit\" class=\"btn btn-primary\" style=\"\">Ajouter au panier</button> </form></li></ul> </div>';                                   
  1091. \t\t\t\t\t}
  1092. \t\t\t\t\t text += \"<br/><br/>\";
  1093. \t\t\t\t\t
  1094. \t\t\t\t\t\$('#output').html(text);
  1095. \t\t\t\t\t//\$('#output').css('display', 'block');
  1096.                     \$(\"#loadData\").hide();
  1097.                     \$(\"#loadData1\").hide();
  1098. \t 
  1099. \t\t\t\t\t
  1100. \t\t\t\t  }
  1101. \t\t\t\t});
  1102.             }else{
  1103. \t\t\t
  1104.                 \$('#output').css('display', 'none');
  1105.             }
  1106.         });
  1107.     });
  1108. \t
  1109. </script>
  1110. ";
  1111.         
  1112.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  1113.         
  1114.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  1115.     }
  1116.     public function getTemplateName()
  1117.     {
  1118.         return "home/shop-detail.html.twig";
  1119.     }
  1120.     public function isTraitable()
  1121.     {
  1122.         return false;
  1123.     }
  1124.     public function getDebugInfo()
  1125.     {
  1126.         return array (  1162 => 602,  1158 => 600,  1151 => 595,  1145 => 591,  1143 => 590,  1121 => 577,  1115 => 574,  1076 => 546,  1070 => 543,  1040 => 522,  1034 => 519,  1010 => 498,  1006 => 497,  972 => 474,  966 => 471,  935 => 451,  929 => 448,  898 => 428,  892 => 425,  859 => 395,  844 => 382,  836 => 377,  828 => 372,  825 => 371,  815 => 370,  802 => 365,  800 => 364,  797 => 363,  795 => 362,  786 => 355,  781 => 330,  773 => 320,  767 => 319,  761 => 318,  749 => 313,  741 => 312,  733 => 311,  728 => 309,  718 => 306,  710 => 305,  702 => 304,  694 => 303,  686 => 302,  678 => 301,  670 => 300,  665 => 298,  655 => 295,  647 => 294,  639 => 293,  634 => 291,  623 => 287,  615 => 286,  607 => 285,  602 => 283,  592 => 280,  584 => 279,  576 => 278,  568 => 277,  562 => 274,  552 => 271,  544 => 270,  539 => 268,  529 => 265,  521 => 264,  513 => 263,  505 => 262,  497 => 261,  492 => 259,  481 => 255,  473 => 254,  465 => 253,  457 => 252,  452 => 250,  442 => 247,  434 => 246,  426 => 245,  418 => 244,  410 => 243,  402 => 242,  394 => 241,  389 => 239,  378 => 230,  372 => 226,  358 => 214,  348 => 206,  342 => 202,  340 => 201,  333 => 197,  319 => 186,  315 => 185,  311 => 184,  301 => 177,  287 => 166,  283 => 165,  279 => 164,  267 => 154,  263 => 144,  258 => 141,  256 => 140,  253 => 139,  249 => 137,  247 => 136,  243 => 134,  241 => 133,  237 => 131,  232 => 128,  230 => 127,  227 => 126,  223 => 124,  221 => 123,  218 => 122,  216 => 121,  213 => 120,  211 => 119,  208 => 118,  206 => 117,  203 => 116,  201 => 115,  198 => 114,  196 => 113,  193 => 112,  191 => 111,  188 => 110,  186 => 109,  162 => 90,  140 => 72,  117 => 40,  95 => 23,  89 => 22,  69 => 4,  59 => 3,  36 => 1,);
  1127.     }
  1128.     public function getSourceContext()
  1129.     {
  1130.         return new Source("{% extends 'layout/app_index.twig' %}
  1131. {% block body %}
  1132.     
  1133.  <header class=\"header\" >
  1134. \t\t\t<!-- Topbar -->
  1135. \t\t\t<div class=\"topbar\">
  1136. \t\t\t\t<div class=\"container\">
  1137. \t\t\t\t\t<div class=\"row\">
  1138. \t\t\t\t\t\t<div class=\"col-lg-6 col-md-5 col-12\">
  1139. \t\t\t\t\t\t\t<!-- Contact -->
  1140. \t\t\t\t\t\t\t<ul class=\"top-link\">
  1141. \t\t\t\t\t\t\t\t\t<li><i class=\"fa fa-phone\"></i>+880 1234 56789</li>
  1142. \t\t\t\t\t\t\t\t<li><i class=\"fa fa-envelope\"></i><a href=\"mailto:support@yourmail.com\">support@service-africa.com</a></li>
  1143. \t\t\t\t\t\t\t\t<li><a href=\"#\">FAQ</a></li>
  1144. \t\t\t\t\t\t\t</ul>
  1145. \t\t\t\t\t\t\t<!-- End Contact -->
  1146. \t\t\t\t\t\t</div>
  1147. \t\t\t\t\t\t<div class=\"col-lg-6 col-md-7 col-12\">
  1148. \t\t\t\t\t\t\t<!-- Top Contact -->
  1149. \t\t\t\t\t\t\t<ul class=\"top-contact\">
  1150. \t\t\t\t\t\t\t<li><a href=\"{{ path('registration')}}\">{{ 'app.head.register'|trans }}</a></li>
  1151. \t\t\t\t\t\t\t<li><a href=\"{{ path('app_login1')}}\">{{ 'app.head.connect'|trans }} </a></li>
  1152. \t\t\t\t\t\t\t
  1153. \t\t\t\t\t\t\t</ul>
  1154. \t\t\t\t\t\t\t<!-- End Top Contact -->
  1155. \t\t\t\t\t\t</div>
  1156. \t\t\t\t\t</div>
  1157. \t\t\t\t</div>
  1158. \t\t\t</div>
  1159. \t\t\t<!-- End Topbar -->
  1160. \t\t\t<!-- Header Inner -->
  1161. \t\t\t<div class=\"header-inner\">
  1162. \t\t\t\t<div class=\"container\">
  1163. \t\t\t\t\t<div class=\"inner\">
  1164. \t\t\t\t\t\t<div class=\"row\">
  1165. \t\t\t\t\t\t\t<div class=\"col-lg-3 col-md-3 col-12\">
  1166. \t\t\t\t\t\t\t\t<!-- Start Logo -->
  1167. \t\t\t\t\t\t\t\t<div class=\"logo\">
  1168. \t\t\t\t\t\t\t\t\t<a href=\"/\"><img src=\"{{ asset('/dogmo/img/logo.png') }}\" alt=\"#\"></a>
  1169. \t\t\t\t\t\t\t\t</div>
  1170. \t\t\t\t\t\t\t\t<!-- End Logo -->
  1171. \t\t\t\t\t\t\t\t<!-- Mobile Nav -->
  1172. \t\t\t\t\t\t\t\t<div class=\"mobile-nav\"></div>
  1173. \t\t\t\t\t\t\t\t<!-- End Mobile Nav -->
  1174. \t\t\t\t\t\t\t</div>
  1175. \t\t\t\t\t\t\t<div class=\"col-lg-7 col-md-9 col-12\">
  1176. \t\t\t\t\t\t\t\t<!-- Main Menu -->
  1177. \t\t\t\t\t\t\t\t<div class=\"main-menu\">
  1178. \t\t\t\t\t\t\t\t\t<nav class=\"navigation\">
  1179. \t\t\t\t\t\t\t\t\t\t<ul class=\"nav menu\">
  1180. \t\t\t\t\t\t\t\t\t\t\t<li class=\"active\"><a href=\"#\">Accueil <i class=\"icofont-rounded-down\"></i></a>
  1181. \t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
  1182. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"index.html\">Home Page 1</a></li>
  1183. \t\t\t\t\t\t\t\t\t\t\t\t</ul>
  1184. \t\t\t\t\t\t\t\t\t\t\t</li>
  1185. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">A propos</a></li>
  1186. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Services </a></li>
  1187. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://www.service-africa.com/shop-detail/1/0/0/0\">Shop</a></li>
  1188. \t\t\t\t\t\t\t\t\t\t{#
  1189. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Pages <i class=\"icofont-rounded-down\"></i></a>
  1190. \t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
  1191. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"404.html\">404 Error</a></li>
  1192. \t\t\t\t\t\t\t\t\t\t\t\t</ul>
  1193. \t\t\t\t\t\t\t\t\t\t\t</li>
  1194. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Blogs <i class=\"icofont-rounded-down\"></i></a>
  1195. \t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
  1196. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"blog-single.html\">Blog Details</a></li>
  1197. \t\t\t\t\t\t\t\t\t\t\t\t</ul>
  1198. \t\t\t\t\t\t\t\t\t\t\t</li>
  1199. \t\t\t\t\t\t\t\t\t\t\t#}
  1200. \t\t\t\t\t\t\t\t\t\t\t    <li><a href=\"{{ path('faq') }}\">Carrière </a></li>
  1201. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"contact.html\">Contacts</a></li>
  1202. \t\t\t\t\t\t\t\t\t\t\t
  1203. \t\t\t\t\t\t\t\t\t\t</ul>
  1204. \t\t\t\t\t\t\t\t\t</nav>
  1205. \t\t\t\t\t\t\t\t</div>
  1206. \t\t\t\t\t\t\t\t<!--/ End Main Menu -->
  1207. \t\t\t\t\t\t\t</div>
  1208. \t\t\t\t\t\t\t<div class=\"col-lg-2 col-12\">
  1209. \t\t\t\t\t\t\t\t<div class=\"get-quote\">
  1210. \t\t\t\t\t\t\t\t\t
  1211. \t\t\t\t\t\t\t\t\t
  1212. \t\t\t\t\t\t\t\t\t\t<ul class=\"nav \">
  1213. \t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\" style=\"color:white;\" class=\"btn\">Connexion <i class=\"icofont-rounded-down\"></i></a>
  1214. \t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
  1215. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"https://webmail-rs3052.isp-network.eu/\" target=\"_blank\">E-Mail Connexion</a></li>
  1216. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"http://socemic.2icr.com/application/main/login_soft.php\" target=\"_blank\">Admin Connexion</a></li>
  1217. \t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"{{ path('app_login1')}}\">{{ 'app.head.connect'|trans }} </a></li>
  1218. \t\t\t\t\t\t\t\t\t\t\t\t</ul>
  1219. \t\t\t\t\t\t\t\t\t\t\t</li>
  1220. \t\t\t\t\t\t\t\t\t\t</ul>
  1221. \t\t\t\t\t\t\t\t\t
  1222. \t\t\t\t\t\t\t\t\t
  1223. \t\t\t\t\t\t\t\t</div>
  1224. \t\t\t\t\t\t\t</div>
  1225. \t\t\t\t\t\t</div>
  1226. \t\t\t\t\t</div>
  1227. \t\t\t\t</div>
  1228. \t\t\t</div>
  1229. \t\t\t<!--/ End Header Inner -->
  1230. \t\t</header>
  1231. {% if converter == \"USD\" %}
  1232.     {%  set currency_symbol = \"\$\" %}
  1233.         
  1234. {% elseif converter =='GBP' %}
  1235.     {%  set currency_symbol = \"£\" %}
  1236. {% elseif converter =='CAD' %}
  1237.     {%  set currency_symbol = \"c\$\"  %}
  1238. {% elseif converter =='XAF' %}
  1239.     {%  set currency_symbol = \"FCFA\"  %}
  1240. {% else %}
  1241.     {%  set currency_symbol = \"€\"  %}
  1242. {% endif %}
  1243. {% if   app.request.request.get('categori2') is defined %}
  1244.  {%  set cat0 =  app.request.request.get('categori2')  %}
  1245.  {% else %}
  1246.  {%  set cat0 =  1  %}
  1247.  {% endif %}
  1248.     <!--shop  area start-->
  1249.     {#<div class=\"icon-bar\">
  1250.         <a href=\"https://web.whatsapp.com/send?l=en&amp;phone=237659186746&amp;text=Bienvenue sur Socgnia Bureautique Whatsapp\" target=\"_blank\" class=\"whatsapp\"><i class=\"fa fa-whatsapp\" aria-hidden=\"true\"></i></a>
  1251.         <a href=\"https://www.facebook.com/Socgnia-Bureautique-101159735643820/\" target=\"_blank\" class=\"facebook\"><i class=\"fa fa-facebook\"></i></a> 
  1252.         <a href=\"https://msng.link/o/?Socgnia-Bureautique-101159735643820=fm\" target=\"_blank\" class=\"twitter\">    <svg focusable=\"false\" aria-hidden=\"true\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path fill=\"#FFFFFF\" d=\"M16 5C9.986 5 5.11 9.56 5.11 15.182c0 3.2 1.58 6.054 4.046 7.92V27l3.716-2.06c.99.276 2.04.425 3.128.425 6.014 0 10.89-4.56 10.89-10.183S22.013 5 16 5zm1.147 13.655L14.33 15.73l-5.423 3 5.946-6.31 2.816 2.925 5.42-3-5.946 6.31z\"></path></svg></a> 
  1253.         <a href=\"#\" class=\"google\"><i class=\"fa fa-google\"></i></a> 
  1254.         <a href=\"#\" class=\"linkedin\"><i class=\"fa fa-linkedin\"></i></a>
  1255.         <a href=\"#\" class=\"youtube\"><i class=\"fa fa-youtube\"></i></a> 
  1256.     </div>#}
  1257.     <div class=\"shop_area\">
  1258.         <div class=\"container\">
  1259.             <div class=\"row\">
  1260.                 <div class=\"col-lg-9 col-md-12\">
  1261.                     <!--shop banner area start-->
  1262.                     <div class=\"shop_banner_area mb-30\" >
  1263.                         <div class=\"row\">
  1264.                             <div class=\"col-12\">
  1265.                                 <div class=\"shop_banner_thumb\" style=\" padding: 10px 0;color:#E92E35; background-image:
  1266.                         linear-gradient(to right, rgba(255, 255, 255, 0.52) 65%, rgba(241, 71, 5, 1) 100%),
  1267.                         url('{{ asset('img/bg/shop_detail-1.jpg') }}');\">
  1268.                                 <h3>{{ 'app.home.africa_shopping'|trans }} </h3>
  1269.                                     <h3> {{  villeMagsin }}</h3>
  1270.                                 </div>
  1271.                             </div>
  1272.                         </div>
  1273.                     </div>
  1274.                     <!--shop banner area end-->
  1275.                     <!--shop toolbar start-->
  1276.                     <div class=\"shop_toolbar_wrapper\">
  1277.                        
  1278.                         <div class=\"subscribe_form\">
  1279.                             <form id=\"mc-form\" class=\"mc-form footer-newsletter\">
  1280.                                 <input type=\"text\" name=\"search\" id=\"search\" autocomplete=\"off\" placeholder=\"{{ 'app.head.search_product'|trans }}...\"> 
  1281.                                 <button ><i class=\"fa fa-search fa-2x\" aria-hidden=\"true\"></i></button>
  1282.                             </form>                     
  1283.                         </div>
  1284.                         <div class=\"page_amount\">                          
  1285.                             <select class=\"select_option\" name=\"short\" id=\"short\" onchange=\"loadDataHighORLow()\">  
  1286.                                 <option value=\"\">Choice </option>\t\t\t\t\t\t\t
  1287.                                 <option value=\"3\">{{ 'app.default.Sort_by_newness'|trans }}</option>
  1288.                                 <option value=\"4\"> {{ 'app.default.Sort_by_price_high'|trans }}  </option>
  1289.                                 <option value=\"5\">  {{ 'app.default.Sort_by_price_low'|trans }} </option>                             
  1290.                             </select>                         
  1291.                         </div>
  1292.                     </div>
  1293.                   
  1294.                     <div id=\"output\"> </div>
  1295.                       
  1296.                    
  1297.                     <div id=\"mycartsearch\"></div>
  1298.                     <div>
  1299.                       {{ products_shop|raw }}
  1300.                     </div>
  1301.                     {% if app.request.attributes.get('_route') == \"shop_detail_ville\" %}
  1302.                   
  1303.                     {% else %}
  1304.                                      
  1305.                     <p id=\"demo12\"></p>
  1306.                     <div id=\"loadData\"> </div>
  1307.                     <div id=\"loadData1\"> </div>
  1308.                     {%  endif  %}
  1309.                  
  1310.                 </div>
  1311.                     <!--shop wrapper end-->
  1312.                
  1313.                 <div class=\"col-lg-3 col-md-12\">
  1314.                     <!--sidebar widget start-->
  1315.                     <aside class=\"sidebar_widget\">
  1316.                         <div class=\"widget_list widget_filter\">
  1317.                             <h3> {{ 'app.default.filter_by_price'|trans }}</h3>
  1318.                             <form action=\"#\">
  1319.                                 <div id=\"slider-range\"></div>
  1320.                              {#   <button type=\"submit\">{{ 'app.default.filter'|trans }} </button>  #}
  1321.                                 <br/>
  1322.                                 <input type=\"text\" name=\"text\" id=\"amount\" />
  1323.                             </form>
  1324.                         </div>
  1325.                         <div class=\"widget_list widget_categories\">
  1326.                             <h3>Product categories</h3>
  1327.                             <ul>
  1328.                                 
  1329.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-coffee\" aria-hidden=\"true\"></i> {{ 'app.head.petit_dejeuner'|trans }}</a>
  1330.                                     <ul class=\"widget_dropdown_categories\">
  1331.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/1\">{{ 'app.head.lait'|trans }}</a></li>
  1332.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/2\">{{ 'app.head.cafe'|trans }}</a></li>
  1333.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/3\">{{ 'app.head.the'|trans }}</a></li>
  1334.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/4\">{{ 'app.head.pate_tartiner'|trans }}</a></li>
  1335.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/5\">{{ 'app.head.fromage'|trans }}</a></li>
  1336.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/6\">{{ 'app.head.oeuf'|trans }}</a></li>
  1337.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/7\">{{ 'app.head.yaourt'|trans }}</a></li>
  1338.                                     </ul>
  1339.                                 </li>
  1340.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-child\" aria-hidden=\"true\"></i> {{ 'app.head.baby'|trans }}</a>
  1341.                                     <ul class=\"widget_dropdown_categories\">
  1342.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/1\">{{ 'app.head.lait'|trans }}</a></li>
  1343.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/2\">{{ 'app.head.cereales'|trans }}</a></li>
  1344.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/3\">{{ 'app.head.couches'|trans }}</a></li>
  1345.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/4\">{{ 'app.head.lingettes'|trans }}</a></li>
  1346.                                         
  1347.                                     </ul>
  1348.                                 </li>
  1349.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-glass\" aria-hidden=\"true\"></i> {{ 'app.head.boissons'|trans }}</a>
  1350.                                     <ul class=\"widget_dropdown_categories\">
  1351.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/1\">{{ 'app.head.eau'|trans }}</a></li>
  1352.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/2\">{{ 'app.head.jus_naturel'|trans }}</a></li>
  1353.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/3\">{{ 'app.head.boissons_gazeuses'|trans }}</a></li>
  1354.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/4\">{{ 'app.head.sirops'|trans }}</a></li>
  1355.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/5\">{{ 'app.head.vin_spiritueux'|trans }}</a></li>
  1356.                                     </ul>
  1357.                                 </li>
  1358.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-apple\" aria-hidden=\"true\"></i>{{ 'app.head.fruits_legumes'|trans }}</a>
  1359.                                     <ul class=\"widget_dropdown_categories\">
  1360.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/3/1\">{{ 'app.head.fruits'|trans }}</a></li>
  1361.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/3/2\">{{ 'app.head.legumes'|trans }}</a></li>                                     
  1362.                                     </ul>
  1363.                                 </li>
  1364.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-asterisk\" aria-hidden=\"true\"></i>  {{ 'app.head.boucherie_poissonerie'|trans }} </a>
  1365.                     
  1366.                                     <ul class=\"widget_dropdown_categories\">                       
  1367.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/1\">{{ 'app.head.crustace'|trans }}</a></li>
  1368.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/2\">{{ 'app.head.poisson'|trans }}</a></li>
  1369.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/3\">{{ 'app.head.viandes'|trans }}</a></li>
  1370.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/4\">{{ 'app.head.volaille'|trans }}</a></li>
  1371.                                     </ul>
  1372.                                 </li>
  1373.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-eyedropper\" aria-hidden=\"true\"></i>  {{ 'app.head.assaisonnement'|trans }}</a>
  1374.                                     <ul class=\"widget_dropdown_categories\">
  1375.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/11/1\">{{ 'app.head.aromates'|trans }}</a></li>
  1376.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/11/2\">{{ 'app.head.condiments'|trans }}</a></li>
  1377.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/11/3\">{{ 'app.head.epices'|trans }}</a></li>
  1378.                     
  1379.                                     </ul>
  1380.                                 </li>
  1381.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-tree\" aria-hidden=\"true\"></i> {{ 'app.head.tubercules_feculents'|trans }}</a>
  1382.                                     <ul class=\"widget_dropdown_categories\">
  1383.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/12/1\">{{ 'app.head.graines'|trans }}</a></li>
  1384.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/12/2\">{{ 'app.head.tubercules'|trans }}</a></li>
  1385.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/12/3\">{{ 'app.head.farines'|trans }}</a></li>                                     
  1386.                                     </ul>
  1387.                                 </li>
  1388.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-birthday-cake\" aria-hidden=\"true\"></i>  {{ 'app.head.epiceries'|trans }}</a>
  1389.                                     <ul class=\"widget_dropdown_categories\">
  1390.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/1\">{{ 'app.head.conserves'|trans }}</a></li>
  1391.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/2\">{{ 'app.head.pates_riz'|trans }}</a></li>
  1392.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/3\">{{ 'app.head.huiles'|trans }}</a></li>
  1393.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/4\">{{ 'app.head.sucres'|trans }}</a></li>
  1394.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/5\">{{ 'app.head.confiseries'|trans }}</a></li>
  1395.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/6\">{{ 'app.head.biscuits'|trans }}</a></li>
  1396.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/7\">{{ 'app.head.chocolats'|trans }}</a></li>
  1397.                                     </ul>
  1398.                                 </li>
  1399.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-building\" aria-hidden=\"true\"></i> {{ 'app.head.construction_maison'|trans }}</a>
  1400.                                     <ul class=\"widget_dropdown_categories\">
  1401.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/14/1\">{{ 'app.head.produits_entretien'|trans }}</a></li>
  1402.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/14/2\">{{ 'app.head.hygiene'|trans }}</a></li>
  1403.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/14/3\">{{ 'app.head.gaz_domestique'|trans }}</a></li>
  1404.                                     </ul>
  1405.                                 </li>
  1406.                                 <li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-hourglass-half\" aria-hidden=\"true\"></i> Packs</a>
  1407.                                     <ul class=\"widget_dropdown_categories\">
  1408.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/1\">Happy Familly</a></li>
  1409.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/2\">Check out</a></li>
  1410.                                         <li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/3\">Construction </a></li>
  1411.                                     </ul>
  1412.                                 </li>
  1413.                                 {#
  1414.                                 <li><a href=\"#\">Games & Consoles</a></li>
  1415.                                 <li><a href=\"#\">Headphone & Speaker</a></li>
  1416.                                 <li><a href=\"#\">Movies & Video Games</a></li>
  1417.                                 <li><a href=\"#\">Smartphone</a> </li>
  1418.                                 <li><a href=\"#\">Uncategorized</a></li>
  1419.                                 #}
  1420.                             </ul>
  1421.                           
  1422.                         </div>
  1423.                         {#
  1424.                         <div class=\"widget_list\">
  1425.                             <h3>Autres Products & Services</h3>
  1426.                             <div class=\"sidebar_banner_area\">
  1427.                                 <figure class=\"single_banner mb-20\">
  1428.                                     <div class=\"banner_thumb\">
  1429.                                         <a href=\"{{ path('mobile-recharge') }}\"><img src=\"{{ asset('img/bg/recharge-phone.jpg ') }}\" alt=\"\"></a>
  1430.                                     </div>
  1431.                                 </figure>
  1432.                                 <figure class=\"single_banner mb-20\">
  1433.                                     <div class=\"banner_thumb\">
  1434.                                         <a href=\"{{ path('money-send') }}\"><img src=\"{{ asset('img/bg/cameroun-mode-de-paiement.jpg') }}\" alt=\"\"></a>
  1435.                                     </div>
  1436.                                 </figure>
  1437.                                 <figure class=\"single_banner\">
  1438.                                     <div class=\"banner_thumb\">
  1439.                                         <a href=\"{{ path('bill-send') }}\"><img src=\"{{ asset('img/bg/canal.jpg') }}\" alt=\"\"></a>
  1440.                                     </div>
  1441.                                 </figure>
  1442.                             </div>
  1443.                         </div>
  1444.                         #}
  1445.                     </aside>
  1446.                     <!--sidebar widget end-->
  1447.                 </div>
  1448.             </div>
  1449.         </div>
  1450.     </div>
  1451. \t
  1452. \t{% set categori2 = app.session.get(\"ville\") %}
  1453.     {% set magasin = app.session.get(\"magasin\") %}
  1454.    
  1455.     <!--shop  area end-->
  1456.      
  1457.     {% endblock %}
  1458.     
  1459.     {% block javascripts %}
  1460.     {{ parent() }}
  1461.       <script>  
  1462.       
  1463.      {% if (app.request.attributes.get('_route') == \"shop_detail_ville\" or app.request.attributes.get('_route') == \"shop_detail_ville\") and  ville == \"\"  %} 
  1464.    
  1465.       window:location = \"http://yeyeto.com/\";
  1466.     {% endif %}
  1467.        
  1468.         function formSubmits(){
  1469.            // var pid = document.getElementById(\"pid\").value;
  1470.            var product_id =  \$(\"input[name=product_id]\").val();
  1471.           //  var product_id = document.getElementById(\"product_id\").value;
  1472.           
  1473.            // var message = document.getElementById(\"message\").value;
  1474.            // var dataString = 'name='+ name + '&message=' + message;
  1475.                 
  1476.           // var dataString = 'product_id='+ product_id ;
  1477.             jQuery.ajax({
  1478.                // url: \"{{ path('cart_search', {'id': \"+product_id+\" }) }}\",
  1479.                   url: \"/cart/addsearch/\"+product_id+\"\",
  1480.               //  data: dataString,
  1481.                 data : { product_id:product_id },
  1482.                 type: \"POST\",
  1483.                 success: function(data){
  1484.                     //location.reload(true);
  1485.                     \$(\"#mycartsearch\").html(data);
  1486.                     
  1487.                     SlickLoader.enable();
  1488.                     SlickLoader.setText('Patientez un peu',' ...');
  1489.                     setTimeout(function(){ SlickLoader.disable(); }, 2000);
  1490.                 },
  1491.                 error: function (){}
  1492.             });
  1493.             return true;
  1494.         }
  1495.        
  1496.      
  1497.         function loadDataHighORLow(){
  1498.             var xss = document.getElementById(\"short\").value;
  1499.           //  document.getElementById(\"demo12\").innerHTML = \"You selected: \" + xss;
  1500. \t\t
  1501.             if( xss == 4){
  1502.                 \$.ajax({
  1503.                     url : \"{{ path('shop_detail') }}\",
  1504.                     type: \"POST\",
  1505.                     cache:false,
  1506.                     data:{page_l_h:xss, cat:  {{ ville }} ,  magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
  1507.                     success:function(data){
  1508.                         if (data) {
  1509.                         \$(\"#loadData\").remove();
  1510.                         \$(\"#demo12\").html(data)
  1511.                         SlickLoader.enable();
  1512.                         SlickLoader.setText('Patientez un peu',' ...');
  1513.                         setTimeout(function(){ SlickLoader.disable(); }, 6000);
  1514.                         }else{
  1515.                         \$(\".loadbtn\").prop(\"disabled\", true);
  1516.                         \$(\".loadbtn\").html('That is All');
  1517.                         }
  1518.                     }
  1519.                 });
  1520.             } if( xss == 5){
  1521.                 \$.ajax({
  1522.                     url : \"{{ path('shop_detail') }}\",
  1523.                     type: \"POST\",
  1524.                     cache:false,
  1525.                     data:{page_h_l:xss, cat: {{ ville }} , magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
  1526.                     success:function(data){
  1527.                         if (data) {
  1528.                         \$(\"#loadData\").remove();
  1529.                         \$(\"#demo12\").html(data)
  1530.                         \tSlickLoader.enable();
  1531.                             SlickLoader.setText('Patientez un peu',' ...');
  1532.                             setTimeout(function(){ SlickLoader.disable(); }, 4000);
  1533.                         }else{
  1534.                         \$(\".loadbtn\").prop(\"disabled\", true);
  1535.                         \$(\".loadbtn\").html('That is All');
  1536.                         }
  1537.                     }
  1538.                 });
  1539.             } if( xss == 3){
  1540.                 \$.ajax({
  1541.                     url : \"{{ path('shop_detail') }}\",
  1542.                     type: \"POST\",
  1543.                     cache:false,
  1544.                     data:{page_n:xss, cat:{{ ville }} , magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
  1545.                     success:function(data){
  1546.                         if (data) {
  1547.                         \$(\"#loadData\").remove();
  1548.                         \$(\"#demo12\").html(data)
  1549.                         SlickLoader.enable();
  1550.                         SlickLoader.setText('Patientez un peu',' ...');
  1551.                         setTimeout(function(){ SlickLoader.disable(); }, 4000);
  1552.                         }else{
  1553.                         \$(\".loadbtn\").prop(\"disabled\", true);
  1554.                         \$(\".loadbtn\").html('That is All');
  1555.                         }
  1556.                     }
  1557.                 });
  1558.             }       
  1559.         }
  1560. \t\t    
  1561.     \$(document).ready(function(){
  1562.         \$('.newletter-popup').remove();
  1563.         var v1 = {{ lowPrice }};
  1564.         var v2 = {{ highPrice }};
  1565.           
  1566.         \$(\"#slider-range\").slider({
  1567. \t\t\trange: true,
  1568. \t\t\tmin: v1,
  1569. \t\t\tmax: v2 ,
  1570. \t\t\tvalues: [v1,v2],
  1571. \t\t\tslide: function(event,ui){
  1572. \t\t\t\t\$(\"#amount\").val( \"€\" + ui.values[0] + \" - €\" + ui.values[1] );
  1573. \t\t\t\tv1 = ui.values[0];
  1574. \t\t\t\tv2 = ui.values[1];
  1575. \t\t\t\tloadRecords(v1, v2);\t\t     
  1576.             }
  1577.         });
  1578.        
  1579.         \$(\"#amount\").val(\"€\" + \$(\"#slider-range\" ).slider( \"values\", 0 ) + \" - €\" + \$(\"#slider-range\").slider(\"values\", 1));
  1580.         function loadRecords(range1, range2){
  1581. \t\t\t\$.ajax({
  1582. \t\t\t\turl : \"{{ path('searchslider') }}\",
  1583. \t\t\t\ttype: \"POST\",
  1584. \t\t\t\tcache:false,
  1585. \t\t\t\tdata : {minAge:range1, maxAge:range2, cat:{{ ville }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}'  },
  1586. \t\t\t\tcache:false,
  1587. \t\t\t\tsuccess:function(data){
  1588. \t\t\t\t
  1589. \t\t\t\t\t\$(\"#loadData\").remove();
  1590. \t\t\t\t\t\$(\"#demo12\").remove();
  1591. \t\t\t\t\t\$(\"#loadData1\").html(data)      
  1592.                     SlickLoader.enable();
  1593.                     SlickLoader.setText('Patientez un peu',' ...');
  1594.                     setTimeout(function(){ SlickLoader.disable(); }, 4000);
  1595.             
  1596. \t\t\t\t}
  1597. \t\t\t});
  1598.          }
  1599. \t
  1600.     //    \$(\"#demo12\").remove();
  1601. \t\t
  1602.         loadMoreData();
  1603.         function loadMoreData(page){\t\t   
  1604.             \$.ajax({
  1605.                 url : \"{{ path('shop_detail') }}\",
  1606.                 type: \"POST\",
  1607.                 cache:false,
  1608.                 data:{page_no:page, cat:{{ ville }}, magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}'  },
  1609.                 success:function(data){
  1610.                     if (data) {
  1611.                         \$(\"#pagination\").remove();
  1612.                         \$(\"#loadData\").append(data)
  1613.                         SlickLoader.enable();
  1614.                         SlickLoader.setText('Patientez un peu',' ...');
  1615.                         setTimeout(function(){ SlickLoader.disable(); }, 4000);
  1616.                     }else{
  1617.                         \$(\".loadbtn\").prop(\"disabled\", true);
  1618.                         \$(\".loadbtn\").html('That is All');
  1619.                     }
  1620.                 }
  1621.             });
  1622.         }
  1623.       
  1624.         \$(document).on('click', '.loadbtn', function(){
  1625.             \$(\".loadbtn\").html('Loading...');
  1626.             var pId = \$(this).data(\"id\");
  1627.             loadMoreData(pId);
  1628.         });
  1629.         \$(\"#search\").keyup(function(){
  1630.             var query = \$(this).val();
  1631.             if(query != \"\"){
  1632. \t\t\t\t\$.ajax({
  1633. \t\t\t\t\turl: \"{{ path('search_page') }}\",   
  1634. \t\t\t\t\tmethod: 'POST',
  1635. \t\t\t\t\tdataType: 'json',             
  1636. \t\t\t\t\tdata: {query:query , cat:{{ ville }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
  1637. \t\t\t\t\tsuccess: function(data){
  1638. \t\t\t\t\t
  1639. \t\t\t\t\ttext = \"\";
  1640. \t\t\t\t\tfor(i = 0; i < data.length; i++) {
  1641. \t\t\t\t\t\t
  1642. \t\t\t\t\t\tproduct = data[i];  
  1643.                           
  1644. \t\t\t\t\t
  1645. \t\t\t\t\t\ttext += '<div class=\"\"><ul class=\"list-group\"><li class=\"list-group-item\"> <a href=\"/Product-detail/'+product['id']+'/'+product['cart_cat']+'/'+product['userid']+'\">';
  1646.                       
  1647.                     {% if app.request.attributes.get('_route') == \"shop_detail_ville\" %}
  1648.                         text +='<img src=\"../../../../img/product/'+product['image']+'\" width=80  height=80 alt=\"\">';
  1649.                     {% else %}
  1650.                      text +='<img src=\"img/product/'+product['image']+'\" width=80  height=80 alt=\"\">';
  1651.                     {%  endif  %}
  1652.                         text +=''+product['currencie']+' <font color=red>'+product['price']+'</font>&nbsp &nbsp'+product['name']+'</a> &nbsp &nbsp &nbsp &nbsp <form action=\"/cart/addsearch/'+product['id']+'\" method=\"post\"><br> <input type=\"hidden\" name=\"cat\" value=\"'+product['cart_cat']+'\"/><input type=\"hidden\" name=\"magasin\" value=\"{{ magasin }}\"/> <input type=\"hidden\" name=\"categorie\" value=\"'+product['type1']+'\"/> <input type=\"hidden\" name=\"type\" value=\"'+product['type']+'\"/>  <input min=\"1\" max=\"100\" value=\"1\" name=\"quantity\" style=\"border: 1px solid #F14705; padding: 0.375rem 0.75rem; border-radius: 0.25rem; margin-bottom:5px;\" type=\"number\"> <input type=\"hidden\" name=\"product_id\" value=\"'+product['id']+'\"/><button type=\"submit\" class=\"btn btn-primary\" style=\"\">Ajouter au panier</button> </form></li></ul> </div>';                                   
  1653. \t\t\t\t\t}
  1654. \t\t\t\t\t text += \"<br/><br/>\";
  1655. \t\t\t\t\t
  1656. \t\t\t\t\t\$('#output').html(text);
  1657. \t\t\t\t\t//\$('#output').css('display', 'block');
  1658.                     \$(\"#loadData\").hide();
  1659.                     \$(\"#loadData1\").hide();
  1660. \t 
  1661. \t\t\t\t\t
  1662. \t\t\t\t  }
  1663. \t\t\t\t});
  1664.             }else{
  1665. \t\t\t
  1666.                 \$('#output').css('display', 'none');
  1667.             }
  1668.         });
  1669.     });
  1670. \t
  1671. </script>
  1672. {% endblock %}
  1673.  ""home/shop-detail.html.twig""/var/www/web187/html/dogmo/templates/home/shop-detail.html.twig");
  1674.     }
  1675. }