var/cache/dev/twig/c9/c9da7fc6397e1d815664edab74e9eb58.php line 51

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* Shop/ProductDetails/productDetail.html.twig */
  14. class __TwigTemplate_216af30c426916c2973524a9c5db5855 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->blocks = [
  23.             'CONTENT' => [$this'block_CONTENT'],
  24.             'PAGE_JS' => [$this'block_PAGE_JS'],
  25.         ];
  26.         $this->sandbox $this->env->getExtension('\Twig\Extension\SandboxExtension');
  27.         $this->checkSecurity();
  28.     }
  29.     protected function doGetParent(array $context)
  30.     {
  31.         // line 3
  32.         return "layout/layout.html.twig";
  33.     }
  34.     protected function doDisplay(array $context, array $blocks = [])
  35.     {
  36.         $macros $this->macros;
  37.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  38.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Shop/ProductDetails/productDetail.html.twig"));
  39.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  40.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""Shop/ProductDetails/productDetail.html.twig"));
  41.         $this->parent $this->loadTemplate("layout/layout.html.twig""Shop/ProductDetails/productDetail.html.twig"3);
  42.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  43.         
  44.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  45.         
  46.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  47.     }
  48.     // line 4
  49.     public function block_CONTENT($context, array $blocks = [])
  50.     {
  51.         $macros $this->macros;
  52.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  53.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""CONTENT"));
  54.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  55.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""CONTENT"));
  56.         // line 5
  57.         echo "    ";
  58.         // line 6
  59.         echo "    ";
  60.         $context["is_authenticated"] = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY");
  61.         // line 7
  62.         echo "    ";
  63.         // line 8
  64.         echo "    ";
  65.         $context["haveProductErrors"] = $this->extensions['App\Twig\Extension\ProductExtension']->getHaveError($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'8$this->source); })()), 8$this->source));
  66.         // line 9
  67.         echo "    ";
  68.         if ((isset($context["haveProductErrors"]) || array_key_exists("haveProductErrors"$context) ? $context["haveProductErrors"] : (function () { throw new RuntimeError('Variable "haveProductErrors" does not exist.'9$this->source); })())) {
  69.             // line 10
  70.             echo "        ";
  71.             $context["haveDiscount"] = false;
  72.             // line 11
  73.             echo "    ";
  74.         } else {
  75.             // line 12
  76.             echo "        ";
  77.             if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated"$context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.'12$this->source); })())) {
  78.                 // line 13
  79.                 echo "            ";
  80.                 // line 14
  81.                 echo "            ";
  82.                 $context["defaultPriceWithDiscount"] = $this->extensions['App\Twig\Extension\ProductExtension']->getDefaultPriceWithDiscount($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'14$this->source); })()), 14$this->source), $this->sandbox->ensureToStringAllowed((isset($context["userIdSage"]) || array_key_exists("userIdSage"$context) ? $context["userIdSage"] : (function () { throw new RuntimeError('Variable "userIdSage" does not exist.'14$this->source); })()), 14$this->source));
  83.                 // line 15
  84.                 echo "            ";
  85.                 $context["haveDiscount"] = (((twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'15$this->source); })()), "original_price", [], "any"falsefalsetrue15) != twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'15$this->source); })()), "end_price", [], "any"falsefalsetrue15)) && (null === twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'15$this->source); })()), "error", [], "any"falsefalsetrue15))) &&  !(null === twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'15$this->source); })()), "end_price", [], "any"falsefalsetrue15)));
  86.                 // line 16
  87.                 echo "            ";
  88.                 // line 17
  89.                 echo "        ";
  90.             }
  91.             // line 18
  92.             echo "    ";
  93.         }
  94.         // line 19
  95.         echo "    ";
  96.         $context["data"] = $this->extensions['App\Twig\Extension\ProductExtension']->generateData($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'19$this->source); })()), 19$this->source));
  97.         // line 20
  98.         echo "    ";
  99.         $context["variants"] = twig_get_attribute($this->env$this->source, (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'20$this->source); })()), "variants", [], "any"falsefalsetrue20);
  100.         // line 22
  101.         echo "    ";
  102.         $context["SKU"] = false;
  103.         // line 24
  104.         echo "    ";
  105.         // line 25
  106.         echo "    ";
  107.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'25$this->source); })()), "variants", [], "any"falsefalsetrue25)) > 1)) {
  108.             // line 26
  109.             echo "        ";
  110.             $context["haveVariants"] = true;
  111.             // line 27
  112.             echo "    ";
  113.         } else {
  114.             // line 28
  115.             echo "        ";
  116.             $context["haveVariants"] = false;
  117.             // line 29
  118.             echo "        ";
  119.             $context["SKU"] = twig_first($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'29$this->source); })()), "variants", [], "any"falsefalsetrue29), 29$this->source));
  120.             // line 30
  121.             echo "        ";
  122.             $context["SKU"] = twig_get_attribute($this->env$this->source, (isset($context["SKU"]) || array_key_exists("SKU"$context) ? $context["SKU"] : (function () { throw new RuntimeError('Variable "SKU" does not exist.'30$this->source); })()), "bsncode", [], "any"falsefalsetrue30);
  123.             // line 31
  124.             echo "    ";
  125.         }
  126.         // line 32
  127.         echo "    ";
  128.         $context["productID"] = twig_get_attribute($this->env$this->sourcetwig_first($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'32$this->source); })()), "variants", [], "any"falsefalsetrue32), 32$this->source)), "id", [], "any"falsefalsetrue32);
  129.         // line 33
  130.         echo "
  131.     ";
  132.         // line 34
  133.         $context["defaultPrice"] = $this->extensions['App\Twig\Extension\ProductExtension']->getDefaultPrice($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'34$this->source); })()), 34$this->source));
  134.         // line 35
  135.         echo "    ";
  136.         $context["attributesRows"] = $this->extensions['App\Twig\Extension\ProductExtension']->getAttributesRows($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'35$this->source); })()), 35$this->source), $this->sandbox->ensureToStringAllowed((isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'35$this->source); })()), 35$this->source));
  137.         // line 36
  138.         echo "    ";
  139.         $context["typesRows"] = $this->extensions['App\Twig\Extension\ProductExtension']->getTypesRows($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'36$this->source); })()), 36$this->source), $this->sandbox->ensureToStringAllowed((isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'36$this->source); })()), 36$this->source));
  140.         // line 37
  141.         echo "    ";
  142.         $context["documents"] = $this->extensions['App\Twig\Extension\ProductDocumentsExtension']->getProductDocuments($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'37$this->source); })()), 37$this->source));
  143.         // line 38
  144.         echo "    ";
  145.         $context["link"] = twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'38$this->source); })()), "getDetailUrl", [["document" => (isset($context["document"]) || array_key_exists("document"$context) ? $context["document"] : (function () { throw new RuntimeError('Variable "document" does not exist.'38$this->source); })()), "prefix" => twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'38$this->source); })()), "request", [], "any"falsefalsetrue38), "locale", [], "any"falsefalsetrue38)]], "method"falsefalsetrue38);
  146.         // line 39
  147.         echo "    ";
  148.         $context["title"] = twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'39$this->source); })()), "getName", [], "method"falsefalsetrue39);
  149.         // line 40
  150.         echo "    ";
  151.         $context["empresa"] = $this->extensions['Pimcore\Twig\Extension\WebsiteConfigExtension']->getWebsiteConfig("empresa");
  152.         // line 41
  153.         echo "    ";
  154.         $context["titlePostFix"] = twig_get_attribute($this->env$this->source, (isset($context["empresa"]) || array_key_exists("empresa"$context) ? $context["empresa"] : (function () { throw new RuntimeError('Variable "empresa" does not exist.'41$this->source); })()), "getTitle", [], "method"falsefalsetrue41);
  155.         // line 42
  156.         echo "    ";
  157.         twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_title')->getCallable()(), "set", [(((isset($context["title"]) || array_key_exists("title"$context) ? $context["title"] : (function () { throw new RuntimeError('Variable "title" does not exist.'42$this->source); })()) . " :: ") . (isset($context["titlePostFix"]) || array_key_exists("titlePostFix"$context) ? $context["titlePostFix"] : (function () { throw new RuntimeError('Variable "titlePostFix" does not exist.'42$this->source); })()))], "method"falsefalsetrue42);
  158.         // line 43
  159.         echo "    ";
  160.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'43$this->source); })()), "getSeodescription", [], "any"falsefalsetrue43))) {
  161.             // line 44
  162.             echo "        ";
  163.             twig_get_attribute($this->env$this->source$this->env->getFunction('pimcore_head_meta')->getCallable()(), "appendName", ["description"twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'44$this->source); })()), "getSeodescription", [], "method"falsefalsetrue44)], "method"falsefalsetrue44);
  164.             // line 45
  165.             echo "    ";
  166.         }
  167.         // line 46
  168.         echo "    ";
  169.         $this->env->getFunction('pimcore_head_link')->getCallable()(["rel" => "canonical""href" => (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'46$this->source); })()), "request", [], "any"falsefalsetrue46), "schemeAndHttpHost", [], "any"falsefalsetrue46) . (isset($context["link"]) || array_key_exists("link"$context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.'46$this->source); })()))]);
  170.         // line 47
  171.         echo "
  172.     <style>
  173.         .spacing{
  174.             padding-right: 10px;
  175.         }
  176.     </style>
  177.                 <!--Breadcrumbs-->
  178.             ";
  179.         // line 54
  180.         $context["lang"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'54$this->source); })()), "request", [], "any"falsefalsetrue54), "getLocale", [], "method"falsefalsetrue54);
  181.         // line 55
  182.         echo "            <input type=\"hidden\" class=\"lang\" lang=\"";
  183.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'55$this->source); })()), 55$this->source), "html"nulltrue);
  184.         echo "\">
  185.                 <div class=\"breadcrumbs-wrapper text-uppercase\">
  186.                     <div class=\"container\">
  187.                         <div class=\"breadcrumbs\"><a href=\"";
  188.         // line 58
  189.         echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["navStartNode"]) || array_key_exists("navStartNode"$context) ? $context["navStartNode"] : (function () { throw new RuntimeError('Variable "navStartNode" does not exist.'58$this->source); })()), 58$this->source), "html"nulltrue);
  190.         echo "\" title=\"";
  191.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.content.back_home_translations"), "html"nulltrue);
  192.         echo "\">";
  193.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.content.breadcrumbs_home_translations"), "html"nulltrue);
  194.         echo "</a><span>|</span><span class=\"fw-bold\">";
  195.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.breadcrumbs_product_detail_translations"), "html"nulltrue);
  196.         echo "</span></div>
  197.                     </div>
  198.                 </div>
  199.                 <!--End Breadcrumbs-->
  200.                 <!--Main Content-->
  201.                 <div class=\"container\">
  202.                     <!--Product Content-->
  203.                     <div class=\"product-single\">
  204.                         <div class=\"row\">
  205.                             <div class=\"col-lg-6 col-md-6 col-sm-12 col-12\">
  206.                                 ";
  207.         // line 69
  208.         $context["image"] = twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'69$this->source); })()), "getFirstImageAsset", [], "method"falsefalsetrue69);
  209.         // line 70
  210.         echo "                                <div class=\"product-details-img product-details-img-indaba product-horizontal-style clearfix mb-3 mb-md-0\">
  211.                                     <div class=\"zoompro-wrap product-zoom-right product-zoom-right-indaba w-100 p-0\">
  212.                                         ";
  213.         // line 72
  214.         if ( !(null === (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'72$this->source); })()))) {
  215.             // line 73
  216.             echo "                                        <div class=\"zoompro-span img-father\"><img class=\"img-product\" id=\"zoompro\" ";
  217.             echo " src=\"";
  218.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["image"]) || array_key_exists("image"$context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.'73$this->source); })()), "thumbnail", ["ProductImages"], "method"falsefalsetrue73), 73$this->source), "html"nulltrue);
  219.             echo "\" data-zoom-image=\"\" alt=\"product\" /></div>
  220.                                         ";
  221.         }
  222.         // line 75
  223.         echo "                                    </div>
  224.                                 </div>
  225.                             </div>
  226.                             <div class=\"col-lg-6 col-md-6 col-sm-12 col-12 product-info-container\">
  227.                                 <!-- Product Info -->
  228.                                 <div class=\"product-single__meta\">
  229.                                     ";
  230.         // line 82
  231.         if ( !twig_test_empty(twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'82$this->source); })()), "getName", [], "any"falsefalsetrue82))) {
  232.             // line 83
  233.             echo "                                        <h1 class=\"product-single__title\">";
  234.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'83$this->source); })()), "getName", [], "any"falsefalsetrue83), 83$this->source), "html"nulltrue);
  235.             echo "</h1>
  236.                                     ";
  237.         }
  238.         // line 85
  239.         echo "                                    <!-- Product Info -->
  240.                                     ";
  241.         // line 86
  242.         if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated"$context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.'86$this->source); })())) {
  243.             // line 87
  244.             echo "                                    <div class=\"prInfoRow product-info mt-2 d-flex-wrap\">
  245.                                         <p class=\"product-sku fs-6\" style=\"display: ";
  246.             // line 88
  247.             echo (((isset($context["haveVariants"]) || array_key_exists("haveVariants"$context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.'88$this->source); })())) ? ("none") : (""));
  248.             echo ";\">SKU: <span class=\"variant-sku\">";
  249.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["SKU"]) || array_key_exists("SKU"$context) ? $context["SKU"] : (function () { throw new RuntimeError('Variable "SKU" does not exist.'88$this->source); })()), 88$this->source), "html"nulltrue);
  250.             echo "</span></p>
  251.                                     </div>
  252.                                     ";
  253.         }
  254.         // line 91
  255.         echo "                                    <!-- End Product Info -->
  256.                                     <!-- Product Price -->
  257.                                     ";
  258.         // line 93
  259.         if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated"$context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.'93$this->source); })())) {
  260.             // line 94
  261.             echo "                                        <div class=\"product-single__price pb-1\">
  262.                                             <p class=\"spacing fs-6 fw-bold\" style=\"display: ";
  263.             // line 95
  264.             echo (((isset($context["haveVariants"]) || array_key_exists("haveVariants"$context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.'95$this->source); })())) ? ("inline") : ("none"));
  265.             echo ";\">";
  266.             echo ((((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'95$this->source); })()) == "en")) ? ("FROM: ") : ("DESDE: "));
  267.             echo "</p>
  268.                                             <span class=\"visually-hidden\">Regular price</span>
  269.                                             <span class=\"product-price__sale--single\">
  270.                                                 ";
  271.             // line 98
  272.             $context["originalPrice"] = (((isset($context["haveDiscount"]) || array_key_exists("haveDiscount"$context) ? $context["haveDiscount"] : (function () { throw new RuntimeError('Variable "haveDiscount" does not exist.'98$this->source); })())) ? (twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'98$this->source); })()), "original_price", [], "any"falsefalsetrue98)) : ((isset($context["defaultPrice"]) || array_key_exists("defaultPrice"$context) ? $context["defaultPrice"] : (function () { throw new RuntimeError('Variable "defaultPrice" does not exist.'98$this->source); })())));
  273.             // line 99
  274.             echo "                                                ";
  275.             $context["endPrice"] = (((isset($context["haveDiscount"]) || array_key_exists("haveDiscount"$context) ? $context["haveDiscount"] : (function () { throw new RuntimeError('Variable "haveDiscount" does not exist.'99$this->source); })())) ? (twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'99$this->source); })()), "end_price", [], "any"falsefalsetrue99)) : ((isset($context["defaultPrice"]) || array_key_exists("defaultPrice"$context) ? $context["defaultPrice"] : (function () { throw new RuntimeError('Variable "defaultPrice" does not exist.'99$this->source); })())));
  276.             // line 100
  277.             echo "                                                ";
  278.             $context["discountAmount"] = (twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'100$this->source); })()), "original_price", [], "any"falsefalsetrue100) - twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'100$this->source); })()), "end_price", [], "any"falsefalsetrue100));
  279.             // line 101
  280.             echo "                                                ";
  281.             $context["displayClass"] = (((isset($context["haveDiscount"]) || array_key_exists("haveDiscount"$context) ? $context["haveDiscount"] : (function () { throw new RuntimeError('Variable "haveDiscount" does not exist.'101$this->source); })())) ? ("") : ("d-none"));
  282.             // line 102
  283.             echo "                                                ";
  284.             $context["displayClassPercent"] = (((twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'102$this->source); })()), "discount", [], "any"falsefalsetrue102) != ".00")) ? ("") : ("d-none"));
  285.             // line 103
  286.             echo "                                                 <span class=\"product-price-old-price ";
  287.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["displayClass"]) || array_key_exists("displayClass"$context) ? $context["displayClass"] : (function () { throw new RuntimeError('Variable "displayClass" does not exist.'103$this->source); })()), 103$this->source), "html"nulltrue);
  288.             echo "\">
  289.                                                     ";
  290.             // line 104
  291.             echo twig_escape_filter($this->env$this->extensions['App\Twig\Extension\HelperExtension']->getPriceFormatSpain($this->sandbox->ensureToStringAllowed((isset($context["originalPrice"]) || array_key_exists("originalPrice"$context) ? $context["originalPrice"] : (function () { throw new RuntimeError('Variable "originalPrice" does not exist.'104$this->source); })()), 104$this->source)), "html"nulltrue);
  292.             echo "€
  293.                                                 </span>
  294.                                                 <span class=\"product-price__price product-price__sale\">
  295.                                                     ";
  296.             // line 107
  297.             echo twig_escape_filter($this->env$this->extensions['App\Twig\Extension\HelperExtension']->getPriceFormatSpain($this->sandbox->ensureToStringAllowed((isset($context["endPrice"]) || array_key_exists("endPrice"$context) ? $context["endPrice"] : (function () { throw new RuntimeError('Variable "endPrice" does not exist.'107$this->source); })()), 107$this->source)), "html"nulltrue);
  298.             echo "€
  299.                                                 </span>
  300.                                                  <span class=\"discount-badge ";
  301.             // line 109
  302.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["displayClass"]) || array_key_exists("displayClass"$context) ? $context["displayClass"] : (function () { throw new RuntimeError('Variable "displayClass" does not exist.'109$this->source); })()), 109$this->source), "html"nulltrue);
  303.             echo "\">
  304.                                                         <span class=\"devider me-2\">|</span>
  305.                                                         <span>";
  306.             // line 111
  307.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Descuento"), "html"nulltrue);
  308.             echo ":</span>
  309.                                                         <span class=\"product-single__save-amount\">
  310.                                                             <span class=\"money\">";
  311.             // line 113
  312.             echo twig_escape_filter($this->env$this->extensions['App\Twig\Extension\HelperExtension']->getPriceFormatSpain($this->sandbox->ensureToStringAllowed((isset($context["discountAmount"]) || array_key_exists("discountAmount"$context) ? $context["discountAmount"] : (function () { throw new RuntimeError('Variable "discountAmount" does not exist.'113$this->source); })()), 113$this->source)), "html"nulltrue);
  313.             echo "€</span>
  314.                                                         </span>
  315.                                                         <span class=\"off ms-1 percentage-span ";
  316.             // line 115
  317.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["displayClassPercent"]) || array_key_exists("displayClassPercent"$context) ? $context["displayClassPercent"] : (function () { throw new RuntimeError('Variable "displayClassPercent" does not exist.'115$this->source); })()), 115$this->source), "html"nulltrue);
  318.             echo "\">(<span class=\"percentage\">";
  319.             (( !(null === twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'115$this->source); })()), "discount", [], "any"falsefalsetrue115))) ? (print (twig_escape_filter($this->env$this->extensions['App\Twig\Extension\HelperExtension']->getPriceFormatSpain(twig_get_attribute($this->env$this->source, (isset($context["defaultPriceWithDiscount"]) || array_key_exists("defaultPriceWithDiscount"$context) ? $context["defaultPriceWithDiscount"] : (function () { throw new RuntimeError('Variable "defaultPriceWithDiscount" does not exist.'115$this->source); })()), "discount", [], "any"falsefalsetrue115)), "html"nulltrue))) : (print ("")));
  320.             echo "</span>%)</span>
  321.                                                     </span>
  322.                                             </span>
  323.                                         </div>
  324.                                         <!-- End Product Price -->
  325.                                     ";
  326.         } else {
  327.             // line 121
  328.             echo "                                        ";
  329.             // line 122
  330.             echo "                                        ";
  331.             if ((twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'122$this->source); })()), "marca", [], "any"falsefalsetrue122) == 15663)) {
  332.                 // line 123
  333.                 echo "                                            <div class=\"product-single__price pb-1\">
  334.                                                 <span class=\"visually-hidden\"></span>
  335.                                                 <span class=\"product-price__price product-price__sale\"></span>
  336.                                             </div>
  337.                                         ";
  338.             } else {
  339.                 // line 128
  340.                 echo "                                            <div class=\"product-single__price pb-1\">
  341.                                                     <p class=\"spacing fs-6 fw-bold\" style=\"display: ";
  342.                 // line 129
  343.                 echo (((isset($context["haveVariants"]) || array_key_exists("haveVariants"$context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.'129$this->source); })())) ? ("inline") : ("none"));
  344.                 echo ";\">";
  345.                 echo ((((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'129$this->source); })()) == "en")) ? ("FROM: ") : ("DESDE: "));
  346.                 echo "</p>
  347.                                                 <span class=\"visually-hidden\">Regular price</span>
  348.                                                 <span class=\"product-price__price product-price__sale\">
  349.                                                         ";
  350.                 // line 132
  351.                 echo twig_escape_filter($this->env$this->extensions['App\Twig\Extension\HelperExtension']->getPriceFormatSpain($this->sandbox->ensureToStringAllowed((isset($context["defaultPrice"]) || array_key_exists("defaultPrice"$context) ? $context["defaultPrice"] : (function () { throw new RuntimeError('Variable "defaultPrice" does not exist.'132$this->source); })()), 132$this->source)), "html"nulltrue);
  352.                 echo "€
  353.                                                     </span>
  354.                                             </div>
  355.                                         ";
  356.             }
  357.             // line 136
  358.             echo "                                    ";
  359.         }
  360.         // line 137
  361.         echo "                                </div>
  362.                                 <!-- End Product Info -->
  363.                                 ";
  364.         // line 139
  365.         $context["longDescription"] = twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'139$this->source); })()), "getLongdescription", [], "method"falsefalsetrue139);
  366.         // line 140
  367.         echo "                                ";
  368.         $context["shortDescription"] = twig_get_attribute($this->env$this->source, (isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'140$this->source); })()), "getShortdescription", [], "method"falsefalsetrue140);
  369.         // line 141
  370.         echo "                                ";
  371.         $context["description"] = (( !twig_test_empty((isset($context["shortDescription"]) || array_key_exists("shortDescription"$context) ? $context["shortDescription"] : (function () { throw new RuntimeError('Variable "shortDescription" does not exist.'141$this->source); })()))) ? ((isset($context["shortDescription"]) || array_key_exists("shortDescription"$context) ? $context["shortDescription"] : (function () { throw new RuntimeError('Variable "shortDescription" does not exist.'141$this->source); })())) : ((isset($context["longDescription"]) || array_key_exists("longDescription"$context) ? $context["longDescription"] : (function () { throw new RuntimeError('Variable "longDescription" does not exist.'141$this->source); })())));
  372.         // line 142
  373.         echo "
  374.                                 <div class=\"product-single__description rte\">
  375.                                     ";
  376.         // line 144
  377.         if (twig_matches("/<[^>]+>/", (isset($context["description"]) || array_key_exists("description"$context) ? $context["description"] : (function () { throw new RuntimeError('Variable "description" does not exist.'144$this->source); })()))) {
  378.             // line 145
  379.             echo "                                        <div class=\"mb-2 fs-6\">
  380.                                             ";
  381.             // line 146
  382.             $context['_parent'] = $context;
  383.             $context['_seq'] = twig_ensure_traversable(twig_split_filter($this->env, (isset($context["description"]) || array_key_exists("description"$context) ? $context["description"] : (function () { throw new RuntimeError('Variable "description" does not exist.'146$this->source); })()), "</p>"));
  384.             foreach ($context['_seq'] as $context["_key"] => $context["paragraph"]) {
  385.                 // line 147
  386.                 echo "                                                ";
  387.                 if (twig_trim_filter($context["paragraph"])) {
  388.                     // line 148
  389.                     echo "                                                    ";
  390.                     echo twig_trim_filter($this->sandbox->ensureToStringAllowed($context["paragraph"], 148$this->source));
  391.                     echo "</p>
  392.                                                 ";
  393.                 }
  394.                 // line 150
  395.                 echo "                                            ";
  396.             }
  397.             $_parent $context['_parent'];
  398.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['paragraph'], $context['_parent'], $context['loop']);
  399.             $context array_intersect_key($context$_parent) + $_parent;
  400.             // line 151
  401.             echo "                                        </div>
  402.                                     ";
  403.         } else {
  404.             // line 153
  405.             echo "                                        <p class=\"mb-2 fs-6\">";
  406.             echo twig_nl2br(twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["description"]) || array_key_exists("description"$context) ? $context["description"] : (function () { throw new RuntimeError('Variable "description" does not exist.'153$this->source); })()), 153$this->source), "html"nulltrue));
  407.             echo "</p>
  408.                                     ";
  409.         }
  410.         // line 155
  411.         echo "
  412.                                     <ul class=\"checkmarkList\">
  413.                                         ";
  414.         // line 157
  415.         if (((twig_length_filter($this->env, (isset($context["attributesRows"]) || array_key_exists("attributesRows"$context) ? $context["attributesRows"] : (function () { throw new RuntimeError('Variable "attributesRows" does not exist.'157$this->source); })())) > 0) || (twig_length_filter($this->env, (isset($context["typesRows"]) || array_key_exists("typesRows"$context) ? $context["typesRows"] : (function () { throw new RuntimeError('Variable "typesRows" does not exist.'157$this->source); })())) > 0))) {
  416.             // line 158
  417.             echo "                                            <table class=\"table table-striped\">
  418.                                                 ";
  419.             // line 159
  420.             $context['_parent'] = $context;
  421.             $context['_seq'] = twig_ensure_traversable((isset($context["attributesRows"]) || array_key_exists("attributesRows"$context) ? $context["attributesRows"] : (function () { throw new RuntimeError('Variable "attributesRows" does not exist.'159$this->source); })()));
  422.             foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
  423.                 // line 160
  424.                 echo "                                                    ";
  425.                 echo $this->sandbox->ensureToStringAllowed($context["row"], 160$this->source);
  426.                 echo "
  427.                                                 ";
  428.             }
  429.             $_parent $context['_parent'];
  430.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
  431.             $context array_intersect_key($context$_parent) + $_parent;
  432.             // line 162
  433.             echo "                                                ";
  434.             $context['_parent'] = $context;
  435.             $context['_seq'] = twig_ensure_traversable((isset($context["typesRows"]) || array_key_exists("typesRows"$context) ? $context["typesRows"] : (function () { throw new RuntimeError('Variable "typesRows" does not exist.'162$this->source); })()));
  436.             foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
  437.                 // line 163
  438.                 echo "                                                    ";
  439.                 echo $this->sandbox->ensureToStringAllowed($context["row"], 163$this->source);
  440.                 echo "
  441.                                                 ";
  442.             }
  443.             $_parent $context['_parent'];
  444.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
  445.             $context array_intersect_key($context$_parent) + $_parent;
  446.             // line 165
  447.             echo "                                            </table>
  448.                                         ";
  449.         }
  450.         // line 167
  451.         echo "                                    </ul>
  452.                                 </div>
  453.                                 <!-- Product Form -->
  454.                                 <form method=\"post\" action=\"#\" class=\"product-form form-bordered hidedropdown\">
  455.                                     <!-- Product Action -->
  456.                                     <div class=\"product-action w-100 clearfix\">
  457.                                         ";
  458.         // line 173
  459.         if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated"$context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.'173$this->source); })())) {
  460.             // line 174
  461.             echo "                                            <div class=\"product-form__item--quantity d-flex-center mb-2\">
  462.                                                 <div class=\"qtyField d-none\" id=\"";
  463.             // line 175
  464.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["productID"]) || array_key_exists("productID"$context) ? $context["productID"] : (function () { throw new RuntimeError('Variable "productID" does not exist.'175$this->source); })()), 175$this->source), "html"nulltrue);
  465.             echo "\">
  466.                                                     <a class=\"qtyBtn minus\" href=\"javascript:void(0);\"><i class=\"icon an an-minus-r\" aria-hidden=\"true\"></i></a>
  467.                                                     <input type=\"text\" name=\"quantity\" value=\"1\" class=\"product-form__input qty rounded-0\">
  468.                                                     <a class=\"qtyBtn plus\" href=\"javascript:void(0);\"><i class=\"icon an an-plus-r\" aria-hidden=\"true\"></i></a>
  469.                                                 </div>
  470.                                                 <div class=\"pro-stockLbl d-flex\">
  471.                                                     <span class=\" stockLbl instock fs-6 d-none ms-3\"  title=\"Click para ver info\"><i class=\"icon an an-check-cil\"></i><span class=\"stockText\">En stock <span class=\"items\"></span></span></span>
  472.                                                     <span class=\" stockLbl outstock infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-times-cil\"></i>
  473.                                                         <span>";
  474.             // line 183
  475.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.not_available"), "html"nulltrue);
  476.             echo "</span>
  477.                                                     </span>
  478.                                                     <span class=\" stockLbl preorder nostock infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-clock-r\"></i><span class=\"differenceText\"> Pre-order Now</span></span>
  479.                                                     <span><i class=\"an an-info-cil fa-beat icon-info infostock ms-1 d-none\" style=\"color: #0a53be\"></i></span>
  480.                                                     <span class=\" stockLbl preorder deliveryTime  infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-truck-l\"></i><span class=\"deliveryTimeText\">En Llegar</span></span>
  481.                                                 </div>
  482.                                             </div>
  483.                                             <div class=\"pro-stockLbl info-stock-container\">
  484.                                                 <span class=\"stock-warehouse stock-animation mb-3 ";
  485.             // line 191
  486.             echo (((isset($context["haveVariants"]) || array_key_exists("haveVariants"$context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.'191$this->source); })())) ? ("d-none") : (""));
  487.             echo "\">";
  488.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product.detail-stock_by_warehouse"), "html"nulltrue);
  489.             echo "</span>
  490.                                                 <div class=\"stock-info-container\"></div>
  491.                                             </div>
  492.                                         ";
  493.         }
  494.         // line 195
  495.         echo "                                        ";
  496.         if ((isset($context["haveVariants"]) || array_key_exists("haveVariants"$context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.'195$this->source); })())) {
  497.             // line 196
  498.             echo "                                            <div class=\"product-form__item--submit\">
  499.                                                 <a href=\"#sizechart\" class=\"sizelink link-underline text-uppercase ms-auto text-decoration-none\">
  500.                                                     <i class=\"icon an an-ruler d-none\"></i>
  501.                                                     <button id=\"btnTableVariants\" type=\"submit\" name=\"add\" class=\"btn rounded btn-outline-primary product-form__cart-submit\">
  502.                                                             <span>";
  503.             // line 200
  504.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.variants_table_header_translations"), "html"nulltrue);
  505.             echo "</span>
  506.                                                     </button>
  507.                                                 </a>
  508.                                             </div>
  509.                                         ";
  510.         }
  511.         // line 205
  512.         echo "
  513.                                         <div class=\"product-form__item--buyit clearfix add-item-cart d-none\" id=\"\">
  514.                                             <button type=\"button\" class=\"btn rounded proceed-to-checkout\" id=\"addToCartBtn\">
  515.                                                 ";
  516.         // line 208
  517.         if (((isset($context["lang"]) || array_key_exists("lang"$context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.'208$this->source); })()) == "en")) {
  518.             // line 209
  519.             echo "                                                    <span>Add to Cart</span>
  520.                                                 ";
  521.         } else {
  522.             // line 211
  523.             echo "                                                    <span>Agregar al carrito</span>
  524.                                                 ";
  525.         }
  526.         // line 213
  527.         echo "                                            </button>
  528.                                         </div>
  529.                                     </div>
  530.                                     <!-- End Product Action -->
  531.                                 </form>
  532.                                 <!-- End Product Form -->
  533.                             </div>
  534.                         </div>
  535.                     </div>
  536.                     ";
  537.         // line 225
  538.         echo "                    ";
  539.         if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated"$context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.'225$this->source); })())) {
  540.             // line 226
  541.             echo "                    <!-- Modal -->
  542.                     <div class=\"modal fade\" id=\"relatedProducts-modal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  543.                         <div class=\"modal-dialog modal-lg\">
  544.                             <div class=\"modal-content\">
  545.                                 <div class=\"modal-body\">
  546.                                     ";
  547.             // line 231
  548.             $context["dataRelatedProducts"] = [];
  549.             // line 232
  550.             echo "                                    ";
  551.             $context["variantsRelatedProducts"] = [];
  552.             // line 233
  553.             echo "                                    ";
  554.             $context["showCapacityColumn"] = false;
  555.             // line 234
  556.             echo "                                    ";
  557.             $context["showColorColumn"] = false;
  558.             // line 235
  559.             echo "
  560.                                     ";
  561.             // line 236
  562.             $context['_parent'] = $context;
  563.             $context['_seq'] = twig_ensure_traversable((isset($context["relatedProducts"]) || array_key_exists("relatedProducts"$context) ? $context["relatedProducts"] : (function () { throw new RuntimeError('Variable "relatedProducts" does not exist.'236$this->source); })()));
  564.             foreach ($context['_seq'] as $context["_key"] => $context["relatedProduct"]) {
  565.                 // line 237
  566.                 echo "                                        ";
  567.                 $context["dataRelatedProducts"] = $this->extensions['App\Twig\Extension\ProductExtension']->generateData($this->sandbox->ensureToStringAllowed($context["relatedProduct"], 237$this->source));
  568.                 // line 238
  569.                 echo "                                        ";
  570.                 $context["variantsRelatedProducts"] = twig_array_merge($this->sandbox->ensureToStringAllowed((isset($context["variantsRelatedProducts"]) || array_key_exists("variantsRelatedProducts"$context) ? $context["variantsRelatedProducts"] : (function () { throw new RuntimeError('Variable "variantsRelatedProducts" does not exist.'238$this->source); })()), 238$this->source), $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["dataRelatedProducts"]) || array_key_exists("dataRelatedProducts"$context) ? $context["dataRelatedProducts"] : (function () { throw new RuntimeError('Variable "dataRelatedProducts" does not exist.'238$this->source); })()), "variants", [], "any"falsefalsetrue238), 238$this->source));
  571.                 // line 239
  572.                 echo "
  573.                                         ";
  574.                 // line 240
  575.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["dataRelatedProducts"] ?? null), "attributes", [], "any"falsetruetrue240), "capacidad", [], "array"truetruetrue240) &&  !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataRelatedProducts"]) || array_key_exists("dataRelatedProducts"$context) ? $context["dataRelatedProducts"] : (function () { throw new RuntimeError('Variable "dataRelatedProducts" does not exist.'240$this->source); })()), "attributes", [], "any"falsefalsetrue240), "capacidad", [], "array"falsefalsetrue240), "value", [], "any"falsefalsetrue240)))) {
  576.                     // line 241
  577.                     echo "                                            ";
  578.                     $context["showCapacityColumn"] = true;
  579.                     // line 242
  580.                     echo "                                        ";
  581.                 }
  582.                 // line 243
  583.                 echo "
  584.                                         ";
  585.                 // line 244
  586.                 if ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["dataRelatedProducts"] ?? null), "attributes", [], "any"falsetruetrue244), "color", [], "array"truetruetrue244) &&  !twig_test_empty(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["dataRelatedProducts"]) || array_key_exists("dataRelatedProducts"$context) ? $context["dataRelatedProducts"] : (function () { throw new RuntimeError('Variable "dataRelatedProducts" does not exist.'244$this->source); })()), "attributes", [], "any"falsefalsetrue244), "color", [], "array"falsefalsetrue244), "value", [], "any"falsefalsetrue244)))) {
  587.                     // line 245
  588.                     echo "                                            ";
  589.                     $context["showColorColumn"] = true;
  590.                     // line 246
  591.                     echo "                                        ";
  592.                 }
  593.                 // line 247
  594.                 echo "                                    ";
  595.             }
  596.             $_parent $context['_parent'];
  597.             unset($context['_seq'], $context['_iterated'], $context['_key'], $context['relatedProduct'], $context['_parent'], $context['loop']);
  598.             $context array_intersect_key($context$_parent) + $_parent;
  599.             // line 248
  600.             echo "
  601.                                     ";
  602.             // line 249
  603.             if ((twig_length_filter($this->env, (isset($context["relatedProducts"]) || array_key_exists("relatedProducts"$context) ? $context["relatedProducts"] : (function () { throw new RuntimeError('Variable "relatedProducts" does not exist.'249$this->source); })())) > 0)) {
  604.                 // line 250
  605.                 echo "                                        <table class=\"table table-bordered border-primary product-related-table\">
  606.                                             <thead>
  607.                                             <tr>
  608.                                                 <th class=\"text-center align-middle\">";
  609.                 // line 253
  610.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nombre"), "html"nulltrue);
  611.                 echo "</th>
  612.                                                 <th class=\"text-center align-middle\">";
  613.                 // line 254
  614.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("imagen"), "html"nulltrue);
  615.                 echo "</th>
  616.                                                 ";
  617.                 // line 256
  618.                 if ((isset($context["showCapacityColumn"]) || array_key_exists("showCapacityColumn"$context) ? $context["showCapacityColumn"] : (function () { throw new RuntimeError('Variable "showCapacityColumn" does not exist.'256$this->source); })())) {
  619.                     // line 257
  620.                     echo "                                                    <th class=\"text-center align-middle\">";
  621.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("capacidad"), "html"nulltrue);
  622.                     echo "</th>
  623.                                                 ";
  624.                 }
  625.                 // line 259
  626.                 echo "
  627.                                                 ";
  628.                 // line 260
  629.                 if ((isset($context["showColorColumn"]) || array_key_exists("showColorColumn"$context) ? $context["showColorColumn"] : (function () { throw new RuntimeError('Variable "showColorColumn" does not exist.'260$this->source); })())) {
  630.                     // line 261
  631.                     echo "                                                    <th class=\"text-center align-middle\">";
  632.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Color"), "html"nulltrue);
  633.                     echo "</th>
  634.                                                 ";
  635.                 }
  636.                 // line 263
  637.                 echo "
  638.                                                 <th class=\"text-center align-middle\">";
  639.                 // line 264
  640.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("importe"), "html"nulltrue);
  641.                 echo "</th>
  642.                                                 <th class=\"text-center align-middle\">";
  643.                 // line 265
  644.                 echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("accion"), "html"nulltrue);
  645.                 echo "</th>
  646.                                             </tr>
  647.                                             </thead>
  648.                                             <tbody>
  649.                                             ";
  650.                 // line 269
  651.                 $context['_parent'] = $context;
  652.                 $context['_seq'] = twig_ensure_traversable((isset($context["variantsRelatedProducts"]) || array_key_exists("variantsRelatedProducts"$context) ? $context["variantsRelatedProducts"] : (function () { throw new RuntimeError('Variable "variantsRelatedProducts" does not exist.'269$this->source); })()));
  653.                 foreach ($context['_seq'] as $context["_key"] => $context["variantRelatedProduct"]) {
  654.                     // line 270
  655.                     echo "                                                ";
  656.                     $context["imageVariant"] = twig_get_attribute($this->env$this->source$context["variantRelatedProduct"], "getFirstImageAsset", [], "method"falsefalsetrue270);
  657.                     // line 271
  658.                     echo "                                                ";
  659.                     $context["endPrice"] = twig_get_attribute($this->env$this->source$context["variantRelatedProduct"], "price", [], "any"falsefalsetrue271);
  660.                     // line 272
  661.                     echo "                                                ";
  662.                     $context["variantAttributes"] = twig_get_attribute($this->env$this->source$this->extensions['App\Twig\Extension\ProductExtension']->generateData($this->sandbox->ensureToStringAllowed($context["variantRelatedProduct"], 272$this->source)), "attributes", [], "any"falsefalsetrue272);
  663.                     // line 273
  664.                     echo "
  665.                                                 <tr>
  666.                                                     <td class=\"text-center align-middle\">";
  667.                     // line 275
  668.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["variantRelatedProduct"], "name", [], "any"falsefalsetrue275), 275$this->source), "html"nulltrue);
  669.                     echo "</td>
  670.                                                     <td class=\"text-center align-middle\">
  671.                                                         <img class=\"img-product\" id=\"zoompro\" width=\"50px\" height=\"50px\"
  672.                                                              src=\"";
  673.                     // line 278
  674.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source, (isset($context["imageVariant"]) || array_key_exists("imageVariant"$context) ? $context["imageVariant"] : (function () { throw new RuntimeError('Variable "imageVariant" does not exist.'278$this->source); })()), "thumbnail", ["ProductImages"], "method"falsefalsetrue278), 278$this->source), "html"nulltrue);
  675.                     echo "\" alt=\"product\" />
  676.                                                     </td>
  677.                                                     ";
  678.                     // line 281
  679.                     if ((isset($context["showCapacityColumn"]) || array_key_exists("showCapacityColumn"$context) ? $context["showCapacityColumn"] : (function () { throw new RuntimeError('Variable "showCapacityColumn" does not exist.'281$this->source); })())) {
  680.                         // line 282
  681.                         echo "                                                        <td class=\"text-center align-middle\">
  682.                                                             ";
  683.                         // line 283
  684.                         $context["capacidadValue"] = twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["variantAttributes"]) || array_key_exists("variantAttributes"$context) ? $context["variantAttributes"] : (function () { throw new RuntimeError('Variable "variantAttributes" does not exist.'283$this->source); })()), "capacidad", [], "array"falsefalsetrue283), "value", [], "any"falsefalsetrue283);
  685.                         // line 284
  686.                         echo "                                                            ";
  687.                         if ( !twig_test_empty((isset($context["capacidadValue"]) || array_key_exists("capacidadValue"$context) ? $context["capacidadValue"] : (function () { throw new RuntimeError('Variable "capacidadValue" does not exist.'284$this->source); })()))) {
  688.                             // line 285
  689.                             echo "                                                                ";
  690.                             echo twig_first($this->env$this->sandbox->ensureToStringAllowed((isset($context["capacidadValue"]) || array_key_exists("capacidadValue"$context) ? $context["capacidadValue"] : (function () { throw new RuntimeError('Variable "capacidadValue" does not exist.'285$this->source); })()), 285$this->source));
  691.                             echo "
  692.                                                             ";
  693.                         }
  694.                         // line 287
  695.                         echo "                                                        </td>
  696.                                                     ";
  697.                     }
  698.                     // line 289
  699.                     echo "
  700.                                                     ";
  701.                     // line 290
  702.                     if ((isset($context["showColorColumn"]) || array_key_exists("showColorColumn"$context) ? $context["showColorColumn"] : (function () { throw new RuntimeError('Variable "showColorColumn" does not exist.'290$this->source); })())) {
  703.                         // line 291
  704.                         echo "                                                        <td class=\"text-center align-middle\">
  705.                                                             ";
  706.                         // line 292
  707.                         echo twig_escape_filter($this->env, ((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["variantAttributes"] ?? null), "color", [], "array"falsetruetrue292), "value", [], "any"truetruetrue292)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, ($context["variantAttributes"] ?? null), "color", [], "array"falsetruetrue292), "value", [], "any"falsefalsetrue292), 292$this->source), "")) : ("")), "html"nulltrue);
  708.                         echo "
  709.                                                         </td>
  710.                                                     ";
  711.                     }
  712.                     // line 295
  713.                     echo "
  714.                                                     <td class=\"text-center align-middle\">";
  715.                     // line 296
  716.                     echo twig_escape_filter($this->env$this->extensions['App\Twig\Extension\HelperExtension']->getPriceFormatSpain($this->sandbox->ensureToStringAllowed((isset($context["endPrice"]) || array_key_exists("endPrice"$context) ? $context["endPrice"] : (function () { throw new RuntimeError('Variable "endPrice" does not exist.'296$this->source); })()), 296$this->source)), "html"nulltrue);
  717.                     echo "€</td>
  718.                                                     <td class=\"text-center align-middle\">
  719.                                                         <button class=\"btn btn-primary rounded btn-add-product deselected\"
  720.                                                                 id=\"";
  721.                     // line 299
  722.                     echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env$this->source$context["variantRelatedProduct"], "id", [], "any"falsefalsetrue299), 299$this->source), "html"nulltrue);
  723.                     echo "\">
  724.                                                             ";
  725.                     // line 300
  726.                     echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seleccionar"), "html"nulltrue);
  727.                     echo "
  728.                                                         </button>
  729.                                                     </td>
  730.                                                 </tr>
  731.                                             ";
  732.                 }
  733.                 $_parent $context['_parent'];
  734.                 unset($context['_seq'], $context['_iterated'], $context['_key'], $context['variantRelatedProduct'], $context['_parent'], $context['loop']);
  735.                 $context array_intersect_key($context$_parent) + $_parent;
  736.                 // line 305
  737.                 echo "                                            </tbody>
  738.                                         </table>
  739.                                     ";
  740.             }
  741.             // line 308
  742.             echo "                                </div>
  743.                                 <div class=\"modal-footer\">
  744.                                     <button type=\"button\" class=\"btn btn-secondary rounded close-modal-of-related-products\" data-bs-dismiss=\"modal\">";
  745.             // line 310
  746.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("no-gracias"), "html"nulltrue);
  747.             echo "</button>
  748.                                     <button type=\"button\" class=\"btn btn-primary rounded add-ids-of-products\" data-bs-dismiss=\"modal\" disabled>";
  749.             // line 311
  750.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.button_text_translations"), "html"nulltrue);
  751.             echo " </button>
  752.                                 </div>
  753.                             </div>
  754.                         </div>
  755.                     </div>
  756.                     ";
  757.         }
  758.         // line 317
  759.         echo "                    ";
  760.         // line 318
  761.         echo "                    <!--Product Tabs-->
  762.                     ";
  763.         // line 319
  764.         $this->loadTemplate("Shop/includes/documentsbuttons.html.twig""Shop/ProductDetails/productDetail.html.twig"319)->display($context);
  765.         // line 320
  766.         echo "                    <!--End Product Tabs-->
  767.                 </div>
  768.                 <!--End Container-->
  769.     ";
  770.         // line 323
  771.         if ((twig_length_filter($this->env, (isset($context["relatedProducts"]) || array_key_exists("relatedProducts"$context) ? $context["relatedProducts"] : (function () { throw new RuntimeError('Variable "relatedProducts" does not exist.'323$this->source); })())) > 0)) {
  772.             // line 324
  773.             echo "        <!--You May Also Like Products-->
  774.         <section class=\"section product-slider pb-2\">
  775.             <div class=\"container\">
  776.                 <div class=\"row\">
  777.                     <div class=\"section-header col-12\">
  778.                         <h2 class=\"text-transform-none\">";
  779.             // line 329
  780.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.title_related_products_translations"), "html"nulltrue);
  781.             echo "</h2>
  782.                     </div>
  783.                 </div>
  784.                 ";
  785.             // line 332
  786.             $this->loadTemplate("Shop/includes/relatedproducts.html.twig""Shop/ProductDetails/productDetail.html.twig"332)->display($context);
  787.             // line 333
  788.             echo "            </div>
  789.         </section>
  790.         <!--End You May Also Like Products-->
  791.     ";
  792.         }
  793.         // line 337
  794.         echo "
  795.     <!--Recently Viewed Products-->
  796.     ";
  797.         // line 339
  798.         if ((twig_length_filter($this->env, (isset($context["lastVisitedProducts"]) || array_key_exists("lastVisitedProducts"$context) ? $context["lastVisitedProducts"] : (function () { throw new RuntimeError('Variable "lastVisitedProducts" does not exist.'339$this->source); })())) > 1)) {
  799.             // line 340
  800.             echo "        ";
  801.             $this->loadTemplate("Shop/includes/recentlyViewedProducts.html.twig""Shop/ProductDetails/productDetail.html.twig"340)->display($context);
  802.             // line 341
  803.             echo "    ";
  804.         }
  805.         // line 342
  806.         echo "    <!--End Recently Viewed Products-->
  807.     <!--Size Chart-->
  808.     ";
  809.         // line 345
  810.         $this->loadTemplate("Shop/includes/articletable2.html.twig""Shop/ProductDetails/productDetail.html.twig"345)->display($context);
  811.         // line 346
  812.         echo "    <!--End Size Chart-->
  813.     <!--Scoll Top-->
  814.     <span id=\"site-scroll\"><i class=\"icon an an-chevron-up\"></i></span>
  815.     <!--End Scoll Top-->
  816. ";
  817.         
  818.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  819.         
  820.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  821.     }
  822.     // line 354
  823.     public function block_PAGE_JS($context, array $blocks = [])
  824.     {
  825.         $macros $this->macros;
  826.         $__internal_5a27a8ba21ca79b61932376b2fa922d2 $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  827.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""PAGE_JS"));
  828.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  829.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""PAGE_JS"));
  830.         // line 355
  831.         echo "    ";
  832.         $context["is_authenticated"] = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY");
  833.         // line 356
  834.         echo "    ";
  835.         $context["data"] = $this->extensions['App\Twig\Extension\ProductExtension']->generateData($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'356$this->source); })()), 356$this->source));
  836.         // line 357
  837.         echo "    ";
  838.         $context["variants"] = twig_get_attribute($this->env$this->source, (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'357$this->source); })()), "variants", [], "any"falsefalsetrue357);
  839.         // line 359
  840.         echo "    ";
  841.         $context["haveProductErrors"] = 0;
  842.         // line 360
  843.         echo "    ";
  844.         // line 361
  845.         echo "    ";
  846.         if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated"$context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.'361$this->source); })())) {
  847.             // line 362
  848.             echo "        ";
  849.             $context["haveProductErrors"] = $this->extensions['App\Twig\Extension\ProductExtension']->getHaveError($this->sandbox->ensureToStringAllowed((isset($context["product"]) || array_key_exists("product"$context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.'362$this->source); })()), 362$this->source));
  850.             // line 363
  851.             echo "        ";
  852.             // line 364
  853.             echo "        ";
  854.             if ((isset($context["haveProductErrors"]) || array_key_exists("haveProductErrors"$context) ? $context["haveProductErrors"] : (function () { throw new RuntimeError('Variable "haveProductErrors" does not exist.'364$this->source); })())) {
  855.                 // line 365
  856.                 echo "            ";
  857.                 $context["haveProductErrors"] = 1;
  858.                 // line 366
  859.                 echo "        ";
  860.             } else {
  861.                 // line 367
  862.                 echo "            ";
  863.                 $context["haveProductErrors"] = 0;
  864.                 // line 368
  865.                 echo "        ";
  866.             }
  867.             // line 369
  868.             echo "    ";
  869.         }
  870.         // line 370
  871.         echo "
  872.     ";
  873.         // line 371
  874.         $context["companyMail"] = twig_get_attribute($this->env$this->source, (isset($context["company"]) || array_key_exists("company"$context) ? $context["company"] : (function () { throw new RuntimeError('Variable "company" does not exist.'371$this->source); })()), "mail", [], "any"falsefalsetrue371);
  875.         // line 372
  876.         echo "
  877.     ";
  878.         // line 373
  879.         if ((twig_length_filter($this->envtwig_get_attribute($this->env$this->source, (isset($context["data"]) || array_key_exists("data"$context) ? $context["data"] : (function () { throw new RuntimeError('Variable "data" does not exist.'373$this->source); })()), "variants", [], "any"falsefalsetrue373)) > 1)) {
  880.             // line 374
  881.             echo "        ";
  882.             $context["haveVariants"] = 1;
  883.             // line 375
  884.             echo "    ";
  885.         } else {
  886.             // line 376
  887.             echo "        ";
  888.             $context["haveVariants"] = 0;
  889.             // line 377
  890.             echo "    ";
  891.         }
  892.         // line 378
  893.         echo "
  894.     ";
  895.         // line 380
  896.         if ((isset($context["is_authenticated"]) || array_key_exists("is_authenticated"$context) ? $context["is_authenticated"] : (function () { throw new RuntimeError('Variable "is_authenticated" does not exist.'380$this->source); })())) {
  897.             // line 381
  898.             echo "
  899.         <script>
  900.             let title = '";
  901.             // line 383
  902.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("titleTranslation"), "html"nulltrue);
  903.             echo "'
  904.             let content = '";
  905.             // line 384
  906.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contentTranslation"), "html"nulltrue);
  907.             echo "'
  908.             let buttonText ='";
  909.             // line 385
  910.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("buttonTextTranslation"), "html"nulltrue);
  911.             echo "'
  912.         </script>
  913.         <script>
  914.             let haveVariants = ";
  915.             // line 389
  916.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["haveVariants"]) || array_key_exists("haveVariants"$context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.'389$this->source); })()), 389$this->source), "html"nulltrue);
  917.             echo ";
  918.             \$(document).ready(function () {
  919.                 let haveProductErrors = ";
  920.             // line 393
  921.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["haveProductErrors"]) || array_key_exists("haveProductErrors"$context) ? $context["haveProductErrors"] : (function () { throw new RuntimeError('Variable "haveProductErrors" does not exist.'393$this->source); })()), 393$this->source), "html"nulltrue);
  922.             echo " ;
  923.                 if (haveProductErrors) {
  924.                     Swal.fire({
  925.                         icon: 'warning',
  926.                         title: 'Oops...',
  927.                         showCancelButton: true,
  928.                         confirmButtonColor: '#106eea',
  929.                         cancelButtonColor: '#38b000',
  930.                         confirmButtonText: 'Entendido!',
  931.                         cancelButtonText: 'Contactar',
  932.                         html: 'La información del producto se esta actualizando, cualquier duda puede comunicarse a soporte.'
  933.                     })
  934.                     //Hide SKU, price, quantity, and add to cart button
  935.                     \$('.product-price__price').hide();
  936.                     \$('.product-form').hide();
  937.                     \$('.proceed-to-checkout').hide();
  938.                     \$('.product-sku').hide()
  939.                 }
  940.                 \$('.swal2-cancel').click(function () {
  941.                     var email = '";
  942.             // line 414
  943.             echo twig_escape_filter($this->env$this->sandbox->ensureToStringAllowed((isset($context["companyMail"]) || array_key_exists("companyMail"$context) ? $context["companyMail"] : (function () { throw new RuntimeError('Variable "companyMail" does not exist.'414$this->source); })()), 414$this->source), "html"nulltrue);
  944.             echo "';
  945.                     var subject = 'Soporte';
  946.                     var emailBody = 'Hi';
  947.                     window.location = 'mailto:' + email + '?subject=' + subject + '&body=' + emailBody;
  948.                 })
  949.                 // If the product doesn't have variants
  950.                 if (haveVariants === 0) {
  951.                     let qtyButton = \$('.qtyField');
  952.                     //ID of the product
  953.                     let productID = qtyButton.attr('id');
  954.                     // Selected value of the quantity button
  955.                     let qtyValue = \$('.product-form__input').val();
  956.                     // Display add to cart button
  957.                     \$('.product-form__item--buyit').removeClass('d-none');
  958.                     // Display the quantity button
  959.                     qtyButton.removeClass('d-none');
  960.                     \$('.product-form__item--buyit').attr('id',productID);
  961.                     getStockAjax(productID, qtyValue);
  962.                 }
  963.                 // Keep a reference to the button that was selected
  964.                 let selectedButton = null;
  965.                 function getPriceFormatSpain(price) {
  966.                     return parseFloat(price).toLocaleString('es-ES', {
  967.                         minimumFractionDigits: 2,
  968.                         maximumFractionDigits: 2
  969.                     });
  970.                 }
  971.                 \$('table tbody').on('click', '.btn-ver-datatable', function() {
  972.                     let idVariant = \$(this).attr('id');
  973.                     let qtyValue = \$('.product-form__input').val();
  974.                     let qtyButton = \$('.qtyField');
  975.                     let warehouseText = \$('.stock-warehouse.stock-animation')
  976.                     \$('.proceed-to-checkout').css('font-weight','600');
  977.                     \$('.product-form__cart-submit').css('opacity','0.5');
  978.                     \$('.spacing').removeClass('d-inline');
  979.                     \$('.spacing').addClass('d-none');
  980.                     \$('.product-form__item--buyit').removeClass('d-none');
  981.                     \$('.product-form__item--buyit').attr('id',idVariant);
  982.                     \$('.mfp-close').click();
  983.                     // If there is a selected button, reset its state
  984.                     if (selectedButton) {
  985.                         selectedButton.text('VER');
  986.                         selectedButton.css('filter', 'brightness(100%)');
  987.                     }
  988.                     // Change the text and style of the clicked button and save it as the selected button
  989.                     \$(this).text('Seleccionado');
  990.                     \$(this).css('font-weight','bold');         // Make the font bold
  991.                     \$(this).css('filter','brightness(100%)');
  992.                     selectedButton = \$(this);
  993.                     // This return info of variant selected
  994.                     \$.ajax({
  995.                         method: 'POST',
  996.                         url: '/ajax_variant_info',
  997.                         datatype: 'json',
  998.                         data: {
  999.                             id: idVariant,
  1000.                         },
  1001.                         success: function (data) {
  1002.                             newImageAjax(idVariant);
  1003.                             // Display the quantity button
  1004.                             qtyButton.removeClass('d-none');
  1005.                             warehouseText.removeClass('d-none')
  1006.                             // Put the id of the variant in qtyField element
  1007.                             qtyButton.attr('id', idVariant);
  1008.                             // Display SKU of the variant product
  1009.                             \$('.variant-sku').html(data.bsnCode);
  1010.                             \$('.product-sku').show();
  1011.                             // Check if the product has discount
  1012.                             const { original_price, end_price, error, discount } = data.priceWithDiscount;
  1013.                             if (original_price !== end_price && error === null) {
  1014.                                 // Set old price
  1015.                                 \$('.product-price-old-price')
  1016.                                     .text(getPriceFormatSpain(original_price) + '€')
  1017.                                     .removeClass('d-none');
  1018.                                 \$('.discount-badge').removeClass('d-none');
  1019.                                 // Set new price
  1020.                                 const truncatedPrice = parseFloat(end_price).toFixed(2);
  1021.                                 \$('.product-price__sale').text(getPriceFormatSpain(truncatedPrice) + '€');
  1022.                                 // Set discount
  1023.                                 const discountAmount = original_price - end_price;
  1024.                                 \$('.money').text(getPriceFormatSpain(discountAmount.toFixed(2)) + '€');
  1025.                                 if (discount !== '.00') {
  1026.                                     \$('.percentage').text(getPriceFormatSpain(discount));
  1027.                                     \$('.percentage-span').removeClass('d-none');
  1028.                                 } else {
  1029.                                     \$('.percentage-span').addClass('d-none');
  1030.                                 }
  1031.                             } else {
  1032.                                 // If there is no discount or there is an error
  1033.                                 \$('.product-price__sale').html(data.price + '€');
  1034.                                 \$('.product-price-old-price').addClass('d-none');
  1035.                                 \$('.discount-badge').addClass('d-none');
  1036.                             }
  1037.                             // Update stock information
  1038.                             getStock(data.stock, qtyValue, data.deliveryTime);
  1039.                         },
  1040.                         error: function () {
  1041.                             alert('ERROR: Unable to fetch variant information.');
  1042.                         }
  1043.                     });
  1044.                 });
  1045.                 function newImageAjax(idVariant){
  1046.                     // This return info of variant selected
  1047.                     \$.ajax({
  1048.                         method: 'POST',
  1049.                         url: '/ajax_productDetail_new_asset',
  1050.                         datatype: 'html',
  1051.                         data: {
  1052.                             id: idVariant,
  1053.                         },
  1054.                         success: function (data) {
  1055.                             \$('.img-father').html(data);
  1056.                         },
  1057.                         error: function () {
  1058.                             alert('ERROR');
  1059.                         }
  1060.                     });
  1061.                 }
  1062.                 let timer = false;
  1063.                 // Detect clicks on plus and minus buttons
  1064.                 \$('.qtyBtn').click(function () {
  1065.                     let qtyField = \$(this).closest('.qtyField');
  1066.                     let productID = qtyField.attr('id');
  1067.                     let qtyValue = parseInt(qtyField.find('.product-form__input').val(), 10);
  1068.                     // Ensure qtyValue is a valid number and greater than or equal to 1 before making request
  1069.                     if (!isNaN(qtyValue) && qtyValue >= 1) {
  1070.                         clearTimeout(timer);
  1071.                         timer = setTimeout(getStockAjax, 300, productID, qtyValue);
  1072.                     }
  1073.                 });
  1074.                 // Detect changes in the input field and allow only numeric values
  1075.                 \$('.product-form__input').on('input', function () {
  1076.                     let qtyField = \$(this).closest('.qtyField');
  1077.                     let productID = qtyField.attr('id');
  1078.                     let qtyValue = \$(this).val();
  1079.                     // Allow only numeric input
  1080.                     qtyValue = qtyValue.replace(/\\D/g, '');  // Remove any non-numeric characters
  1081.                     \$(this).val(qtyValue);  // Update the input field with the cleaned value
  1082.                     // Parse the value as an integer (but allow empty input while typing)
  1083.                     if (qtyValue !== \"\") {
  1084.                         qtyValue = parseInt(qtyValue, 10);
  1085.                         // Ensure the value is greater than or equal to 1 before making the request
  1086.                         if (!isNaN(qtyValue) && qtyValue >= 1) {
  1087.                             clearTimeout(timer);
  1088.                             timer = setTimeout(getStockAjax, 300, productID, qtyValue);
  1089.                         }
  1090.                     }
  1091.                 });
  1092.                 function getStockAjax(productID, qtyValue) {
  1093.                     \$.ajax({
  1094.                         method: 'POST',
  1095.                         url: '/ajax_productDetail_getStock',
  1096.                         datatype: 'json',
  1097.                         data: {
  1098.                             id: productID
  1099.                         },
  1100.                         success: function (data) {
  1101.                             getStock(data.stock, qtyValue, data.deliveryTime);
  1102.                         },
  1103.                         error: function () {
  1104.                             alert('ERROR');
  1105.                         }
  1106.                     });
  1107.                 }
  1108.                 \$('.infostock').click(function () {
  1109.                     // Obtén el idioma del usuario de la variable lang
  1110.                     const lang = \$('.lang').attr('lang');
  1111.                     Swal.fire({
  1112.                         icon: 'info',
  1113.                         title: title,
  1114.                         confirmButtonColor: '#106eea',
  1115.                         confirmButtonText: buttonText,
  1116.                         html: content
  1117.                     });
  1118.                 });
  1119.                 function getStock(stock, qtyField, deliveryTime) {
  1120.                     \$('.preorder.nostock').addClass('d-none');
  1121.                     \$('.stockText').text(stock.total + ' ";
  1122.             // line 622
  1123.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("En stock"), "html"nulltrue);
  1124.             echo "');
  1125.                     \$('.instock').addClass('d-none');
  1126.                     \$('.outstock').addClass('d-none');
  1127.                     \$('.differenceText').text('";
  1128.             // line 625
  1129.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Por entregar"), "html"nulltrue);
  1130.             echo "');
  1131.                     \$('.deliveryTime').addClass('d-none');
  1132.                     \$('.icon-info').addClass('d-none');
  1133.                     const lang = \$('.lang').attr('lang');
  1134.                     let diferrence = ((stock.total - qtyField) * -1);
  1135.                     let warehouseHtml = '';
  1136.                     if (stock.warehouse[3] !== undefined || stock.warehouse[5] !== undefined) {
  1137.                         warehouseHtml += '<div class=\"stock-info-table card p-2 position-absolute\">';
  1138.                         warehouseHtml += '<div class=\"header text-center mb-2\">";
  1139.             // line 636
  1140.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Stock available in"), "html"nulltrue);
  1141.             echo ":</div>';
  1142.                         if (stock.warehouse[3] !== undefined) {
  1143.                             warehouseHtml += '<div class=\"row no-gutters first-row\">';
  1144.                             warehouseHtml += '<div class=\"col-6 bg-primary text-white\">";
  1145.             // line 640
  1146.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("warehouse_barcelona"), "html"nulltrue);
  1147.             echo "</div>';
  1148.                             warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[3] + '</div>';
  1149.                             warehouseHtml += '</div>';
  1150.                         }
  1151.                         if (stock.warehouse[5] !== undefined) {
  1152.                             warehouseHtml += '<div class=\"row no-gutters last-row\">';
  1153.                             warehouseHtml += '<div class=\"col-6 bg-primary text-white\">";
  1154.             // line 647
  1155.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("warehouse_palma"), "html"nulltrue);
  1156.             echo "</div>';
  1157.                             warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[5] + '</div>';
  1158.                             warehouseHtml += '</div>';
  1159.                         }
  1160.                         warehouseHtml += '</div>';
  1161.                     }
  1162.                     \$('.stock-info-container').html(warehouseHtml);
  1163.                     const stockContainer = document.querySelector('.stock-animation');
  1164.                     const stockTable = document.querySelector('.stock-info-table');
  1165.                     stockContainer.addEventListener('mouseover', function() {
  1166.                         stockTable.style.display = 'flex';
  1167.                     });
  1168.                     stockContainer.addEventListener('mouseout', function() {
  1169.                         stockTable.style.display = 'none';
  1170.                     });
  1171.                     if (stock.total > 0) {
  1172.                         if (qtyField > 0) {
  1173.                             if (qtyField <= stock.total) {
  1174.                                 \$('.instock').removeClass('d-none');
  1175.                             } else {
  1176.                                 \$('.instock').removeClass('d-none');
  1177.                                 \$('.stockText').text(stock.total + ' ";
  1178.             // line 674
  1179.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("En stock"), "html"nulltrue);
  1180.             echo "');
  1181.                                 \$('.preorder.nostock').removeClass('d-none');
  1182.                                 \$('.differenceText').text(diferrence + ' ";
  1183.             // line 676
  1184.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Por entregar"), "html"nulltrue);
  1185.             echo "');
  1186.                                 \$('.icon-info').removeClass('d-none');
  1187.                                 if (deliveryTime) {
  1188.                                     \$('.deliveryTime').removeClass('d-none');
  1189.                                     \$('.deliveryTimeText').text(deliveryTime + ' ";
  1190.             // line 680
  1191.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("En llegar"), "html"nulltrue);
  1192.             echo "');
  1193.                                 } else {
  1194.                                     console.log('No hay info en el PIM');
  1195.                                 }
  1196.                             }
  1197.                         } else {
  1198.                             \$('.instock').removeClass('d-none');
  1199.                         }
  1200.                     } else {
  1201.                         if (deliveryTime) {
  1202.                             \$('.deliveryTime').removeClass('d-none');
  1203.                             \$('.deliveryTimeText').text(deliveryTime + (lang === 'en' ? ' To arrive' : ' En llegar'));
  1204.                         } else {
  1205.                             console.log('No hay info en el PIM');
  1206.                         }
  1207.                         \$('.outstock').removeClass('d-none');
  1208.                     }
  1209.                 }
  1210.             });
  1211.             //PRODUCT BUNDLE
  1212.             let buttons = document.getElementsByClassName(\"btn-add-product\");
  1213.             let idsArray = [];
  1214.             for (let i = 0; i < buttons.length; i++) {
  1215.                 buttons[i].addEventListener(\"click\", function() {
  1216.                     let id = this.getAttribute(\"id\");
  1217.                     let index = idsArray.indexOf(id);
  1218.                     if (index !== -1) {
  1219.                         idsArray.splice(index, 1);
  1220.                         this.classList.remove(\"selected\");
  1221.                         this.classList.add(\"deselected\");
  1222.                         this.textContent = \"Seleccionar\";
  1223.                     } else {
  1224.                         idsArray.push(id);
  1225.                         this.classList.add(\"selected\");
  1226.                         this.classList.remove(\"deselected\");
  1227.                         this.textContent = \"Seleccionado\";
  1228.                     }
  1229.                     if ( Array.isArray(idsArray) && idsArray.length){
  1230.                         \$('.add-ids-of-products').removeAttr('disabled');
  1231.                     } else {
  1232.                         \$('.add-ids-of-products').attr('disabled', true);
  1233.                     }
  1234.                 });
  1235.             }
  1236.             \$('.add-ids-of-products').click(function() {
  1237.                 let productsIds = JSON.stringify(idsArray); // Convert the array to a JSON string
  1238.                 let mainProductId = \$('.add-item-cart').attr('id');
  1239.                 let mainProductQtyValue = \$('.product-form__input').val();
  1240.                 \$.ajax({
  1241.                     url: '/add-to-cart-products-array-ajax',
  1242.                     type: 'POST',
  1243.                     dataType: 'JSON',
  1244.                     data: {
  1245.                         mainProductId : mainProductId,
  1246.                         mainProductQtyValue : mainProductQtyValue,
  1247.                         ids: productsIds
  1248.                     }, // Pass the data as an object with a key-value pair
  1249.                     success: function(data, status) {
  1250.                         if(data.success === true) {
  1251.                             \$('.add-ids-of-products').addClass('opacity-50')
  1252.                             \$('.site-cart-count').text(data.itemsOnCart);
  1253.                             \$('.btn-minicart').click();
  1254.                             \$('#minicart-drawer').modal('show');
  1255.                         } else {
  1256.                             alert(data.error);
  1257.                         }
  1258.                     },
  1259.                     error: function(xhr, desc, err) {
  1260.                         console.log(\"error\");
  1261.                     }
  1262.                 });
  1263.             });
  1264.         </script>
  1265.     ";
  1266.         }
  1267.         // line 765
  1268.         echo "    <script>
  1269.         let relatedProducts = '";
  1270.         // line 766
  1271.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("related-products");
  1272.         echo "';
  1273.         let relatedProductsDescription = '";
  1274.         // line 767
  1275.         echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("related-products-description");
  1276.         echo "';
  1277.     </script>
  1278.     <script src=\"";
  1279.         // line 769
  1280.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/shop/product-detail.js"), "html"nulltrue);
  1281.         echo "\"></script>
  1282.     ";
  1283.         // line 772
  1284.         echo "    ";
  1285.         if ( !(isset($context["haveProductErrors"]) || array_key_exists("haveProductErrors"$context) ? $context["haveProductErrors"] : (function () { throw new RuntimeError('Variable "haveProductErrors" does not exist.'772$this->source); })())) {
  1286.             // line 773
  1287.             echo "        <script src=\"";
  1288.             echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("../assets/js/dataTables/TableProduct.js"), "html"nulltrue);
  1289.             echo "\"></script>
  1290.     ";
  1291.         }
  1292.         // line 775
  1293.         echo "
  1294. ";
  1295.         
  1296.         $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
  1297.         
  1298.         $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
  1299.     }
  1300.     /**
  1301.      * @codeCoverageIgnore
  1302.      */
  1303.     public function getTemplateName()
  1304.     {
  1305.         return "Shop/ProductDetails/productDetail.html.twig";
  1306.     }
  1307.     /**
  1308.      * @codeCoverageIgnore
  1309.      */
  1310.     public function isTraitable()
  1311.     {
  1312.         return false;
  1313.     }
  1314.     /**
  1315.      * @codeCoverageIgnore
  1316.      */
  1317.     public function getDebugInfo()
  1318.     {
  1319.         return array (  1381 => 775,  1375 => 773,  1372 => 772,  1367 => 769,  1362 => 767,  1358 => 766,  1355 => 765,  1267 => 680,  1260 => 676,  1255 => 674,  1225 => 647,  1215 => 640,  1208 => 636,  1194 => 625,  1188 => 622,  977 => 414,  953 => 393,  946 => 389,  939 => 385,  935 => 384,  931 => 383,  927 => 381,  925 => 380,  921 => 378,  918 => 377,  915 => 376,  912 => 375,  909 => 374,  907 => 373,  904 => 372,  902 => 371,  899 => 370,  896 => 369,  893 => 368,  890 => 367,  887 => 366,  884 => 365,  881 => 364,  879 => 363,  876 => 362,  873 => 361,  871 => 360,  868 => 359,  865 => 357,  862 => 356,  859 => 355,  849 => 354,  833 => 346,  831 => 345,  826 => 342,  823 => 341,  820 => 340,  818 => 339,  814 => 337,  808 => 333,  806 => 332,  800 => 329,  793 => 324,  791 => 323,  786 => 320,  784 => 319,  781 => 318,  779 => 317,  770 => 311,  766 => 310,  762 => 308,  757 => 305,  746 => 300,  742 => 299,  736 => 296,  733 => 295,  727 => 292,  724 => 291,  722 => 290,  719 => 289,  715 => 287,  709 => 285,  706 => 284,  704 => 283,  701 => 282,  699 => 281,  693 => 278,  687 => 275,  683 => 273,  680 => 272,  677 => 271,  674 => 270,  670 => 269,  663 => 265,  659 => 264,  656 => 263,  650 => 261,  648 => 260,  645 => 259,  639 => 257,  637 => 256,  632 => 254,  628 => 253,  623 => 250,  621 => 249,  618 => 248,  612 => 247,  609 => 246,  606 => 245,  604 => 244,  601 => 243,  598 => 242,  595 => 241,  593 => 240,  590 => 239,  587 => 238,  584 => 237,  580 => 236,  577 => 235,  574 => 234,  571 => 233,  568 => 232,  566 => 231,  559 => 226,  556 => 225,  543 => 213,  539 => 211,  535 => 209,  533 => 208,  528 => 205,  520 => 200,  514 => 196,  511 => 195,  502 => 191,  491 => 183,  480 => 175,  477 => 174,  475 => 173,  467 => 167,  463 => 165,  454 => 163,  449 => 162,  440 => 160,  436 => 159,  433 => 158,  431 => 157,  427 => 155,  421 => 153,  417 => 151,  411 => 150,  405 => 148,  402 => 147,  398 => 146,  395 => 145,  393 => 144,  389 => 142,  386 => 141,  383 => 140,  381 => 139,  377 => 137,  374 => 136,  367 => 132,  359 => 129,  356 => 128,  349 => 123,  346 => 122,  344 => 121,  333 => 115,  328 => 113,  323 => 111,  318 => 109,  313 => 107,  307 => 104,  302 => 103,  299 => 102,  296 => 101,  293 => 100,  290 => 99,  288 => 98,  280 => 95,  277 => 94,  275 => 93,  271 => 91,  263 => 88,  260 => 87,  258 => 86,  255 => 85,  249 => 83,  247 => 82,  238 => 75,  231 => 73,  229 => 72,  225 => 70,  223 => 69,  203 => 58,  196 => 55,  194 => 54,  185 => 47,  182 => 46,  179 => 45,  176 => 44,  173 => 43,  170 => 42,  167 => 41,  164 => 40,  161 => 39,  158 => 38,  155 => 37,  152 => 36,  149 => 35,  147 => 34,  144 => 33,  141 => 32,  138 => 31,  135 => 30,  132 => 29,  129 => 28,  126 => 27,  123 => 26,  120 => 25,  118 => 24,  115 => 22,  112 => 20,  109 => 19,  106 => 18,  103 => 17,  101 => 16,  98 => 15,  95 => 14,  93 => 13,  90 => 12,  87 => 11,  84 => 10,  81 => 9,  78 => 8,  76 => 7,  73 => 6,  71 => 5,  61 => 4,  38 => 3,);
  1320.     }
  1321.     public function getSourceContext()
  1322.     {
  1323.         return new Source("{# @var product \\AppBundle\\Model\\DefaultProduct #}
  1324. {# @var marca \\AppBundle\\Model\\DefaultMarca #}
  1325. {% extends 'layout/layout.html.twig' %}
  1326. {% block CONTENT %}
  1327.     {# Define authentication variable #}
  1328.     {% set is_authenticated = is_granted('IS_AUTHENTICATED_FULLY') %}
  1329.     {# Check if there is an error in the product #}
  1330.     {% set haveProductErrors = app_product_haveError(product) %}
  1331.     {% if haveProductErrors %}
  1332.         {% set haveDiscount =  false %}
  1333.     {% else %}
  1334.         {% if is_authenticated %}
  1335.             {#  START PRICE WITH DISCOUNT BLOCK  #}
  1336.             {% set defaultPriceWithDiscount = app_product_default_price_with_discount(product, userIdSage) %}
  1337.             {% set haveDiscount = defaultPriceWithDiscount.original_price != defaultPriceWithDiscount.end_price  and defaultPriceWithDiscount.error is null and defaultPriceWithDiscount.end_price is not null %}
  1338.             {#  END PRICE WITH DISCOUNT BLOCK  #}
  1339.         {% endif %}
  1340.     {% endif %}
  1341.     {% set data = app_product_generate_data(product) %}
  1342.     {% set variants = data.variants %}
  1343. {#    {% set tableAttributes = app_product_variants_attributes(data) %}#}
  1344.     {% set SKU = false %}
  1345. {#    {{ dump(app_product_unpublished_variants_check(product)) }}#}
  1346.     {#   Does it have variants?#}
  1347.     {% if ( ( data.variants | length ) > 1 )  %}
  1348.         {% set haveVariants =  true %}
  1349.     {% else %}
  1350.         {% set haveVariants = false %}
  1351.         {% set SKU = ( data.variants | first ) %}
  1352.         {% set SKU = SKU.bsncode %}
  1353.     {% endif %}
  1354.     {% set productID = (data.variants | first).id %}
  1355.     {% set defaultPrice = app_product_default_price(product) %}
  1356.     {% set attributesRows = app_product_attributes_rows(product, data) %}
  1357.     {% set typesRows = app_product_types_rows(product, data) %}
  1358.     {% set documents = app_product_documents(product) %}
  1359.     {% set link = product.getDetailUrl({'document': document, 'prefix':app.request.locale}) %}
  1360.     {% set title = product.getName() %}
  1361.     {% set empresa = pimcore_website_config('empresa') %}
  1362.     {% set titlePostFix = empresa.getTitle() %}
  1363.     {% do pimcore_head_title().set(title ~ ' :: ' ~ titlePostFix) %}
  1364.     {% if product.getSeodescription is not empty %}
  1365.         {% do pimcore_head_meta().appendName('description', product.getSeodescription()) %}
  1366.     {% endif %}
  1367.     {% do pimcore_head_link({rel: 'canonical', href: app.request.schemeAndHttpHost ~ link }) %}
  1368.     <style>
  1369.         .spacing{
  1370.             padding-right: 10px;
  1371.         }
  1372.     </style>
  1373.                 <!--Breadcrumbs-->
  1374.             {% set lang = app.request.getLocale() %}
  1375.             <input type=\"hidden\" class=\"lang\" lang=\"{{ lang }}\">
  1376.                 <div class=\"breadcrumbs-wrapper text-uppercase\">
  1377.                     <div class=\"container\">
  1378.                         <div class=\"breadcrumbs\"><a href=\"{{navStartNode}}\" title=\"{{ 'general.content.back_home_translations' |trans }}\">{{ 'general.content.breadcrumbs_home_translations' |trans }}</a><span>|</span><span class=\"fw-bold\">{{ 'product_detail.content.breadcrumbs_product_detail_translations' |trans }}</span></div>
  1379.                     </div>
  1380.                 </div>
  1381.                 <!--End Breadcrumbs-->
  1382.                 <!--Main Content-->
  1383.                 <div class=\"container\">
  1384.                     <!--Product Content-->
  1385.                     <div class=\"product-single\">
  1386.                         <div class=\"row\">
  1387.                             <div class=\"col-lg-6 col-md-6 col-sm-12 col-12\">
  1388.                                 {% set image = product.getFirstImageAsset() %}
  1389.                                 <div class=\"product-details-img product-details-img-indaba product-horizontal-style clearfix mb-3 mb-md-0\">
  1390.                                     <div class=\"zoompro-wrap product-zoom-right product-zoom-right-indaba w-100 p-0\">
  1391.                                         {% if image is not null %}
  1392.                                         <div class=\"zoompro-span img-father\"><img class=\"img-product\" id=\"zoompro\" {# class=\"zoompro\" #} src=\"{{ image.thumbnail('ProductImages') }}\" data-zoom-image=\"\" alt=\"product\" /></div>
  1393.                                         {% endif %}
  1394.                                     </div>
  1395.                                 </div>
  1396.                             </div>
  1397.                             <div class=\"col-lg-6 col-md-6 col-sm-12 col-12 product-info-container\">
  1398.                                 <!-- Product Info -->
  1399.                                 <div class=\"product-single__meta\">
  1400.                                     {% if product.getName is not empty %}
  1401.                                         <h1 class=\"product-single__title\">{{ product.getName }}</h1>
  1402.                                     {% endif %}
  1403.                                     <!-- Product Info -->
  1404.                                     {% if is_authenticated %}
  1405.                                     <div class=\"prInfoRow product-info mt-2 d-flex-wrap\">
  1406.                                         <p class=\"product-sku fs-6\" style=\"display: {{ (haveVariants) ? 'none' : '' }};\">SKU: <span class=\"variant-sku\">{{ SKU}}</span></p>
  1407.                                     </div>
  1408.                                     {% endif %}
  1409.                                     <!-- End Product Info -->
  1410.                                     <!-- Product Price -->
  1411.                                     {% if is_authenticated %}
  1412.                                         <div class=\"product-single__price pb-1\">
  1413.                                             <p class=\"spacing fs-6 fw-bold\" style=\"display: {{ (haveVariants) ? 'inline' : 'none' }};\">{{ lang == 'en' ? 'FROM: ' : 'DESDE: ' }}</p>
  1414.                                             <span class=\"visually-hidden\">Regular price</span>
  1415.                                             <span class=\"product-price__sale--single\">
  1416.                                                 {% set originalPrice = haveDiscount ? defaultPriceWithDiscount.original_price : defaultPrice %}
  1417.                                                 {% set endPrice = haveDiscount ? defaultPriceWithDiscount.end_price : defaultPrice %}
  1418.                                                 {% set discountAmount = defaultPriceWithDiscount.original_price - defaultPriceWithDiscount.end_price %}
  1419.                                                 {% set displayClass = haveDiscount ? '' : 'd-none' %}
  1420.                                                 {% set displayClassPercent = defaultPriceWithDiscount.discount != '.00' ? '': 'd-none' %}
  1421.                                                  <span class=\"product-price-old-price {{ displayClass }}\">
  1422.                                                     {{ app_helper_price_format_spain(originalPrice) }}€
  1423.                                                 </span>
  1424.                                                 <span class=\"product-price__price product-price__sale\">
  1425.                                                     {{ app_helper_price_format_spain(endPrice) }}€
  1426.                                                 </span>
  1427.                                                  <span class=\"discount-badge {{ displayClass }}\">
  1428.                                                         <span class=\"devider me-2\">|</span>
  1429.                                                         <span>{{ 'Descuento' | trans }}:</span>
  1430.                                                         <span class=\"product-single__save-amount\">
  1431.                                                             <span class=\"money\">{{ app_helper_price_format_spain(discountAmount) }}€</span>
  1432.                                                         </span>
  1433.                                                         <span class=\"off ms-1 percentage-span {{ displayClassPercent }}\">(<span class=\"percentage\">{{ defaultPriceWithDiscount.discount is not null ?  app_helper_price_format_spain(defaultPriceWithDiscount.discount): '' }}</span>%)</span>
  1434.                                                     </span>
  1435.                                             </span>
  1436.                                         </div>
  1437.                                         <!-- End Product Price -->
  1438.                                     {% else %}
  1439.                                         {# if product have propspeed brand hide price #}
  1440.                                         {% if product.marca == 15663 %}
  1441.                                             <div class=\"product-single__price pb-1\">
  1442.                                                 <span class=\"visually-hidden\"></span>
  1443.                                                 <span class=\"product-price__price product-price__sale\"></span>
  1444.                                             </div>
  1445.                                         {% else %}
  1446.                                             <div class=\"product-single__price pb-1\">
  1447.                                                     <p class=\"spacing fs-6 fw-bold\" style=\"display: {{ (haveVariants) ? 'inline' : 'none' }};\">{{ lang == 'en' ? 'FROM: ' : 'DESDE: ' }}</p>
  1448.                                                 <span class=\"visually-hidden\">Regular price</span>
  1449.                                                 <span class=\"product-price__price product-price__sale\">
  1450.                                                         {{ app_helper_price_format_spain(defaultPrice) }}€
  1451.                                                     </span>
  1452.                                             </div>
  1453.                                         {% endif %}
  1454.                                     {% endif %}
  1455.                                 </div>
  1456.                                 <!-- End Product Info -->
  1457.                                 {% set longDescription = product.getLongdescription() %}
  1458.                                 {% set shortDescription = product.getShortdescription() %}
  1459.                                 {% set description = shortDescription is not empty ? shortDescription : longDescription %}
  1460.                                 <div class=\"product-single__description rte\">
  1461.                                     {% if description matches '/<[^>]+>/' %}
  1462.                                         <div class=\"mb-2 fs-6\">
  1463.                                             {% for paragraph in description | split('</p>') %}
  1464.                                                 {% if paragraph | trim %}
  1465.                                                     {{ paragraph | trim | raw }}</p>
  1466.                                                 {% endif %}
  1467.                                             {% endfor %}
  1468.                                         </div>
  1469.                                     {% else %}
  1470.                                         <p class=\"mb-2 fs-6\">{{ description | nl2br | raw }}</p>
  1471.                                     {% endif %}
  1472.                                     <ul class=\"checkmarkList\">
  1473.                                         {% if attributesRows | length > 0 or typesRows | length > 0 %}
  1474.                                             <table class=\"table table-striped\">
  1475.                                                 {% for row in attributesRows %}
  1476.                                                     {{ row | raw }}
  1477.                                                 {% endfor %}
  1478.                                                 {% for row in typesRows %}
  1479.                                                     {{ row | raw }}
  1480.                                                 {% endfor %}
  1481.                                             </table>
  1482.                                         {% endif %}
  1483.                                     </ul>
  1484.                                 </div>
  1485.                                 <!-- Product Form -->
  1486.                                 <form method=\"post\" action=\"#\" class=\"product-form form-bordered hidedropdown\">
  1487.                                     <!-- Product Action -->
  1488.                                     <div class=\"product-action w-100 clearfix\">
  1489.                                         {% if is_authenticated %}
  1490.                                             <div class=\"product-form__item--quantity d-flex-center mb-2\">
  1491.                                                 <div class=\"qtyField d-none\" id=\"{{ productID }}\">
  1492.                                                     <a class=\"qtyBtn minus\" href=\"javascript:void(0);\"><i class=\"icon an an-minus-r\" aria-hidden=\"true\"></i></a>
  1493.                                                     <input type=\"text\" name=\"quantity\" value=\"1\" class=\"product-form__input qty rounded-0\">
  1494.                                                     <a class=\"qtyBtn plus\" href=\"javascript:void(0);\"><i class=\"icon an an-plus-r\" aria-hidden=\"true\"></i></a>
  1495.                                                 </div>
  1496.                                                 <div class=\"pro-stockLbl d-flex\">
  1497.                                                     <span class=\" stockLbl instock fs-6 d-none ms-3\"  title=\"Click para ver info\"><i class=\"icon an an-check-cil\"></i><span class=\"stockText\">En stock <span class=\"items\"></span></span></span>
  1498.                                                     <span class=\" stockLbl outstock infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-times-cil\"></i>
  1499.                                                         <span>{{ 'product_detail.content.not_available' | trans }}</span>
  1500.                                                     </span>
  1501.                                                     <span class=\" stockLbl preorder nostock infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-clock-r\"></i><span class=\"differenceText\"> Pre-order Now</span></span>
  1502.                                                     <span><i class=\"an an-info-cil fa-beat icon-info infostock ms-1 d-none\" style=\"color: #0a53be\"></i></span>
  1503.                                                     <span class=\" stockLbl preorder deliveryTime  infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-truck-l\"></i><span class=\"deliveryTimeText\">En Llegar</span></span>
  1504.                                                 </div>
  1505.                                             </div>
  1506.                                             <div class=\"pro-stockLbl info-stock-container\">
  1507.                                                 <span class=\"stock-warehouse stock-animation mb-3 {{ haveVariants ? 'd-none':'' }}\">{{'product.detail-stock_by_warehouse' | trans}}</span>
  1508.                                                 <div class=\"stock-info-container\"></div>
  1509.                                             </div>
  1510.                                         {% endif %}
  1511.                                         {% if haveVariants %}
  1512.                                             <div class=\"product-form__item--submit\">
  1513.                                                 <a href=\"#sizechart\" class=\"sizelink link-underline text-uppercase ms-auto text-decoration-none\">
  1514.                                                     <i class=\"icon an an-ruler d-none\"></i>
  1515.                                                     <button id=\"btnTableVariants\" type=\"submit\" name=\"add\" class=\"btn rounded btn-outline-primary product-form__cart-submit\">
  1516.                                                             <span>{{ 'product_detail.content.variants_table_header_translations' |trans }}</span>
  1517.                                                     </button>
  1518.                                                 </a>
  1519.                                             </div>
  1520.                                         {% endif %}
  1521.                                         <div class=\"product-form__item--buyit clearfix add-item-cart d-none\" id=\"\">
  1522.                                             <button type=\"button\" class=\"btn rounded proceed-to-checkout\" id=\"addToCartBtn\">
  1523.                                                 {% if lang == 'en' %}
  1524.                                                     <span>Add to Cart</span>
  1525.                                                 {% else %}
  1526.                                                     <span>Agregar al carrito</span>
  1527.                                                 {% endif %}
  1528.                                             </button>
  1529.                                         </div>
  1530.                                     </div>
  1531.                                     <!-- End Product Action -->
  1532.                                 </form>
  1533.                                 <!-- End Product Form -->
  1534.                             </div>
  1535.                         </div>
  1536.                     </div>
  1537.                     {# Product Bundle Button #}
  1538.                     {% if  is_authenticated %}
  1539.                     <!-- Modal -->
  1540.                     <div class=\"modal fade\" id=\"relatedProducts-modal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
  1541.                         <div class=\"modal-dialog modal-lg\">
  1542.                             <div class=\"modal-content\">
  1543.                                 <div class=\"modal-body\">
  1544.                                     {% set dataRelatedProducts = [] %}
  1545.                                     {% set variantsRelatedProducts = [] %}
  1546.                                     {% set showCapacityColumn = false %}
  1547.                                     {% set showColorColumn = false %}
  1548.                                     {% for relatedProduct in relatedProducts %}
  1549.                                         {% set dataRelatedProducts = app_product_generate_data(relatedProduct) %}
  1550.                                         {% set variantsRelatedProducts = variantsRelatedProducts|merge(dataRelatedProducts.variants) %}
  1551.                                         {% if dataRelatedProducts.attributes['capacidad'] is defined and dataRelatedProducts.attributes['capacidad'].value is not empty %}
  1552.                                             {% set showCapacityColumn = true %}
  1553.                                         {% endif %}
  1554.                                         {% if dataRelatedProducts.attributes['color'] is defined and dataRelatedProducts.attributes['color'].value is not empty %}
  1555.                                             {% set showColorColumn = true %}
  1556.                                         {% endif %}
  1557.                                     {% endfor %}
  1558.                                     {% if relatedProducts | length > 0 %}
  1559.                                         <table class=\"table table-bordered border-primary product-related-table\">
  1560.                                             <thead>
  1561.                                             <tr>
  1562.                                                 <th class=\"text-center align-middle\">{{ 'nombre' | trans }}</th>
  1563.                                                 <th class=\"text-center align-middle\">{{ 'imagen' | trans }}</th>
  1564.                                                 {% if showCapacityColumn %}
  1565.                                                     <th class=\"text-center align-middle\">{{ 'capacidad' | trans }}</th>
  1566.                                                 {% endif %}
  1567.                                                 {% if showColorColumn %}
  1568.                                                     <th class=\"text-center align-middle\">{{ 'Color' | trans }}</th>
  1569.                                                 {% endif %}
  1570.                                                 <th class=\"text-center align-middle\">{{ 'importe' | trans }}</th>
  1571.                                                 <th class=\"text-center align-middle\">{{ 'accion' | trans }}</th>
  1572.                                             </tr>
  1573.                                             </thead>
  1574.                                             <tbody>
  1575.                                             {% for variantRelatedProduct in variantsRelatedProducts %}
  1576.                                                 {% set imageVariant = variantRelatedProduct.getFirstImageAsset() %}
  1577.                                                 {% set endPrice = variantRelatedProduct.price %}
  1578.                                                 {% set variantAttributes = app_product_generate_data(variantRelatedProduct).attributes %}
  1579.                                                 <tr>
  1580.                                                     <td class=\"text-center align-middle\">{{ variantRelatedProduct.name }}</td>
  1581.                                                     <td class=\"text-center align-middle\">
  1582.                                                         <img class=\"img-product\" id=\"zoompro\" width=\"50px\" height=\"50px\"
  1583.                                                              src=\"{{ imageVariant.thumbnail('ProductImages') }}\" alt=\"product\" />
  1584.                                                     </td>
  1585.                                                     {% if showCapacityColumn %}
  1586.                                                         <td class=\"text-center align-middle\">
  1587.                                                             {% set capacidadValue = variantAttributes['capacidad'].value %}
  1588.                                                             {% if capacidadValue is not empty %}
  1589.                                                                 {{ capacidadValue|first|raw }}
  1590.                                                             {% endif %}
  1591.                                                         </td>
  1592.                                                     {% endif %}
  1593.                                                     {% if showColorColumn %}
  1594.                                                         <td class=\"text-center align-middle\">
  1595.                                                             {{ variantAttributes['color'].value | default('') }}
  1596.                                                         </td>
  1597.                                                     {% endif %}
  1598.                                                     <td class=\"text-center align-middle\">{{ app_helper_price_format_spain(endPrice) }}€</td>
  1599.                                                     <td class=\"text-center align-middle\">
  1600.                                                         <button class=\"btn btn-primary rounded btn-add-product deselected\"
  1601.                                                                 id=\"{{ variantRelatedProduct.id }}\">
  1602.                                                             {{ 'seleccionar' | trans }}
  1603.                                                         </button>
  1604.                                                     </td>
  1605.                                                 </tr>
  1606.                                             {% endfor %}
  1607.                                             </tbody>
  1608.                                         </table>
  1609.                                     {% endif %}
  1610.                                 </div>
  1611.                                 <div class=\"modal-footer\">
  1612.                                     <button type=\"button\" class=\"btn btn-secondary rounded close-modal-of-related-products\" data-bs-dismiss=\"modal\">{{ 'no-gracias' | trans }}</button>
  1613.                                     <button type=\"button\" class=\"btn btn-primary rounded add-ids-of-products\" data-bs-dismiss=\"modal\" disabled>{{ 'product_detail.content.button_text_translations' | trans  }} </button>
  1614.                                 </div>
  1615.                             </div>
  1616.                         </div>
  1617.                     </div>
  1618.                     {% endif %}
  1619.                     {# Product Bundle Button #}
  1620.                     <!--Product Tabs-->
  1621.                     {% include 'Shop/includes/documentsbuttons.html.twig' %}
  1622.                     <!--End Product Tabs-->
  1623.                 </div>
  1624.                 <!--End Container-->
  1625.     {% if relatedProducts | length > 0 %}
  1626.         <!--You May Also Like Products-->
  1627.         <section class=\"section product-slider pb-2\">
  1628.             <div class=\"container\">
  1629.                 <div class=\"row\">
  1630.                     <div class=\"section-header col-12\">
  1631.                         <h2 class=\"text-transform-none\">{{ 'product_detail.content.title_related_products_translations' |trans }}</h2>
  1632.                     </div>
  1633.                 </div>
  1634.                 {% include 'Shop/includes/relatedproducts.html.twig' %}
  1635.             </div>
  1636.         </section>
  1637.         <!--End You May Also Like Products-->
  1638.     {% endif %}
  1639.     <!--Recently Viewed Products-->
  1640.     {% if lastVisitedProducts | length > 1 %}
  1641.         {% include 'Shop/includes/recentlyViewedProducts.html.twig' %}
  1642.     {% endif %}
  1643.     <!--End Recently Viewed Products-->
  1644.     <!--Size Chart-->
  1645.     {% include 'Shop/includes/articletable2.html.twig' %}
  1646.     <!--End Size Chart-->
  1647.     <!--Scoll Top-->
  1648.     <span id=\"site-scroll\"><i class=\"icon an an-chevron-up\"></i></span>
  1649.     <!--End Scoll Top-->
  1650. {% endblock %}
  1651. {% block PAGE_JS %}
  1652.     {% set is_authenticated = is_granted('IS_AUTHENTICATED_FULLY') %}
  1653.     {% set data = app_product_generate_data(product) %}
  1654.     {% set variants = data.variants %}
  1655. {#    {% set tableAttributes = app_product_variants_attributes(data) %}#}
  1656.     {% set haveProductErrors = 0 %}
  1657.     {# CHECK IF THE PRODUCT HAVE ERRORS #}
  1658.     {% if is_authenticated %}
  1659.         {% set haveProductErrors = app_product_haveError(product) %}
  1660.         {# This is just so that js understand the boolean value   #}
  1661.         {% if haveProductErrors %}
  1662.             {% set haveProductErrors = 1 %}
  1663.         {% else %}
  1664.             {% set haveProductErrors = 0 %}
  1665.         {% endif %}
  1666.     {% endif %}
  1667.     {% set companyMail = company.mail %}
  1668.     {% if ( ( data.variants | length ) > 1 )  %}
  1669.         {% set haveVariants =  1 %}
  1670.     {% else %}
  1671.         {% set haveVariants = 0 %}
  1672.     {% endif %}
  1673.     {% if is_authenticated %}
  1674.         <script>
  1675.             let title = '{{ 'titleTranslation' |trans}}'
  1676.             let content = '{{ 'contentTranslation' |trans}}'
  1677.             let buttonText ='{{ 'buttonTextTranslation' |trans}}'
  1678.         </script>
  1679.         <script>
  1680.             let haveVariants = {{ haveVariants }};
  1681.             \$(document).ready(function () {
  1682.                 let haveProductErrors = {{ haveProductErrors }} ;
  1683.                 if (haveProductErrors) {
  1684.                     Swal.fire({
  1685.                         icon: 'warning',
  1686.                         title: 'Oops...',
  1687.                         showCancelButton: true,
  1688.                         confirmButtonColor: '#106eea',
  1689.                         cancelButtonColor: '#38b000',
  1690.                         confirmButtonText: 'Entendido!',
  1691.                         cancelButtonText: 'Contactar',
  1692.                         html: 'La información del producto se esta actualizando, cualquier duda puede comunicarse a soporte.'
  1693.                     })
  1694.                     //Hide SKU, price, quantity, and add to cart button
  1695.                     \$('.product-price__price').hide();
  1696.                     \$('.product-form').hide();
  1697.                     \$('.proceed-to-checkout').hide();
  1698.                     \$('.product-sku').hide()
  1699.                 }
  1700.                 \$('.swal2-cancel').click(function () {
  1701.                     var email = '{{ companyMail }}';
  1702.                     var subject = 'Soporte';
  1703.                     var emailBody = 'Hi';
  1704.                     window.location = 'mailto:' + email + '?subject=' + subject + '&body=' + emailBody;
  1705.                 })
  1706.                 // If the product doesn't have variants
  1707.                 if (haveVariants === 0) {
  1708.                     let qtyButton = \$('.qtyField');
  1709.                     //ID of the product
  1710.                     let productID = qtyButton.attr('id');
  1711.                     // Selected value of the quantity button
  1712.                     let qtyValue = \$('.product-form__input').val();
  1713.                     // Display add to cart button
  1714.                     \$('.product-form__item--buyit').removeClass('d-none');
  1715.                     // Display the quantity button
  1716.                     qtyButton.removeClass('d-none');
  1717.                     \$('.product-form__item--buyit').attr('id',productID);
  1718.                     getStockAjax(productID, qtyValue);
  1719.                 }
  1720.                 // Keep a reference to the button that was selected
  1721.                 let selectedButton = null;
  1722.                 function getPriceFormatSpain(price) {
  1723.                     return parseFloat(price).toLocaleString('es-ES', {
  1724.                         minimumFractionDigits: 2,
  1725.                         maximumFractionDigits: 2
  1726.                     });
  1727.                 }
  1728.                 \$('table tbody').on('click', '.btn-ver-datatable', function() {
  1729.                     let idVariant = \$(this).attr('id');
  1730.                     let qtyValue = \$('.product-form__input').val();
  1731.                     let qtyButton = \$('.qtyField');
  1732.                     let warehouseText = \$('.stock-warehouse.stock-animation')
  1733.                     \$('.proceed-to-checkout').css('font-weight','600');
  1734.                     \$('.product-form__cart-submit').css('opacity','0.5');
  1735.                     \$('.spacing').removeClass('d-inline');
  1736.                     \$('.spacing').addClass('d-none');
  1737.                     \$('.product-form__item--buyit').removeClass('d-none');
  1738.                     \$('.product-form__item--buyit').attr('id',idVariant);
  1739.                     \$('.mfp-close').click();
  1740.                     // If there is a selected button, reset its state
  1741.                     if (selectedButton) {
  1742.                         selectedButton.text('VER');
  1743.                         selectedButton.css('filter', 'brightness(100%)');
  1744.                     }
  1745.                     // Change the text and style of the clicked button and save it as the selected button
  1746.                     \$(this).text('Seleccionado');
  1747.                     \$(this).css('font-weight','bold');         // Make the font bold
  1748.                     \$(this).css('filter','brightness(100%)');
  1749.                     selectedButton = \$(this);
  1750.                     // This return info of variant selected
  1751.                     \$.ajax({
  1752.                         method: 'POST',
  1753.                         url: '/ajax_variant_info',
  1754.                         datatype: 'json',
  1755.                         data: {
  1756.                             id: idVariant,
  1757.                         },
  1758.                         success: function (data) {
  1759.                             newImageAjax(idVariant);
  1760.                             // Display the quantity button
  1761.                             qtyButton.removeClass('d-none');
  1762.                             warehouseText.removeClass('d-none')
  1763.                             // Put the id of the variant in qtyField element
  1764.                             qtyButton.attr('id', idVariant);
  1765.                             // Display SKU of the variant product
  1766.                             \$('.variant-sku').html(data.bsnCode);
  1767.                             \$('.product-sku').show();
  1768.                             // Check if the product has discount
  1769.                             const { original_price, end_price, error, discount } = data.priceWithDiscount;
  1770.                             if (original_price !== end_price && error === null) {
  1771.                                 // Set old price
  1772.                                 \$('.product-price-old-price')
  1773.                                     .text(getPriceFormatSpain(original_price) + '€')
  1774.                                     .removeClass('d-none');
  1775.                                 \$('.discount-badge').removeClass('d-none');
  1776.                                 // Set new price
  1777.                                 const truncatedPrice = parseFloat(end_price).toFixed(2);
  1778.                                 \$('.product-price__sale').text(getPriceFormatSpain(truncatedPrice) + '€');
  1779.                                 // Set discount
  1780.                                 const discountAmount = original_price - end_price;
  1781.                                 \$('.money').text(getPriceFormatSpain(discountAmount.toFixed(2)) + '€');
  1782.                                 if (discount !== '.00') {
  1783.                                     \$('.percentage').text(getPriceFormatSpain(discount));
  1784.                                     \$('.percentage-span').removeClass('d-none');
  1785.                                 } else {
  1786.                                     \$('.percentage-span').addClass('d-none');
  1787.                                 }
  1788.                             } else {
  1789.                                 // If there is no discount or there is an error
  1790.                                 \$('.product-price__sale').html(data.price + '€');
  1791.                                 \$('.product-price-old-price').addClass('d-none');
  1792.                                 \$('.discount-badge').addClass('d-none');
  1793.                             }
  1794.                             // Update stock information
  1795.                             getStock(data.stock, qtyValue, data.deliveryTime);
  1796.                         },
  1797.                         error: function () {
  1798.                             alert('ERROR: Unable to fetch variant information.');
  1799.                         }
  1800.                     });
  1801.                 });
  1802.                 function newImageAjax(idVariant){
  1803.                     // This return info of variant selected
  1804.                     \$.ajax({
  1805.                         method: 'POST',
  1806.                         url: '/ajax_productDetail_new_asset',
  1807.                         datatype: 'html',
  1808.                         data: {
  1809.                             id: idVariant,
  1810.                         },
  1811.                         success: function (data) {
  1812.                             \$('.img-father').html(data);
  1813.                         },
  1814.                         error: function () {
  1815.                             alert('ERROR');
  1816.                         }
  1817.                     });
  1818.                 }
  1819.                 let timer = false;
  1820.                 // Detect clicks on plus and minus buttons
  1821.                 \$('.qtyBtn').click(function () {
  1822.                     let qtyField = \$(this).closest('.qtyField');
  1823.                     let productID = qtyField.attr('id');
  1824.                     let qtyValue = parseInt(qtyField.find('.product-form__input').val(), 10);
  1825.                     // Ensure qtyValue is a valid number and greater than or equal to 1 before making request
  1826.                     if (!isNaN(qtyValue) && qtyValue >= 1) {
  1827.                         clearTimeout(timer);
  1828.                         timer = setTimeout(getStockAjax, 300, productID, qtyValue);
  1829.                     }
  1830.                 });
  1831.                 // Detect changes in the input field and allow only numeric values
  1832.                 \$('.product-form__input').on('input', function () {
  1833.                     let qtyField = \$(this).closest('.qtyField');
  1834.                     let productID = qtyField.attr('id');
  1835.                     let qtyValue = \$(this).val();
  1836.                     // Allow only numeric input
  1837.                     qtyValue = qtyValue.replace(/\\D/g, '');  // Remove any non-numeric characters
  1838.                     \$(this).val(qtyValue);  // Update the input field with the cleaned value
  1839.                     // Parse the value as an integer (but allow empty input while typing)
  1840.                     if (qtyValue !== \"\") {
  1841.                         qtyValue = parseInt(qtyValue, 10);
  1842.                         // Ensure the value is greater than or equal to 1 before making the request
  1843.                         if (!isNaN(qtyValue) && qtyValue >= 1) {
  1844.                             clearTimeout(timer);
  1845.                             timer = setTimeout(getStockAjax, 300, productID, qtyValue);
  1846.                         }
  1847.                     }
  1848.                 });
  1849.                 function getStockAjax(productID, qtyValue) {
  1850.                     \$.ajax({
  1851.                         method: 'POST',
  1852.                         url: '/ajax_productDetail_getStock',
  1853.                         datatype: 'json',
  1854.                         data: {
  1855.                             id: productID
  1856.                         },
  1857.                         success: function (data) {
  1858.                             getStock(data.stock, qtyValue, data.deliveryTime);
  1859.                         },
  1860.                         error: function () {
  1861.                             alert('ERROR');
  1862.                         }
  1863.                     });
  1864.                 }
  1865.                 \$('.infostock').click(function () {
  1866.                     // Obtén el idioma del usuario de la variable lang
  1867.                     const lang = \$('.lang').attr('lang');
  1868.                     Swal.fire({
  1869.                         icon: 'info',
  1870.                         title: title,
  1871.                         confirmButtonColor: '#106eea',
  1872.                         confirmButtonText: buttonText,
  1873.                         html: content
  1874.                     });
  1875.                 });
  1876.                 function getStock(stock, qtyField, deliveryTime) {
  1877.                     \$('.preorder.nostock').addClass('d-none');
  1878.                     \$('.stockText').text(stock.total + ' {{ 'En stock' | trans }}');
  1879.                     \$('.instock').addClass('d-none');
  1880.                     \$('.outstock').addClass('d-none');
  1881.                     \$('.differenceText').text('{{ 'Por entregar' |trans }}');
  1882.                     \$('.deliveryTime').addClass('d-none');
  1883.                     \$('.icon-info').addClass('d-none');
  1884.                     const lang = \$('.lang').attr('lang');
  1885.                     let diferrence = ((stock.total - qtyField) * -1);
  1886.                     let warehouseHtml = '';
  1887.                     if (stock.warehouse[3] !== undefined || stock.warehouse[5] !== undefined) {
  1888.                         warehouseHtml += '<div class=\"stock-info-table card p-2 position-absolute\">';
  1889.                         warehouseHtml += '<div class=\"header text-center mb-2\">{{ 'Stock available in' | trans }}:</div>';
  1890.                         if (stock.warehouse[3] !== undefined) {
  1891.                             warehouseHtml += '<div class=\"row no-gutters first-row\">';
  1892.                             warehouseHtml += '<div class=\"col-6 bg-primary text-white\">{{ 'warehouse_barcelona' | trans }}</div>';
  1893.                             warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[3] + '</div>';
  1894.                             warehouseHtml += '</div>';
  1895.                         }
  1896.                         if (stock.warehouse[5] !== undefined) {
  1897.                             warehouseHtml += '<div class=\"row no-gutters last-row\">';
  1898.                             warehouseHtml += '<div class=\"col-6 bg-primary text-white\">{{ 'warehouse_palma' | trans}}</div>';
  1899.                             warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[5] + '</div>';
  1900.                             warehouseHtml += '</div>';
  1901.                         }
  1902.                         warehouseHtml += '</div>';
  1903.                     }
  1904.                     \$('.stock-info-container').html(warehouseHtml);
  1905.                     const stockContainer = document.querySelector('.stock-animation');
  1906.                     const stockTable = document.querySelector('.stock-info-table');
  1907.                     stockContainer.addEventListener('mouseover', function() {
  1908.                         stockTable.style.display = 'flex';
  1909.                     });
  1910.                     stockContainer.addEventListener('mouseout', function() {
  1911.                         stockTable.style.display = 'none';
  1912.                     });
  1913.                     if (stock.total > 0) {
  1914.                         if (qtyField > 0) {
  1915.                             if (qtyField <= stock.total) {
  1916.                                 \$('.instock').removeClass('d-none');
  1917.                             } else {
  1918.                                 \$('.instock').removeClass('d-none');
  1919.                                 \$('.stockText').text(stock.total + ' {{ 'En stock' | trans }}');
  1920.                                 \$('.preorder.nostock').removeClass('d-none');
  1921.                                 \$('.differenceText').text(diferrence + ' {{ 'Por entregar' | trans }}');
  1922.                                 \$('.icon-info').removeClass('d-none');
  1923.                                 if (deliveryTime) {
  1924.                                     \$('.deliveryTime').removeClass('d-none');
  1925.                                     \$('.deliveryTimeText').text(deliveryTime + ' {{ 'En llegar' | trans }}');
  1926.                                 } else {
  1927.                                     console.log('No hay info en el PIM');
  1928.                                 }
  1929.                             }
  1930.                         } else {
  1931.                             \$('.instock').removeClass('d-none');
  1932.                         }
  1933.                     } else {
  1934.                         if (deliveryTime) {
  1935.                             \$('.deliveryTime').removeClass('d-none');
  1936.                             \$('.deliveryTimeText').text(deliveryTime + (lang === 'en' ? ' To arrive' : ' En llegar'));
  1937.                         } else {
  1938.                             console.log('No hay info en el PIM');
  1939.                         }
  1940.                         \$('.outstock').removeClass('d-none');
  1941.                     }
  1942.                 }
  1943.             });
  1944.             //PRODUCT BUNDLE
  1945.             let buttons = document.getElementsByClassName(\"btn-add-product\");
  1946.             let idsArray = [];
  1947.             for (let i = 0; i < buttons.length; i++) {
  1948.                 buttons[i].addEventListener(\"click\", function() {
  1949.                     let id = this.getAttribute(\"id\");
  1950.                     let index = idsArray.indexOf(id);
  1951.                     if (index !== -1) {
  1952.                         idsArray.splice(index, 1);
  1953.                         this.classList.remove(\"selected\");
  1954.                         this.classList.add(\"deselected\");
  1955.                         this.textContent = \"Seleccionar\";
  1956.                     } else {
  1957.                         idsArray.push(id);
  1958.                         this.classList.add(\"selected\");
  1959.                         this.classList.remove(\"deselected\");
  1960.                         this.textContent = \"Seleccionado\";
  1961.                     }
  1962.                     if ( Array.isArray(idsArray) && idsArray.length){
  1963.                         \$('.add-ids-of-products').removeAttr('disabled');
  1964.                     } else {
  1965.                         \$('.add-ids-of-products').attr('disabled', true);
  1966.                     }
  1967.                 });
  1968.             }
  1969.             \$('.add-ids-of-products').click(function() {
  1970.                 let productsIds = JSON.stringify(idsArray); // Convert the array to a JSON string
  1971.                 let mainProductId = \$('.add-item-cart').attr('id');
  1972.                 let mainProductQtyValue = \$('.product-form__input').val();
  1973.                 \$.ajax({
  1974.                     url: '/add-to-cart-products-array-ajax',
  1975.                     type: 'POST',
  1976.                     dataType: 'JSON',
  1977.                     data: {
  1978.                         mainProductId : mainProductId,
  1979.                         mainProductQtyValue : mainProductQtyValue,
  1980.                         ids: productsIds
  1981.                     }, // Pass the data as an object with a key-value pair
  1982.                     success: function(data, status) {
  1983.                         if(data.success === true) {
  1984.                             \$('.add-ids-of-products').addClass('opacity-50')
  1985.                             \$('.site-cart-count').text(data.itemsOnCart);
  1986.                             \$('.btn-minicart').click();
  1987.                             \$('#minicart-drawer').modal('show');
  1988.                         } else {
  1989.                             alert(data.error);
  1990.                         }
  1991.                     },
  1992.                     error: function(xhr, desc, err) {
  1993.                         console.log(\"error\");
  1994.                     }
  1995.                 });
  1996.             });
  1997.         </script>
  1998.     {% endif %}
  1999.     <script>
  2000.         let relatedProducts = '{{ 'related-products' | trans | raw }}';
  2001.         let relatedProductsDescription = '{{ 'related-products-description' | trans | raw }}';
  2002.     </script>
  2003.     <script src=\"{{ asset('assets/js/shop/product-detail.js') }}\"></script>
  2004.     {#  if product not have Errors load the Datatable  #}
  2005.     {% if not haveProductErrors %}
  2006.         <script src=\"{{ asset('../assets/js/dataTables/TableProduct.js') }}\"></script>
  2007.     {% endif %}
  2008. {% endblock %}
  2009. ""Shop/ProductDetails/productDetail.html.twig""/var/www/html/templates/Shop/ProductDetails/productDetail.html.twig");
  2010.     }
  2011.     
  2012.     public function checkSecurity()
  2013.     {
  2014.         static $tags = array("set" => 6"if" => 9"do" => 42"for" => 146"include" => 319);
  2015.         static $filters = array("length" => 25"first" => 29"escape" => 55"trans" => 58"split" => 146"trim" => 147"raw" => 148"nl2br" => 153"merge" => 238"default" => 292);
  2016.         static $functions = array("is_granted" => 6"app_product_haveError" => 8"app_product_default_price_with_discount" => 14"app_product_generate_data" => 19"app_product_default_price" => 34"app_product_attributes_rows" => 35"app_product_types_rows" => 36"app_product_documents" => 37"pimcore_website_config" => 40"pimcore_head_title" => 42"pimcore_head_meta" => 44"pimcore_head_link" => 46"app_helper_price_format_spain" => 104"asset" => 769);
  2017.         try {
  2018.             $this->sandbox->checkSecurity(
  2019.                 ['set''if''do''for''include'],
  2020.                 ['length''first''escape''trans''split''trim''raw''nl2br''merge''default'],
  2021.                 ['is_granted''app_product_haveError''app_product_default_price_with_discount''app_product_generate_data''app_product_default_price''app_product_attributes_rows''app_product_types_rows''app_product_documents''pimcore_website_config''pimcore_head_title''pimcore_head_meta''pimcore_head_link''app_helper_price_format_spain''asset']
  2022.             );
  2023.         } catch (SecurityError $e) {
  2024.             $e->setSourceContext($this->source);
  2025.             if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
  2026.                 $e->setTemplateLine($tags[$e->getTagName()]);
  2027.             } elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
  2028.                 $e->setTemplateLine($filters[$e->getFilterName()]);
  2029.             } elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
  2030.                 $e->setTemplateLine($functions[$e->getFunctionName()]);
  2031.             }
  2032.             throw $e;
  2033.         }
  2034.     }
  2035. }