<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* home/shop-detail.html.twig */
class __TwigTemplate_f471f4adc98000938bf71cc21887e4adf75127c4b74a3a18cba7e425e4a62dfd extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "layout/app_index.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "home/shop-detail.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "home/shop-detail.html.twig"));
$this->parent = $this->loadTemplate("layout/app_index.twig", "home/shop-detail.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 3
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 4
echo "
<header class=\"header\" >
\t\t\t<!-- Topbar -->
\t\t\t<div class=\"topbar\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-lg-6 col-md-5 col-12\">
\t\t\t\t\t\t\t<!-- Contact -->
\t\t\t\t\t\t\t<ul class=\"top-link\">
\t\t\t\t\t\t\t\t\t<li><i class=\"fa fa-phone\"></i>+880 1234 56789</li>
\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>
\t\t\t\t\t\t\t\t<li><a href=\"#\">FAQ</a></li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t<!-- End Contact -->
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-lg-6 col-md-7 col-12\">
\t\t\t\t\t\t\t<!-- Top Contact -->
\t\t\t\t\t\t\t<ul class=\"top-contact\">
\t\t\t\t\t\t\t<li><a href=\"";
// line 22
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("registration");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.register"), "html", null, true);
echo "</a></li>
\t\t\t\t\t\t\t<li><a href=\"";
// line 23
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login1");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.connect"), "html", null, true);
echo " </a></li>
\t\t\t\t\t\t\t
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t<!-- End Top Contact -->
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- End Topbar -->
\t\t\t<!-- Header Inner -->
\t\t\t<div class=\"header-inner\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"inner\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-lg-3 col-md-3 col-12\">
\t\t\t\t\t\t\t\t<!-- Start Logo -->
\t\t\t\t\t\t\t\t<div class=\"logo\">
\t\t\t\t\t\t\t\t\t<a href=\"/\"><img src=\"";
// line 40
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/dogmo/img/logo.png"), "html", null, true);
echo "\" alt=\"#\"></a>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<!-- End Logo -->
\t\t\t\t\t\t\t\t<!-- Mobile Nav -->
\t\t\t\t\t\t\t\t<div class=\"mobile-nav\"></div>
\t\t\t\t\t\t\t\t<!-- End Mobile Nav -->
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-lg-7 col-md-9 col-12\">
\t\t\t\t\t\t\t\t<!-- Main Menu -->
\t\t\t\t\t\t\t\t<div class=\"main-menu\">
\t\t\t\t\t\t\t\t\t<nav class=\"navigation\">
\t\t\t\t\t\t\t\t\t\t<ul class=\"nav menu\">
\t\t\t\t\t\t\t\t\t\t\t<li class=\"active\"><a href=\"#\">Accueil <i class=\"icofont-rounded-down\"></i></a>
\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"index.html\">Home Page 1</a></li>
\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">A propos</a></li>
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Services </a></li>
\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>
\t\t\t\t\t\t\t\t\t\t";
// line 72
echo "\t\t\t\t\t\t\t\t\t\t\t <li><a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("faq");
echo "\">Carrière </a></li>
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"contact.html\">Contacts</a></li>
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</nav>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<!--/ End Main Menu -->
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-lg-2 col-12\">
\t\t\t\t\t\t\t\t<div class=\"get-quote\">
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<ul class=\"nav \">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
\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>
\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>
\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"";
// line 90
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("app_login1");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.connect"), "html", null, true);
echo " </a></li>
\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!--/ End Header Inner -->
\t\t</header>
";
// line 109
if ((0 === 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"))) {
// line 110
echo "
";
// line 111
$context["currency_symbol"] = "\$";
// line 112
echo "
";
} elseif ((0 === twig_compare( // line 113
(isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 113, $this->source); })()), "GBP"))) {
// line 114
echo "
";
// line 115
$context["currency_symbol"] = "£";
// line 116
echo "
";
} elseif ((0 === twig_compare( // line 117
(isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 117, $this->source); })()), "CAD"))) {
// line 118
echo "
";
// line 119
$context["currency_symbol"] = "c\$";
// line 120
echo "
";
} elseif ((0 === twig_compare( // line 121
(isset($context["converter"]) || array_key_exists("converter", $context) ? $context["converter"] : (function () { throw new RuntimeError('Variable "converter" does not exist.', 121, $this->source); })()), "XAF"))) {
// line 122
echo "
";
// line 123
$context["currency_symbol"] = "FCFA";
// line 124
echo "
";
} else {
// line 126
echo "
";
// line 127
$context["currency_symbol"] = "€";
// line 128
echo "
";
}
// line 131
echo "
";
// line 133
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["app"] ?? null), "request", [], "any", false, true, false, 133), "request", [], "any", false, true, false, 133), "get", [0 => "categori2"], "method", true, true, false, 133)) {
// line 134
echo "
";
// line 136
$context["cat0"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 136), "request", [], "any", false, false, false, 136), "get", [0 => "categori2"], "method", false, false, false, 136);
// line 137
echo "
";
} else {
// line 139
echo "
";
// line 140
$context["cat0"] = 1;
// line 141
echo "
";
}
// line 144
echo "
<!--shop area start-->
";
// line 154
echo " <div class=\"shop_area\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-9 col-md-12\">
<!--shop banner area start-->
<div class=\"shop_banner_area mb-30\" >
<div class=\"row\">
<div class=\"col-12\">
<div class=\"shop_banner_thumb\" style=\" padding: 10px 0;color:#E92E35; background-image:
linear-gradient(to right, rgba(255, 255, 255, 0.52) 65%, rgba(241, 71, 5, 1) 100%),
url('";
// line 164
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("img/bg/shop_detail-1.jpg"), "html", null, true);
echo "');\">
<h3>";
// line 165
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.home.africa_shopping"), "html", null, true);
echo " </h3>
<h3> ";
// line 166
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", null, true);
echo "</h3>
</div>
</div>
</div>
</div>
<!--shop banner area end-->
<!--shop toolbar start-->
<div class=\"shop_toolbar_wrapper\">
<div class=\"subscribe_form\">
<form id=\"mc-form\" class=\"mc-form footer-newsletter\">
<input type=\"text\" name=\"search\" id=\"search\" autocomplete=\"off\" placeholder=\"";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.search_product"), "html", null, true);
echo "...\">
<button ><i class=\"fa fa-search fa-2x\" aria-hidden=\"true\"></i></button>
</form>
</div>
<div class=\"page_amount\">
<select class=\"select_option\" name=\"short\" id=\"short\" onchange=\"loadDataHighORLow()\">
<option value=\"\">Choice </option>\t\t\t\t\t\t\t
<option value=\"3\">";
// line 184
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.Sort_by_newness"), "html", null, true);
echo "</option>
<option value=\"4\"> ";
// line 185
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.Sort_by_price_high"), "html", null, true);
echo " </option>
<option value=\"5\"> ";
// line 186
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.Sort_by_price_low"), "html", null, true);
echo " </option>
</select>
</div>
</div>
<div id=\"output\"> </div>
<div id=\"mycartsearch\"></div>
<div>
";
// line 197
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); })());
echo "
</div>
";
// line 201
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 201), "attributes", [], "any", false, false, false, 201), "get", [0 => "_route"], "method", false, false, false, 201), "shop_detail_ville"))) {
// line 202
echo "
";
} else {
// line 206
echo "
<p id=\"demo12\"></p>
<div id=\"loadData\"> </div>
<div id=\"loadData1\"> </div>
";
}
// line 214
echo "
</div>
<!--shop wrapper end-->
<div class=\"col-lg-3 col-md-12\">
<!--sidebar widget start-->
<aside class=\"sidebar_widget\">
<div class=\"widget_list widget_filter\">
<h3> ";
// line 226
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.default.filter_by_price"), "html", null, true);
echo "</h3>
<form action=\"#\">
<div id=\"slider-range\"></div>
";
// line 230
echo " <br/>
<input type=\"text\" name=\"text\" id=\"amount\" />
</form>
</div>
<div class=\"widget_list widget_categories\">
<h3>Product categories</h3>
<ul>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-coffee\" aria-hidden=\"true\"></i> ";
// line 239
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.petit_dejeuner"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 241
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", null, true);
echo "/";
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", null, true);
echo "/1/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lait"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 242
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", null, true);
echo "/";
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", null, true);
echo "/1/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.cafe"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 243
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", null, true);
echo "/";
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", null, true);
echo "/1/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.the"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 244
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", null, true);
echo "/";
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", null, true);
echo "/1/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.pate_tartiner"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 245
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", null, true);
echo "/";
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", null, true);
echo "/1/5\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fromage"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 246
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", null, true);
echo "/";
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", null, true);
echo "/1/6\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.oeuf"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 247
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", null, true);
echo "/";
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", null, true);
echo "/1/7\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.yaourt"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-child\" aria-hidden=\"true\"></i> ";
// line 250
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.baby"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 252
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", null, true);
echo "/";
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", null, true);
echo "/13/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lait"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 253
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", null, true);
echo "/";
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", null, true);
echo "/13/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.cereales"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 254
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", null, true);
echo "/";
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", null, true);
echo "/13/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.couches"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 255
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", null, true);
echo "/";
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", null, true);
echo "/13/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.lingettes"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-glass\" aria-hidden=\"true\"></i> ";
// line 259
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boissons"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 261
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", null, true);
echo "/";
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", null, true);
echo "/4/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.eau"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 262
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", null, true);
echo "/";
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", null, true);
echo "/4/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.jus_naturel"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 263
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", null, true);
echo "/";
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", null, true);
echo "/4/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boissons_gazeuses"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 264
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", null, true);
echo "/";
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", null, true);
echo "/4/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.sirops"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 265
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", null, true);
echo "/";
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", null, true);
echo "/4/5\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.vin_spiritueux"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-apple\" aria-hidden=\"true\"></i>";
// line 268
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fruits_legumes"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 270
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", null, true);
echo "/";
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", null, true);
echo "/3/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.fruits"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 271
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", null, true);
echo "/";
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", null, true);
echo "/3/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.legumes"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-asterisk\" aria-hidden=\"true\"></i> ";
// line 274
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.boucherie_poissonerie"), "html", null, true);
echo " </a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 277
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", null, true);
echo "/";
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", null, true);
echo "/10/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.crustace"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 278
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", null, true);
echo "/";
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", null, true);
echo "/10/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.poisson"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 279
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", null, true);
echo "/";
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", null, true);
echo "/10/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.viandes"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 280
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", null, true);
echo "/";
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", null, true);
echo "/10/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.volaille"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-eyedropper\" aria-hidden=\"true\"></i> ";
// line 283
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.assaisonnement"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 285
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", null, true);
echo "/";
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", null, true);
echo "/11/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.aromates"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 286
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", null, true);
echo "/";
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", null, true);
echo "/11/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.condiments"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 287
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", null, true);
echo "/";
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", null, true);
echo "/11/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.epices"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-tree\" aria-hidden=\"true\"></i> ";
// line 291
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.tubercules_feculents"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 293
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", null, true);
echo "/";
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", null, true);
echo "/12/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.graines"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 294
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", null, true);
echo "/";
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", null, true);
echo "/12/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.tubercules"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 295
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", null, true);
echo "/";
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", null, true);
echo "/12/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.farines"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-birthday-cake\" aria-hidden=\"true\"></i> ";
// line 298
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.epiceries"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 300
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", null, true);
echo "/";
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", null, true);
echo "/15/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.conserves"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 301
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", null, true);
echo "/";
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", null, true);
echo "/15/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.pates_riz"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 302
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", null, true);
echo "/";
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", null, true);
echo "/15/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.huiles"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 303
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", null, true);
echo "/";
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", null, true);
echo "/15/4\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.sucres"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 304
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", null, true);
echo "/";
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", null, true);
echo "/15/5\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.confiseries"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 305
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", null, true);
echo "/";
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", null, true);
echo "/15/6\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.biscuits"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 306
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", null, true);
echo "/";
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", null, true);
echo "/15/7\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.chocolats"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-building\" aria-hidden=\"true\"></i> ";
// line 309
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.construction_maison"), "html", null, true);
echo "</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 311
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", null, true);
echo "/";
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", null, true);
echo "/14/1\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.produits_entretien"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 312
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", null, true);
echo "/";
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", null, true);
echo "/14/2\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.hygiene"), "html", null, true);
echo "</a></li>
<li><a href=\"/shop-detail/";
// line 313
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", null, true);
echo "/";
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", null, true);
echo "/14/3\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("app.head.gaz_domestique"), "html", null, true);
echo "</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-hourglass-half\" aria-hidden=\"true\"></i> Packs</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/";
// line 318
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", null, true);
echo "/";
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", null, true);
echo "/1/1\">Happy Familly</a></li>
<li><a href=\"/shop-detail/";
// line 319
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", null, true);
echo "/";
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", null, true);
echo "/1/2\">Check out</a></li>
<li><a href=\"/shop-detail/";
// line 320
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", null, true);
echo "/";
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", null, true);
echo "/1/3\">Construction </a></li>
</ul>
</li>
";
// line 330
echo " </ul>
</div>
";
// line 355
echo " </aside>
<!--sidebar widget end-->
</div>
</div>
</div>
</div>
\t
\t";
// line 362
$context["categori2"] = twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 362), "get", [0 => "ville"], "method", false, false, false, 362);
// line 363
echo "
";
// line 364
$context["magasin"] = twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 364), "get", [0 => "magasin"], "method", false, false, false, 364);
// line 365
echo "
<!--shop area end-->
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 370
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 371
echo "
";
// line 372
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script>
";
// line 377
if ((((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 377), "attributes", [], "any", false, false, false, 377), "get", [0 => "_route"], "method", false, false, false, 377), "shop_detail_ville")) || (0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 377), "attributes", [], "any", false, false, false, 377), "get", [0 => "_route"], "method", false, false, false, 377), "shop_detail_ville"))) && (0 === twig_compare((isset($context["ville"]) || array_key_exists("ville", $context) ? $context["ville"] : (function () { throw new RuntimeError('Variable "ville" does not exist.', 377, $this->source); })()), "")))) {
echo "
window:location = \"http://yeyeto.com/\";
";
}
// line 382
echo "
function formSubmits(){
// var pid = document.getElementById(\"pid\").value;
var product_id = \$(\"input[name=product_id]\").val();
// var product_id = document.getElementById(\"product_id\").value;
// var message = document.getElementById(\"message\").value;
// var dataString = 'name='+ name + '&message=' + message;
// var dataString = 'product_id='+ product_id ;
jQuery.ajax({
// url: \"";
// line 395
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("cart_search", ["id" => "+product_id+"]);
echo "\",
url: \"/cart/addsearch/\"+product_id+\"\",
// data: dataString,
data : { product_id:product_id },
type: \"POST\",
success: function(data){
//location.reload(true);
\$(\"#mycartsearch\").html(data);
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 2000);
},
error: function (){}
});
return true;
}
function loadDataHighORLow(){
var xss = document.getElementById(\"short\").value;
// document.getElementById(\"demo12\").innerHTML = \"You selected: \" + xss;
\t\t
if( xss == 4){
\$.ajax({
url : \"";
// line 425
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
echo "\",
type: \"POST\",
cache:false,
data:{page_l_h:xss, cat: ";
// line 428
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", null, true);
echo " , magasin:";
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", null, true);
echo ", locale:'";
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", null, true);
echo "', currencie:";
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", null, true);
echo ", converter:'";
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", null, true);
echo "' },
success:function(data){
if (data) {
\$(\"#loadData\").remove();
\$(\"#demo12\").html(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 6000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
} if( xss == 5){
\$.ajax({
url : \"";
// line 448
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
echo "\",
type: \"POST\",
cache:false,
data:{page_h_l:xss, cat: ";
// line 451
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", null, true);
echo " , magasin:";
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", null, true);
echo ", locale:'";
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", null, true);
echo "', currencie:";
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", null, true);
echo ", converter:'";
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", null, true);
echo "' },
success:function(data){
if (data) {
\$(\"#loadData\").remove();
\$(\"#demo12\").html(data)
\tSlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
} if( xss == 3){
\$.ajax({
url : \"";
// line 471
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
echo "\",
type: \"POST\",
cache:false,
data:{page_n:xss, cat:";
// line 474
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", null, true);
echo " , magasin:";
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", null, true);
echo ", locale:'";
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", null, true);
echo "', currencie:";
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", null, true);
echo ", converter:'";
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", null, true);
echo "' },
success:function(data){
if (data) {
\$(\"#loadData\").remove();
\$(\"#demo12\").html(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
}
}
\t\t
\$(document).ready(function(){
\$('.newletter-popup').remove();
var v1 = ";
// line 497
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", null, true);
echo ";
var v2 = ";
// line 498
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", null, true);
echo ";
\$(\"#slider-range\").slider({
\t\t\trange: true,
\t\t\tmin: v1,
\t\t\tmax: v2 ,
\t\t\tvalues: [v1,v2],
\t\t\tslide: function(event,ui){
\t\t\t\t\$(\"#amount\").val( \"€\" + ui.values[0] + \" - €\" + ui.values[1] );
\t\t\t\tv1 = ui.values[0];
\t\t\t\tv2 = ui.values[1];
\t\t\t\tloadRecords(v1, v2);\t\t
}
});
\$(\"#amount\").val(\"€\" + \$(\"#slider-range\" ).slider( \"values\", 0 ) + \" - €\" + \$(\"#slider-range\").slider(\"values\", 1));
function loadRecords(range1, range2){
\t\t\t\$.ajax({
\t\t\t\turl : \"";
// line 519
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("searchslider");
echo "\",
\t\t\t\ttype: \"POST\",
\t\t\t\tcache:false,
\t\t\t\tdata : {minAge:range1, maxAge:range2, cat:";
// line 522
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", null, true);
echo ", locale:'";
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", null, true);
echo "', currencie:";
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", null, true);
echo ", converter:'";
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", null, true);
echo "' },
\t\t\t\tcache:false,
\t\t\t\tsuccess:function(data){
\t\t\t\t
\t\t\t\t\t\$(\"#loadData\").remove();
\t\t\t\t\t\$(\"#demo12\").remove();
\t\t\t\t\t\$(\"#loadData1\").html(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
\t\t\t\t}
\t\t\t});
}
\t
// \$(\"#demo12\").remove();
\t\t
loadMoreData();
function loadMoreData(page){\t\t
\$.ajax({
url : \"";
// line 543
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("shop_detail");
echo "\",
type: \"POST\",
cache:false,
data:{page_no:page, cat:";
// line 546
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", null, true);
echo ", magasin:";
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", null, true);
echo ", locale:'";
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", null, true);
echo "', currencie:";
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", null, true);
echo ", converter:'";
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", null, true);
echo "' },
success:function(data){
if (data) {
\$(\"#pagination\").remove();
\$(\"#loadData\").append(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
}
\$(document).on('click', '.loadbtn', function(){
\$(\".loadbtn\").html('Loading...');
var pId = \$(this).data(\"id\");
loadMoreData(pId);
});
\$(\"#search\").keyup(function(){
var query = \$(this).val();
if(query != \"\"){
\t\t\t\t\$.ajax({
\t\t\t\t\turl: \"";
// line 574
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("search_page");
echo "\",
\t\t\t\t\tmethod: 'POST',
\t\t\t\t\tdataType: 'json',
\t\t\t\t\tdata: {query:query , cat:";
// line 577
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", null, true);
echo ", locale:'";
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", null, true);
echo "', currencie:";
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", null, true);
echo ", converter:'";
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", null, true);
echo "' },
\t\t\t\t\tsuccess: function(data){
\t\t\t\t\t
\t\t\t\t\ttext = \"\";
\t\t\t\t\tfor(i = 0; i < data.length; i++) {
\t\t\t\t\t\t
\t\t\t\t\t\tproduct = data[i];
\t\t\t\t\t
\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']+'\">';
";
// line 590
if ((0 === twig_compare(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_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", false, false, false, 590), "attributes", [], "any", false, false, false, 590), "get", [0 => "_route"], "method", false, false, false, 590), "shop_detail_ville"))) {
// line 591
echo "
text +='<img src=\"../../../../img/product/'+product['image']+'\" width=80 height=80 alt=\"\">';
";
} else {
// line 595
echo "
text +='<img src=\"img/product/'+product['image']+'\" width=80 height=80 alt=\"\">';
";
}
// line 600
echo "
text +=''+product['currencie']+' <font color=red>'+product['price']+'</font>   '+product['name']+'</a>         <form action=\"/cart/addsearch/'+product['id']+'\" method=\"post\"><br> <input type=\"hidden\" name=\"cat\" value=\"'+product['cart_cat']+'\"/><input type=\"hidden\" name=\"magasin\" value=\"";
// line 602
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", null, true);
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>';
\t\t\t\t\t}
\t\t\t\t\t text += \"<br/><br/>\";
\t\t\t\t\t
\t\t\t\t\t\$('#output').html(text);
\t\t\t\t\t//\$('#output').css('display', 'block');
\$(\"#loadData\").hide();
\$(\"#loadData1\").hide();
\t
\t\t\t\t\t
\t\t\t\t }
\t\t\t\t});
}else{
\t\t\t
\$('#output').css('display', 'none');
}
});
});
\t
</script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "home/shop-detail.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{% extends 'layout/app_index.twig' %}
{% block body %}
<header class=\"header\" >
\t\t\t<!-- Topbar -->
\t\t\t<div class=\"topbar\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t<div class=\"col-lg-6 col-md-5 col-12\">
\t\t\t\t\t\t\t<!-- Contact -->
\t\t\t\t\t\t\t<ul class=\"top-link\">
\t\t\t\t\t\t\t\t\t<li><i class=\"fa fa-phone\"></i>+880 1234 56789</li>
\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>
\t\t\t\t\t\t\t\t<li><a href=\"#\">FAQ</a></li>
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t<!-- End Contact -->
\t\t\t\t\t\t</div>
\t\t\t\t\t\t<div class=\"col-lg-6 col-md-7 col-12\">
\t\t\t\t\t\t\t<!-- Top Contact -->
\t\t\t\t\t\t\t<ul class=\"top-contact\">
\t\t\t\t\t\t\t<li><a href=\"{{ path('registration')}}\">{{ 'app.head.register'|trans }}</a></li>
\t\t\t\t\t\t\t<li><a href=\"{{ path('app_login1')}}\">{{ 'app.head.connect'|trans }} </a></li>
\t\t\t\t\t\t\t
\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t<!-- End Top Contact -->
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!-- End Topbar -->
\t\t\t<!-- Header Inner -->
\t\t\t<div class=\"header-inner\">
\t\t\t\t<div class=\"container\">
\t\t\t\t\t<div class=\"inner\">
\t\t\t\t\t\t<div class=\"row\">
\t\t\t\t\t\t\t<div class=\"col-lg-3 col-md-3 col-12\">
\t\t\t\t\t\t\t\t<!-- Start Logo -->
\t\t\t\t\t\t\t\t<div class=\"logo\">
\t\t\t\t\t\t\t\t\t<a href=\"/\"><img src=\"{{ asset('/dogmo/img/logo.png') }}\" alt=\"#\"></a>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<!-- End Logo -->
\t\t\t\t\t\t\t\t<!-- Mobile Nav -->
\t\t\t\t\t\t\t\t<div class=\"mobile-nav\"></div>
\t\t\t\t\t\t\t\t<!-- End Mobile Nav -->
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-lg-7 col-md-9 col-12\">
\t\t\t\t\t\t\t\t<!-- Main Menu -->
\t\t\t\t\t\t\t\t<div class=\"main-menu\">
\t\t\t\t\t\t\t\t\t<nav class=\"navigation\">
\t\t\t\t\t\t\t\t\t\t<ul class=\"nav menu\">
\t\t\t\t\t\t\t\t\t\t\t<li class=\"active\"><a href=\"#\">Accueil <i class=\"icofont-rounded-down\"></i></a>
\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"index.html\">Home Page 1</a></li>
\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">A propos</a></li>
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Services </a></li>
\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>
\t\t\t\t\t\t\t\t\t\t{#
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Pages <i class=\"icofont-rounded-down\"></i></a>
\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"404.html\">404 Error</a></li>
\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"#\">Blogs <i class=\"icofont-rounded-down\"></i></a>
\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"blog-single.html\">Blog Details</a></li>
\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t\t#}
\t\t\t\t\t\t\t\t\t\t\t <li><a href=\"{{ path('faq') }}\">Carrière </a></li>
\t\t\t\t\t\t\t\t\t\t\t<li><a href=\"contact.html\">Contacts</a></li>
\t\t\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t</nav>
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t\t<!--/ End Main Menu -->
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t<div class=\"col-lg-2 col-12\">
\t\t\t\t\t\t\t\t<div class=\"get-quote\">
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t\t<ul class=\"nav \">
\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>
\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"dropdown\">
\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>
\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>
\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>
\t\t\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t\t\t</li>
\t\t\t\t\t\t\t\t\t\t</ul>
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t\t
\t\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t\t</div>
\t\t\t\t\t\t</div>
\t\t\t\t\t</div>
\t\t\t\t</div>
\t\t\t</div>
\t\t\t<!--/ End Header Inner -->
\t\t</header>
{% if converter == \"USD\" %}
{% set currency_symbol = \"\$\" %}
{% elseif converter =='GBP' %}
{% set currency_symbol = \"£\" %}
{% elseif converter =='CAD' %}
{% set currency_symbol = \"c\$\" %}
{% elseif converter =='XAF' %}
{% set currency_symbol = \"FCFA\" %}
{% else %}
{% set currency_symbol = \"€\" %}
{% endif %}
{% if app.request.request.get('categori2') is defined %}
{% set cat0 = app.request.request.get('categori2') %}
{% else %}
{% set cat0 = 1 %}
{% endif %}
<!--shop area start-->
{#<div class=\"icon-bar\">
<a href=\"https://web.whatsapp.com/send?l=en&phone=237659186746&text=Bienvenue sur Socgnia Bureautique Whatsapp\" target=\"_blank\" class=\"whatsapp\"><i class=\"fa fa-whatsapp\" aria-hidden=\"true\"></i></a>
<a href=\"https://www.facebook.com/Socgnia-Bureautique-101159735643820/\" target=\"_blank\" class=\"facebook\"><i class=\"fa fa-facebook\"></i></a>
<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>
<a href=\"#\" class=\"google\"><i class=\"fa fa-google\"></i></a>
<a href=\"#\" class=\"linkedin\"><i class=\"fa fa-linkedin\"></i></a>
<a href=\"#\" class=\"youtube\"><i class=\"fa fa-youtube\"></i></a>
</div>#}
<div class=\"shop_area\">
<div class=\"container\">
<div class=\"row\">
<div class=\"col-lg-9 col-md-12\">
<!--shop banner area start-->
<div class=\"shop_banner_area mb-30\" >
<div class=\"row\">
<div class=\"col-12\">
<div class=\"shop_banner_thumb\" style=\" padding: 10px 0;color:#E92E35; background-image:
linear-gradient(to right, rgba(255, 255, 255, 0.52) 65%, rgba(241, 71, 5, 1) 100%),
url('{{ asset('img/bg/shop_detail-1.jpg') }}');\">
<h3>{{ 'app.home.africa_shopping'|trans }} </h3>
<h3> {{ villeMagsin }}</h3>
</div>
</div>
</div>
</div>
<!--shop banner area end-->
<!--shop toolbar start-->
<div class=\"shop_toolbar_wrapper\">
<div class=\"subscribe_form\">
<form id=\"mc-form\" class=\"mc-form footer-newsletter\">
<input type=\"text\" name=\"search\" id=\"search\" autocomplete=\"off\" placeholder=\"{{ 'app.head.search_product'|trans }}...\">
<button ><i class=\"fa fa-search fa-2x\" aria-hidden=\"true\"></i></button>
</form>
</div>
<div class=\"page_amount\">
<select class=\"select_option\" name=\"short\" id=\"short\" onchange=\"loadDataHighORLow()\">
<option value=\"\">Choice </option>\t\t\t\t\t\t\t
<option value=\"3\">{{ 'app.default.Sort_by_newness'|trans }}</option>
<option value=\"4\"> {{ 'app.default.Sort_by_price_high'|trans }} </option>
<option value=\"5\"> {{ 'app.default.Sort_by_price_low'|trans }} </option>
</select>
</div>
</div>
<div id=\"output\"> </div>
<div id=\"mycartsearch\"></div>
<div>
{{ products_shop|raw }}
</div>
{% if app.request.attributes.get('_route') == \"shop_detail_ville\" %}
{% else %}
<p id=\"demo12\"></p>
<div id=\"loadData\"> </div>
<div id=\"loadData1\"> </div>
{% endif %}
</div>
<!--shop wrapper end-->
<div class=\"col-lg-3 col-md-12\">
<!--sidebar widget start-->
<aside class=\"sidebar_widget\">
<div class=\"widget_list widget_filter\">
<h3> {{ 'app.default.filter_by_price'|trans }}</h3>
<form action=\"#\">
<div id=\"slider-range\"></div>
{# <button type=\"submit\">{{ 'app.default.filter'|trans }} </button> #}
<br/>
<input type=\"text\" name=\"text\" id=\"amount\" />
</form>
</div>
<div class=\"widget_list widget_categories\">
<h3>Product categories</h3>
<ul>
<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>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/1\">{{ 'app.head.lait'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/2\">{{ 'app.head.cafe'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/3\">{{ 'app.head.the'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/4\">{{ 'app.head.pate_tartiner'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/5\">{{ 'app.head.fromage'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/6\">{{ 'app.head.oeuf'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/7\">{{ 'app.head.yaourt'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-child\" aria-hidden=\"true\"></i> {{ 'app.head.baby'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/1\">{{ 'app.head.lait'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/2\">{{ 'app.head.cereales'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/3\">{{ 'app.head.couches'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/13/4\">{{ 'app.head.lingettes'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-glass\" aria-hidden=\"true\"></i> {{ 'app.head.boissons'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/1\">{{ 'app.head.eau'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/2\">{{ 'app.head.jus_naturel'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/3\">{{ 'app.head.boissons_gazeuses'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/4\">{{ 'app.head.sirops'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/4/5\">{{ 'app.head.vin_spiritueux'|trans }}</a></li>
</ul>
</li>
<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>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/3/1\">{{ 'app.head.fruits'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/3/2\">{{ 'app.head.legumes'|trans }}</a></li>
</ul>
</li>
<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>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/1\">{{ 'app.head.crustace'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/2\">{{ 'app.head.poisson'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/3\">{{ 'app.head.viandes'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/10/4\">{{ 'app.head.volaille'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-eyedropper\" aria-hidden=\"true\"></i> {{ 'app.head.assaisonnement'|trans }}</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/11/1\">{{ 'app.head.aromates'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/11/2\">{{ 'app.head.condiments'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/11/3\">{{ 'app.head.epices'|trans }}</a></li>
</ul>
</li>
<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>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/12/1\">{{ 'app.head.graines'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/12/2\">{{ 'app.head.tubercules'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/12/3\">{{ 'app.head.farines'|trans }}</a></li>
</ul>
</li>
<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>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/1\">{{ 'app.head.conserves'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/2\">{{ 'app.head.pates_riz'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/3\">{{ 'app.head.huiles'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/4\">{{ 'app.head.sucres'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/5\">{{ 'app.head.confiseries'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/6\">{{ 'app.head.biscuits'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/15/7\">{{ 'app.head.chocolats'|trans }}</a></li>
</ul>
</li>
<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>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/14/1\">{{ 'app.head.produits_entretien'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/14/2\">{{ 'app.head.hygiene'|trans }}</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/14/3\">{{ 'app.head.gaz_domestique'|trans }}</a></li>
</ul>
</li>
<li class=\"widget_sub_categories\"><a href=\"javascript:void(0)\"><i class=\"fa fa-hourglass-half\" aria-hidden=\"true\"></i> Packs</a>
<ul class=\"widget_dropdown_categories\">
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/1\">Happy Familly</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/2\">Check out</a></li>
<li><a href=\"/shop-detail/{{ ville }}/{{ magasin }}/1/3\">Construction </a></li>
</ul>
</li>
{#
<li><a href=\"#\">Games & Consoles</a></li>
<li><a href=\"#\">Headphone & Speaker</a></li>
<li><a href=\"#\">Movies & Video Games</a></li>
<li><a href=\"#\">Smartphone</a> </li>
<li><a href=\"#\">Uncategorized</a></li>
#}
</ul>
</div>
{#
<div class=\"widget_list\">
<h3>Autres Products & Services</h3>
<div class=\"sidebar_banner_area\">
<figure class=\"single_banner mb-20\">
<div class=\"banner_thumb\">
<a href=\"{{ path('mobile-recharge') }}\"><img src=\"{{ asset('img/bg/recharge-phone.jpg ') }}\" alt=\"\"></a>
</div>
</figure>
<figure class=\"single_banner mb-20\">
<div class=\"banner_thumb\">
<a href=\"{{ path('money-send') }}\"><img src=\"{{ asset('img/bg/cameroun-mode-de-paiement.jpg') }}\" alt=\"\"></a>
</div>
</figure>
<figure class=\"single_banner\">
<div class=\"banner_thumb\">
<a href=\"{{ path('bill-send') }}\"><img src=\"{{ asset('img/bg/canal.jpg') }}\" alt=\"\"></a>
</div>
</figure>
</div>
</div>
#}
</aside>
<!--sidebar widget end-->
</div>
</div>
</div>
</div>
\t
\t{% set categori2 = app.session.get(\"ville\") %}
{% set magasin = app.session.get(\"magasin\") %}
<!--shop area end-->
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script>
{% if (app.request.attributes.get('_route') == \"shop_detail_ville\" or app.request.attributes.get('_route') == \"shop_detail_ville\") and ville == \"\" %}
window:location = \"http://yeyeto.com/\";
{% endif %}
function formSubmits(){
// var pid = document.getElementById(\"pid\").value;
var product_id = \$(\"input[name=product_id]\").val();
// var product_id = document.getElementById(\"product_id\").value;
// var message = document.getElementById(\"message\").value;
// var dataString = 'name='+ name + '&message=' + message;
// var dataString = 'product_id='+ product_id ;
jQuery.ajax({
// url: \"{{ path('cart_search', {'id': \"+product_id+\" }) }}\",
url: \"/cart/addsearch/\"+product_id+\"\",
// data: dataString,
data : { product_id:product_id },
type: \"POST\",
success: function(data){
//location.reload(true);
\$(\"#mycartsearch\").html(data);
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 2000);
},
error: function (){}
});
return true;
}
function loadDataHighORLow(){
var xss = document.getElementById(\"short\").value;
// document.getElementById(\"demo12\").innerHTML = \"You selected: \" + xss;
\t\t
if( xss == 4){
\$.ajax({
url : \"{{ path('shop_detail') }}\",
type: \"POST\",
cache:false,
data:{page_l_h:xss, cat: {{ ville }} , magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
success:function(data){
if (data) {
\$(\"#loadData\").remove();
\$(\"#demo12\").html(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 6000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
} if( xss == 5){
\$.ajax({
url : \"{{ path('shop_detail') }}\",
type: \"POST\",
cache:false,
data:{page_h_l:xss, cat: {{ ville }} , magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
success:function(data){
if (data) {
\$(\"#loadData\").remove();
\$(\"#demo12\").html(data)
\tSlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
} if( xss == 3){
\$.ajax({
url : \"{{ path('shop_detail') }}\",
type: \"POST\",
cache:false,
data:{page_n:xss, cat:{{ ville }} , magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
success:function(data){
if (data) {
\$(\"#loadData\").remove();
\$(\"#demo12\").html(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
}
}
\t\t
\$(document).ready(function(){
\$('.newletter-popup').remove();
var v1 = {{ lowPrice }};
var v2 = {{ highPrice }};
\$(\"#slider-range\").slider({
\t\t\trange: true,
\t\t\tmin: v1,
\t\t\tmax: v2 ,
\t\t\tvalues: [v1,v2],
\t\t\tslide: function(event,ui){
\t\t\t\t\$(\"#amount\").val( \"€\" + ui.values[0] + \" - €\" + ui.values[1] );
\t\t\t\tv1 = ui.values[0];
\t\t\t\tv2 = ui.values[1];
\t\t\t\tloadRecords(v1, v2);\t\t
}
});
\$(\"#amount\").val(\"€\" + \$(\"#slider-range\" ).slider( \"values\", 0 ) + \" - €\" + \$(\"#slider-range\").slider(\"values\", 1));
function loadRecords(range1, range2){
\t\t\t\$.ajax({
\t\t\t\turl : \"{{ path('searchslider') }}\",
\t\t\t\ttype: \"POST\",
\t\t\t\tcache:false,
\t\t\t\tdata : {minAge:range1, maxAge:range2, cat:{{ ville }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
\t\t\t\tcache:false,
\t\t\t\tsuccess:function(data){
\t\t\t\t
\t\t\t\t\t\$(\"#loadData\").remove();
\t\t\t\t\t\$(\"#demo12\").remove();
\t\t\t\t\t\$(\"#loadData1\").html(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
\t\t\t\t}
\t\t\t});
}
\t
// \$(\"#demo12\").remove();
\t\t
loadMoreData();
function loadMoreData(page){\t\t
\$.ajax({
url : \"{{ path('shop_detail') }}\",
type: \"POST\",
cache:false,
data:{page_no:page, cat:{{ ville }}, magasin:{{ magasin }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
success:function(data){
if (data) {
\$(\"#pagination\").remove();
\$(\"#loadData\").append(data)
SlickLoader.enable();
SlickLoader.setText('Patientez un peu',' ...');
setTimeout(function(){ SlickLoader.disable(); }, 4000);
}else{
\$(\".loadbtn\").prop(\"disabled\", true);
\$(\".loadbtn\").html('That is All');
}
}
});
}
\$(document).on('click', '.loadbtn', function(){
\$(\".loadbtn\").html('Loading...');
var pId = \$(this).data(\"id\");
loadMoreData(pId);
});
\$(\"#search\").keyup(function(){
var query = \$(this).val();
if(query != \"\"){
\t\t\t\t\$.ajax({
\t\t\t\t\turl: \"{{ path('search_page') }}\",
\t\t\t\t\tmethod: 'POST',
\t\t\t\t\tdataType: 'json',
\t\t\t\t\tdata: {query:query , cat:{{ ville }}, locale:'{{ locale }}', currencie:{{ currencie_convert }}, converter:'{{ converter }}' },
\t\t\t\t\tsuccess: function(data){
\t\t\t\t\t
\t\t\t\t\ttext = \"\";
\t\t\t\t\tfor(i = 0; i < data.length; i++) {
\t\t\t\t\t\t
\t\t\t\t\t\tproduct = data[i];
\t\t\t\t\t
\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']+'\">';
{% if app.request.attributes.get('_route') == \"shop_detail_ville\" %}
text +='<img src=\"../../../../img/product/'+product['image']+'\" width=80 height=80 alt=\"\">';
{% else %}
text +='<img src=\"img/product/'+product['image']+'\" width=80 height=80 alt=\"\">';
{% endif %}
text +=''+product['currencie']+' <font color=red>'+product['price']+'</font>   '+product['name']+'</a>         <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>';
\t\t\t\t\t}
\t\t\t\t\t text += \"<br/><br/>\";
\t\t\t\t\t
\t\t\t\t\t\$('#output').html(text);
\t\t\t\t\t//\$('#output').css('display', 'block');
\$(\"#loadData\").hide();
\$(\"#loadData1\").hide();
\t
\t\t\t\t\t
\t\t\t\t }
\t\t\t\t});
}else{
\t\t\t
\$('#output').css('display', 'none');
}
});
});
\t
</script>
{% endblock %}
", "home/shop-detail.html.twig", "/var/www/web187/html/dogmo/templates/home/shop-detail.html.twig");
}
}