<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* Shop/ProductDetails/productDetail.html.twig */
class __TwigTemplate_216af30c426916c2973524a9c5db5855 extends Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'CONTENT' => [$this, 'block_CONTENT'],
'PAGE_JS' => [$this, 'block_PAGE_JS'],
];
$this->sandbox = $this->env->getExtension('\Twig\Extension\SandboxExtension');
$this->checkSecurity();
}
protected function doGetParent(array $context)
{
// line 3
return "layout/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Shop/ProductDetails/productDetail.html.twig"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "Shop/ProductDetails/productDetail.html.twig"));
$this->parent = $this->loadTemplate("layout/layout.html.twig", "Shop/ProductDetails/productDetail.html.twig", 3);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
}
// line 4
public function block_CONTENT($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "CONTENT"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "CONTENT"));
// line 5
echo " ";
// line 6
echo " ";
$context["is_authenticated"] = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY");
// line 7
echo " ";
// line 8
echo " ";
$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));
// line 9
echo " ";
if ((isset($context["haveProductErrors"]) || array_key_exists("haveProductErrors", $context) ? $context["haveProductErrors"] : (function () { throw new RuntimeError('Variable "haveProductErrors" does not exist.', 9, $this->source); })())) {
// line 10
echo " ";
$context["haveDiscount"] = false;
// line 11
echo " ";
} else {
// line 12
echo " ";
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); })())) {
// line 13
echo " ";
// line 14
echo " ";
$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));
// line 15
echo " ";
$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", false, false, true, 15) != 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", false, false, true, 15)) && (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", false, false, true, 15))) && !(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", false, false, true, 15)));
// line 16
echo " ";
// line 17
echo " ";
}
// line 18
echo " ";
}
// line 19
echo " ";
$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));
// line 20
echo " ";
$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", false, false, true, 20);
// line 22
echo " ";
$context["SKU"] = false;
// line 24
echo " ";
// line 25
echo " ";
if ((twig_length_filter($this->env, 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.', 25, $this->source); })()), "variants", [], "any", false, false, true, 25)) > 1)) {
// line 26
echo " ";
$context["haveVariants"] = true;
// line 27
echo " ";
} else {
// line 28
echo " ";
$context["haveVariants"] = false;
// line 29
echo " ";
$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", false, false, true, 29), 29, $this->source));
// line 30
echo " ";
$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", false, false, true, 30);
// line 31
echo " ";
}
// line 32
echo " ";
$context["productID"] = twig_get_attribute($this->env, $this->source, 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.', 32, $this->source); })()), "variants", [], "any", false, false, true, 32), 32, $this->source)), "id", [], "any", false, false, true, 32);
// line 33
echo "
";
// line 34
$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));
// line 35
echo " ";
$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));
// line 36
echo " ";
$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));
// line 37
echo " ";
$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));
// line 38
echo " ";
$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->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 38, $this->source); })()), "request", [], "any", false, false, true, 38), "locale", [], "any", false, false, true, 38)]], "method", false, false, true, 38);
// line 39
echo " ";
$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", false, false, true, 39);
// line 40
echo " ";
$context["empresa"] = $this->extensions['Pimcore\Twig\Extension\WebsiteConfigExtension']->getWebsiteConfig("empresa");
// line 41
echo " ";
$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", false, false, true, 41);
// line 42
echo " ";
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", false, false, true, 42);
// line 43
echo " ";
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", false, false, true, 43))) {
// line 44
echo " ";
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", false, false, true, 44)], "method", false, false, true, 44);
// line 45
echo " ";
}
// line 46
echo " ";
$this->env->getFunction('pimcore_head_link')->getCallable()(["rel" => "canonical", "href" => (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 46, $this->source); })()), "request", [], "any", false, false, true, 46), "schemeAndHttpHost", [], "any", false, false, true, 46) . (isset($context["link"]) || array_key_exists("link", $context) ? $context["link"] : (function () { throw new RuntimeError('Variable "link" does not exist.', 46, $this->source); })()))]);
// line 47
echo "
<style>
.spacing{
padding-right: 10px;
}
</style>
<!--Breadcrumbs-->
";
// line 54
$context["lang"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 54, $this->source); })()), "request", [], "any", false, false, true, 54), "getLocale", [], "method", false, false, true, 54);
// line 55
echo " <input type=\"hidden\" class=\"lang\" lang=\"";
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", null, true);
echo "\">
<div class=\"breadcrumbs-wrapper text-uppercase\">
<div class=\"container\">
<div class=\"breadcrumbs\"><a href=\"";
// line 58
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", null, true);
echo "\" title=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.content.back_home_translations"), "html", null, true);
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("general.content.breadcrumbs_home_translations"), "html", null, true);
echo "</a><span>|</span><span class=\"fw-bold\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.breadcrumbs_product_detail_translations"), "html", null, true);
echo "</span></div>
</div>
</div>
<!--End Breadcrumbs-->
<!--Main Content-->
<div class=\"container\">
<!--Product Content-->
<div class=\"product-single\">
<div class=\"row\">
<div class=\"col-lg-6 col-md-6 col-sm-12 col-12\">
";
// line 69
$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", false, false, true, 69);
// line 70
echo " <div class=\"product-details-img product-details-img-indaba product-horizontal-style clearfix mb-3 mb-md-0\">
<div class=\"zoompro-wrap product-zoom-right product-zoom-right-indaba w-100 p-0\">
";
// line 72
if ( !(null === (isset($context["image"]) || array_key_exists("image", $context) ? $context["image"] : (function () { throw new RuntimeError('Variable "image" does not exist.', 72, $this->source); })()))) {
// line 73
echo " <div class=\"zoompro-span img-father\"><img class=\"img-product\" id=\"zoompro\" ";
echo " src=\"";
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", false, false, true, 73), 73, $this->source), "html", null, true);
echo "\" data-zoom-image=\"\" alt=\"product\" /></div>
";
}
// line 75
echo " </div>
</div>
</div>
<div class=\"col-lg-6 col-md-6 col-sm-12 col-12 product-info-container\">
<!-- Product Info -->
<div class=\"product-single__meta\">
";
// line 82
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", false, false, true, 82))) {
// line 83
echo " <h1 class=\"product-single__title\">";
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", false, false, true, 83), 83, $this->source), "html", null, true);
echo "</h1>
";
}
// line 85
echo " <!-- Product Info -->
";
// line 86
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); })())) {
// line 87
echo " <div class=\"prInfoRow product-info mt-2 d-flex-wrap\">
<p class=\"product-sku fs-6\" style=\"display: ";
// line 88
echo (((isset($context["haveVariants"]) || array_key_exists("haveVariants", $context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.', 88, $this->source); })())) ? ("none") : (""));
echo ";\">SKU: <span class=\"variant-sku\">";
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", null, true);
echo "</span></p>
</div>
";
}
// line 91
echo " <!-- End Product Info -->
<!-- Product Price -->
";
// line 93
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); })())) {
// line 94
echo " <div class=\"product-single__price pb-1\">
<p class=\"spacing fs-6 fw-bold\" style=\"display: ";
// line 95
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"));
echo ";\">";
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: "));
echo "</p>
<span class=\"visually-hidden\">Regular price</span>
<span class=\"product-price__sale--single\">
";
// line 98
$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", false, false, true, 98)) : ((isset($context["defaultPrice"]) || array_key_exists("defaultPrice", $context) ? $context["defaultPrice"] : (function () { throw new RuntimeError('Variable "defaultPrice" does not exist.', 98, $this->source); })())));
// line 99
echo " ";
$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", false, false, true, 99)) : ((isset($context["defaultPrice"]) || array_key_exists("defaultPrice", $context) ? $context["defaultPrice"] : (function () { throw new RuntimeError('Variable "defaultPrice" does not exist.', 99, $this->source); })())));
// line 100
echo " ";
$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", false, false, true, 100) - 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", false, false, true, 100));
// line 101
echo " ";
$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"));
// line 102
echo " ";
$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", false, false, true, 102) != ".00")) ? ("") : ("d-none"));
// line 103
echo " <span class=\"product-price-old-price ";
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", null, true);
echo "\">
";
// line 104
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", null, true);
echo "€
</span>
<span class=\"product-price__price product-price__sale\">
";
// line 107
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", null, true);
echo "€
</span>
<span class=\"discount-badge ";
// line 109
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", null, true);
echo "\">
<span class=\"devider me-2\">|</span>
<span>";
// line 111
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Descuento"), "html", null, true);
echo ":</span>
<span class=\"product-single__save-amount\">
<span class=\"money\">";
// line 113
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", null, true);
echo "€</span>
</span>
<span class=\"off ms-1 percentage-span ";
// line 115
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", null, true);
echo "\">(<span class=\"percentage\">";
(( !(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", false, false, true, 115))) ? (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", false, false, true, 115)), "html", null, true))) : (print ("")));
echo "</span>%)</span>
</span>
</span>
</div>
<!-- End Product Price -->
";
} else {
// line 121
echo " ";
// line 122
echo " ";
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", false, false, true, 122) == 15663)) {
// line 123
echo " <div class=\"product-single__price pb-1\">
<span class=\"visually-hidden\"></span>
<span class=\"product-price__price product-price__sale\"></span>
</div>
";
} else {
// line 128
echo " <div class=\"product-single__price pb-1\">
<p class=\"spacing fs-6 fw-bold\" style=\"display: ";
// line 129
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"));
echo ";\">";
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: "));
echo "</p>
<span class=\"visually-hidden\">Regular price</span>
<span class=\"product-price__price product-price__sale\">
";
// line 132
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", null, true);
echo "€
</span>
</div>
";
}
// line 136
echo " ";
}
// line 137
echo " </div>
<!-- End Product Info -->
";
// line 139
$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", false, false, true, 139);
// line 140
echo " ";
$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", false, false, true, 140);
// line 141
echo " ";
$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); })())));
// line 142
echo "
<div class=\"product-single__description rte\">
";
// line 144
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); })()))) {
// line 145
echo " <div class=\"mb-2 fs-6\">
";
// line 146
$context['_parent'] = $context;
$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>"));
foreach ($context['_seq'] as $context["_key"] => $context["paragraph"]) {
// line 147
echo " ";
if (twig_trim_filter($context["paragraph"])) {
// line 148
echo " ";
echo twig_trim_filter($this->sandbox->ensureToStringAllowed($context["paragraph"], 148, $this->source));
echo "</p>
";
}
// line 150
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['paragraph'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 151
echo " </div>
";
} else {
// line 153
echo " <p class=\"mb-2 fs-6\">";
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", null, true));
echo "</p>
";
}
// line 155
echo "
<ul class=\"checkmarkList\">
";
// line 157
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))) {
// line 158
echo " <table class=\"table table-striped\">
";
// line 159
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 160
echo " ";
echo $this->sandbox->ensureToStringAllowed($context["row"], 160, $this->source);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 162
echo " ";
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["row"]) {
// line 163
echo " ";
echo $this->sandbox->ensureToStringAllowed($context["row"], 163, $this->source);
echo "
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['row'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 165
echo " </table>
";
}
// line 167
echo " </ul>
</div>
<!-- Product Form -->
<form method=\"post\" action=\"#\" class=\"product-form form-bordered hidedropdown\">
<!-- Product Action -->
<div class=\"product-action w-100 clearfix\">
";
// line 173
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); })())) {
// line 174
echo " <div class=\"product-form__item--quantity d-flex-center mb-2\">
<div class=\"qtyField d-none\" id=\"";
// line 175
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", null, true);
echo "\">
<a class=\"qtyBtn minus\" href=\"javascript:void(0);\"><i class=\"icon an an-minus-r\" aria-hidden=\"true\"></i></a>
<input type=\"text\" name=\"quantity\" value=\"1\" class=\"product-form__input qty rounded-0\">
<a class=\"qtyBtn plus\" href=\"javascript:void(0);\"><i class=\"icon an an-plus-r\" aria-hidden=\"true\"></i></a>
</div>
<div class=\"pro-stockLbl d-flex\">
<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>
<span class=\" stockLbl outstock infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-times-cil\"></i>
<span>";
// line 183
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.not_available"), "html", null, true);
echo "</span>
</span>
<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>
<span><i class=\"an an-info-cil fa-beat icon-info infostock ms-1 d-none\" style=\"color: #0a53be\"></i></span>
<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>
</div>
</div>
<div class=\"pro-stockLbl info-stock-container\">
<span class=\"stock-warehouse stock-animation mb-3 ";
// line 191
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") : (""));
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product.detail-stock_by_warehouse"), "html", null, true);
echo "</span>
<div class=\"stock-info-container\"></div>
</div>
";
}
// line 195
echo " ";
if ((isset($context["haveVariants"]) || array_key_exists("haveVariants", $context) ? $context["haveVariants"] : (function () { throw new RuntimeError('Variable "haveVariants" does not exist.', 195, $this->source); })())) {
// line 196
echo " <div class=\"product-form__item--submit\">
<a href=\"#sizechart\" class=\"sizelink link-underline text-uppercase ms-auto text-decoration-none\">
<i class=\"icon an an-ruler d-none\"></i>
<button id=\"btnTableVariants\" type=\"submit\" name=\"add\" class=\"btn rounded btn-outline-primary product-form__cart-submit\">
<span>";
// line 200
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.variants_table_header_translations"), "html", null, true);
echo "</span>
</button>
</a>
</div>
";
}
// line 205
echo "
<div class=\"product-form__item--buyit clearfix add-item-cart d-none\" id=\"\">
<button type=\"button\" class=\"btn rounded proceed-to-checkout\" id=\"addToCartBtn\">
";
// line 208
if (((isset($context["lang"]) || array_key_exists("lang", $context) ? $context["lang"] : (function () { throw new RuntimeError('Variable "lang" does not exist.', 208, $this->source); })()) == "en")) {
// line 209
echo " <span>Add to Cart</span>
";
} else {
// line 211
echo " <span>Agregar al carrito</span>
";
}
// line 213
echo " </button>
</div>
</div>
<!-- End Product Action -->
</form>
<!-- End Product Form -->
</div>
</div>
</div>
";
// line 225
echo " ";
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); })())) {
// line 226
echo " <!-- Modal -->
<div class=\"modal fade\" id=\"relatedProducts-modal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-lg\">
<div class=\"modal-content\">
<div class=\"modal-body\">
";
// line 231
$context["dataRelatedProducts"] = [];
// line 232
echo " ";
$context["variantsRelatedProducts"] = [];
// line 233
echo " ";
$context["showCapacityColumn"] = false;
// line 234
echo " ";
$context["showColorColumn"] = false;
// line 235
echo "
";
// line 236
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["relatedProduct"]) {
// line 237
echo " ";
$context["dataRelatedProducts"] = $this->extensions['App\Twig\Extension\ProductExtension']->generateData($this->sandbox->ensureToStringAllowed($context["relatedProduct"], 237, $this->source));
// line 238
echo " ";
$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", false, false, true, 238), 238, $this->source));
// line 239
echo "
";
// line 240
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["dataRelatedProducts"] ?? null), "attributes", [], "any", false, true, true, 240), "capacidad", [], "array", true, true, true, 240) && !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 240, $this->source); })()), "attributes", [], "any", false, false, true, 240), "capacidad", [], "array", false, false, true, 240), "value", [], "any", false, false, true, 240)))) {
// line 241
echo " ";
$context["showCapacityColumn"] = true;
// line 242
echo " ";
}
// line 243
echo "
";
// line 244
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["dataRelatedProducts"] ?? null), "attributes", [], "any", false, true, true, 244), "color", [], "array", true, true, true, 244) && !twig_test_empty(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, 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.', 244, $this->source); })()), "attributes", [], "any", false, false, true, 244), "color", [], "array", false, false, true, 244), "value", [], "any", false, false, true, 244)))) {
// line 245
echo " ";
$context["showColorColumn"] = true;
// line 246
echo " ";
}
// line 247
echo " ";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['relatedProduct'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 248
echo "
";
// line 249
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)) {
// line 250
echo " <table class=\"table table-bordered border-primary product-related-table\">
<thead>
<tr>
<th class=\"text-center align-middle\">";
// line 253
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("nombre"), "html", null, true);
echo "</th>
<th class=\"text-center align-middle\">";
// line 254
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("imagen"), "html", null, true);
echo "</th>
";
// line 256
if ((isset($context["showCapacityColumn"]) || array_key_exists("showCapacityColumn", $context) ? $context["showCapacityColumn"] : (function () { throw new RuntimeError('Variable "showCapacityColumn" does not exist.', 256, $this->source); })())) {
// line 257
echo " <th class=\"text-center align-middle\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("capacidad"), "html", null, true);
echo "</th>
";
}
// line 259
echo "
";
// line 260
if ((isset($context["showColorColumn"]) || array_key_exists("showColorColumn", $context) ? $context["showColorColumn"] : (function () { throw new RuntimeError('Variable "showColorColumn" does not exist.', 260, $this->source); })())) {
// line 261
echo " <th class=\"text-center align-middle\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Color"), "html", null, true);
echo "</th>
";
}
// line 263
echo "
<th class=\"text-center align-middle\">";
// line 264
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("importe"), "html", null, true);
echo "</th>
<th class=\"text-center align-middle\">";
// line 265
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("accion"), "html", null, true);
echo "</th>
</tr>
</thead>
<tbody>
";
// line 269
$context['_parent'] = $context;
$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); })()));
foreach ($context['_seq'] as $context["_key"] => $context["variantRelatedProduct"]) {
// line 270
echo " ";
$context["imageVariant"] = twig_get_attribute($this->env, $this->source, $context["variantRelatedProduct"], "getFirstImageAsset", [], "method", false, false, true, 270);
// line 271
echo " ";
$context["endPrice"] = twig_get_attribute($this->env, $this->source, $context["variantRelatedProduct"], "price", [], "any", false, false, true, 271);
// line 272
echo " ";
$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", false, false, true, 272);
// line 273
echo "
<tr>
<td class=\"text-center align-middle\">";
// line 275
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["variantRelatedProduct"], "name", [], "any", false, false, true, 275), 275, $this->source), "html", null, true);
echo "</td>
<td class=\"text-center align-middle\">
<img class=\"img-product\" id=\"zoompro\" width=\"50px\" height=\"50px\"
src=\"";
// line 278
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", false, false, true, 278), 278, $this->source), "html", null, true);
echo "\" alt=\"product\" />
</td>
";
// line 281
if ((isset($context["showCapacityColumn"]) || array_key_exists("showCapacityColumn", $context) ? $context["showCapacityColumn"] : (function () { throw new RuntimeError('Variable "showCapacityColumn" does not exist.', 281, $this->source); })())) {
// line 282
echo " <td class=\"text-center align-middle\">
";
// line 283
$context["capacidadValue"] = twig_get_attribute($this->env, $this->source, twig_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", false, false, true, 283), "value", [], "any", false, false, true, 283);
// line 284
echo " ";
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); })()))) {
// line 285
echo " ";
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));
echo "
";
}
// line 287
echo " </td>
";
}
// line 289
echo "
";
// line 290
if ((isset($context["showColorColumn"]) || array_key_exists("showColorColumn", $context) ? $context["showColorColumn"] : (function () { throw new RuntimeError('Variable "showColorColumn" does not exist.', 290, $this->source); })())) {
// line 291
echo " <td class=\"text-center align-middle\">
";
// line 292
echo twig_escape_filter($this->env, ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["variantAttributes"] ?? null), "color", [], "array", false, true, true, 292), "value", [], "any", true, true, true, 292)) ? (_twig_default_filter($this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["variantAttributes"] ?? null), "color", [], "array", false, true, true, 292), "value", [], "any", false, false, true, 292), 292, $this->source), "")) : ("")), "html", null, true);
echo "
</td>
";
}
// line 295
echo "
<td class=\"text-center align-middle\">";
// line 296
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", null, true);
echo "€</td>
<td class=\"text-center align-middle\">
<button class=\"btn btn-primary rounded btn-add-product deselected\"
id=\"";
// line 299
echo twig_escape_filter($this->env, $this->sandbox->ensureToStringAllowed(twig_get_attribute($this->env, $this->source, $context["variantRelatedProduct"], "id", [], "any", false, false, true, 299), 299, $this->source), "html", null, true);
echo "\">
";
// line 300
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("seleccionar"), "html", null, true);
echo "
</button>
</td>
</tr>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['variantRelatedProduct'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 305
echo " </tbody>
</table>
";
}
// line 308
echo " </div>
<div class=\"modal-footer\">
<button type=\"button\" class=\"btn btn-secondary rounded close-modal-of-related-products\" data-bs-dismiss=\"modal\">";
// line 310
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("no-gracias"), "html", null, true);
echo "</button>
<button type=\"button\" class=\"btn btn-primary rounded add-ids-of-products\" data-bs-dismiss=\"modal\" disabled>";
// line 311
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.button_text_translations"), "html", null, true);
echo " </button>
</div>
</div>
</div>
</div>
";
}
// line 317
echo " ";
// line 318
echo " <!--Product Tabs-->
";
// line 319
$this->loadTemplate("Shop/includes/documentsbuttons.html.twig", "Shop/ProductDetails/productDetail.html.twig", 319)->display($context);
// line 320
echo " <!--End Product Tabs-->
</div>
<!--End Container-->
";
// line 323
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)) {
// line 324
echo " <!--You May Also Like Products-->
<section class=\"section product-slider pb-2\">
<div class=\"container\">
<div class=\"row\">
<div class=\"section-header col-12\">
<h2 class=\"text-transform-none\">";
// line 329
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("product_detail.content.title_related_products_translations"), "html", null, true);
echo "</h2>
</div>
</div>
";
// line 332
$this->loadTemplate("Shop/includes/relatedproducts.html.twig", "Shop/ProductDetails/productDetail.html.twig", 332)->display($context);
// line 333
echo " </div>
</section>
<!--End You May Also Like Products-->
";
}
// line 337
echo "
<!--Recently Viewed Products-->
";
// line 339
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)) {
// line 340
echo " ";
$this->loadTemplate("Shop/includes/recentlyViewedProducts.html.twig", "Shop/ProductDetails/productDetail.html.twig", 340)->display($context);
// line 341
echo " ";
}
// line 342
echo " <!--End Recently Viewed Products-->
<!--Size Chart-->
";
// line 345
$this->loadTemplate("Shop/includes/articletable2.html.twig", "Shop/ProductDetails/productDetail.html.twig", 345)->display($context);
// line 346
echo " <!--End Size Chart-->
<!--Scoll Top-->
<span id=\"site-scroll\"><i class=\"icon an an-chevron-up\"></i></span>
<!--End Scoll Top-->
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
// line 354
public function block_PAGE_JS($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_5a27a8ba21ca79b61932376b2fa922d2 = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_5a27a8ba21ca79b61932376b2fa922d2->enter($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "PAGE_JS"));
$__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "PAGE_JS"));
// line 355
echo " ";
$context["is_authenticated"] = $this->extensions['Symfony\Bridge\Twig\Extension\SecurityExtension']->isGranted("IS_AUTHENTICATED_FULLY");
// line 356
echo " ";
$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));
// line 357
echo " ";
$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", false, false, true, 357);
// line 359
echo " ";
$context["haveProductErrors"] = 0;
// line 360
echo " ";
// line 361
echo " ";
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); })())) {
// line 362
echo " ";
$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));
// line 363
echo " ";
// line 364
echo " ";
if ((isset($context["haveProductErrors"]) || array_key_exists("haveProductErrors", $context) ? $context["haveProductErrors"] : (function () { throw new RuntimeError('Variable "haveProductErrors" does not exist.', 364, $this->source); })())) {
// line 365
echo " ";
$context["haveProductErrors"] = 1;
// line 366
echo " ";
} else {
// line 367
echo " ";
$context["haveProductErrors"] = 0;
// line 368
echo " ";
}
// line 369
echo " ";
}
// line 370
echo "
";
// line 371
$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", false, false, true, 371);
// line 372
echo "
";
// line 373
if ((twig_length_filter($this->env, 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.', 373, $this->source); })()), "variants", [], "any", false, false, true, 373)) > 1)) {
// line 374
echo " ";
$context["haveVariants"] = 1;
// line 375
echo " ";
} else {
// line 376
echo " ";
$context["haveVariants"] = 0;
// line 377
echo " ";
}
// line 378
echo "
";
// line 380
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); })())) {
// line 381
echo "
<script>
let title = '";
// line 383
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("titleTranslation"), "html", null, true);
echo "'
let content = '";
// line 384
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("contentTranslation"), "html", null, true);
echo "'
let buttonText ='";
// line 385
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("buttonTextTranslation"), "html", null, true);
echo "'
</script>
<script>
let haveVariants = ";
// line 389
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", null, true);
echo ";
\$(document).ready(function () {
let haveProductErrors = ";
// line 393
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", null, true);
echo " ;
if (haveProductErrors) {
Swal.fire({
icon: 'warning',
title: 'Oops...',
showCancelButton: true,
confirmButtonColor: '#106eea',
cancelButtonColor: '#38b000',
confirmButtonText: 'Entendido!',
cancelButtonText: 'Contactar',
html: 'La información del producto se esta actualizando, cualquier duda puede comunicarse a soporte.'
})
//Hide SKU, price, quantity, and add to cart button
\$('.product-price__price').hide();
\$('.product-form').hide();
\$('.proceed-to-checkout').hide();
\$('.product-sku').hide()
}
\$('.swal2-cancel').click(function () {
var email = '";
// line 414
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", null, true);
echo "';
var subject = 'Soporte';
var emailBody = 'Hi';
window.location = 'mailto:' + email + '?subject=' + subject + '&body=' + emailBody;
})
// If the product doesn't have variants
if (haveVariants === 0) {
let qtyButton = \$('.qtyField');
//ID of the product
let productID = qtyButton.attr('id');
// Selected value of the quantity button
let qtyValue = \$('.product-form__input').val();
// Display add to cart button
\$('.product-form__item--buyit').removeClass('d-none');
// Display the quantity button
qtyButton.removeClass('d-none');
\$('.product-form__item--buyit').attr('id',productID);
getStockAjax(productID, qtyValue);
}
// Keep a reference to the button that was selected
let selectedButton = null;
function getPriceFormatSpain(price) {
return parseFloat(price).toLocaleString('es-ES', {
minimumFractionDigits: 2,
maximumFractionDigits: 2
});
}
\$('table tbody').on('click', '.btn-ver-datatable', function() {
let idVariant = \$(this).attr('id');
let qtyValue = \$('.product-form__input').val();
let qtyButton = \$('.qtyField');
let warehouseText = \$('.stock-warehouse.stock-animation')
\$('.proceed-to-checkout').css('font-weight','600');
\$('.product-form__cart-submit').css('opacity','0.5');
\$('.spacing').removeClass('d-inline');
\$('.spacing').addClass('d-none');
\$('.product-form__item--buyit').removeClass('d-none');
\$('.product-form__item--buyit').attr('id',idVariant);
\$('.mfp-close').click();
// If there is a selected button, reset its state
if (selectedButton) {
selectedButton.text('VER');
selectedButton.css('filter', 'brightness(100%)');
}
// Change the text and style of the clicked button and save it as the selected button
\$(this).text('Seleccionado');
\$(this).css('font-weight','bold'); // Make the font bold
\$(this).css('filter','brightness(100%)');
selectedButton = \$(this);
// This return info of variant selected
\$.ajax({
method: 'POST',
url: '/ajax_variant_info',
datatype: 'json',
data: {
id: idVariant,
},
success: function (data) {
newImageAjax(idVariant);
// Display the quantity button
qtyButton.removeClass('d-none');
warehouseText.removeClass('d-none')
// Put the id of the variant in qtyField element
qtyButton.attr('id', idVariant);
// Display SKU of the variant product
\$('.variant-sku').html(data.bsnCode);
\$('.product-sku').show();
// Check if the product has discount
const { original_price, end_price, error, discount } = data.priceWithDiscount;
if (original_price !== end_price && error === null) {
// Set old price
\$('.product-price-old-price')
.text(getPriceFormatSpain(original_price) + '€')
.removeClass('d-none');
\$('.discount-badge').removeClass('d-none');
// Set new price
const truncatedPrice = parseFloat(end_price).toFixed(2);
\$('.product-price__sale').text(getPriceFormatSpain(truncatedPrice) + '€');
// Set discount
const discountAmount = original_price - end_price;
\$('.money').text(getPriceFormatSpain(discountAmount.toFixed(2)) + '€');
if (discount !== '.00') {
\$('.percentage').text(getPriceFormatSpain(discount));
\$('.percentage-span').removeClass('d-none');
} else {
\$('.percentage-span').addClass('d-none');
}
} else {
// If there is no discount or there is an error
\$('.product-price__sale').html(data.price + '€');
\$('.product-price-old-price').addClass('d-none');
\$('.discount-badge').addClass('d-none');
}
// Update stock information
getStock(data.stock, qtyValue, data.deliveryTime);
},
error: function () {
alert('ERROR: Unable to fetch variant information.');
}
});
});
function newImageAjax(idVariant){
// This return info of variant selected
\$.ajax({
method: 'POST',
url: '/ajax_productDetail_new_asset',
datatype: 'html',
data: {
id: idVariant,
},
success: function (data) {
\$('.img-father').html(data);
},
error: function () {
alert('ERROR');
}
});
}
let timer = false;
// Detect clicks on plus and minus buttons
\$('.qtyBtn').click(function () {
let qtyField = \$(this).closest('.qtyField');
let productID = qtyField.attr('id');
let qtyValue = parseInt(qtyField.find('.product-form__input').val(), 10);
// Ensure qtyValue is a valid number and greater than or equal to 1 before making request
if (!isNaN(qtyValue) && qtyValue >= 1) {
clearTimeout(timer);
timer = setTimeout(getStockAjax, 300, productID, qtyValue);
}
});
// Detect changes in the input field and allow only numeric values
\$('.product-form__input').on('input', function () {
let qtyField = \$(this).closest('.qtyField');
let productID = qtyField.attr('id');
let qtyValue = \$(this).val();
// Allow only numeric input
qtyValue = qtyValue.replace(/\\D/g, ''); // Remove any non-numeric characters
\$(this).val(qtyValue); // Update the input field with the cleaned value
// Parse the value as an integer (but allow empty input while typing)
if (qtyValue !== \"\") {
qtyValue = parseInt(qtyValue, 10);
// Ensure the value is greater than or equal to 1 before making the request
if (!isNaN(qtyValue) && qtyValue >= 1) {
clearTimeout(timer);
timer = setTimeout(getStockAjax, 300, productID, qtyValue);
}
}
});
function getStockAjax(productID, qtyValue) {
\$.ajax({
method: 'POST',
url: '/ajax_productDetail_getStock',
datatype: 'json',
data: {
id: productID
},
success: function (data) {
getStock(data.stock, qtyValue, data.deliveryTime);
},
error: function () {
alert('ERROR');
}
});
}
\$('.infostock').click(function () {
// Obtén el idioma del usuario de la variable lang
const lang = \$('.lang').attr('lang');
Swal.fire({
icon: 'info',
title: title,
confirmButtonColor: '#106eea',
confirmButtonText: buttonText,
html: content
});
});
function getStock(stock, qtyField, deliveryTime) {
\$('.preorder.nostock').addClass('d-none');
\$('.stockText').text(stock.total + ' ";
// line 622
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("En stock"), "html", null, true);
echo "');
\$('.instock').addClass('d-none');
\$('.outstock').addClass('d-none');
\$('.differenceText').text('";
// line 625
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Por entregar"), "html", null, true);
echo "');
\$('.deliveryTime').addClass('d-none');
\$('.icon-info').addClass('d-none');
const lang = \$('.lang').attr('lang');
let diferrence = ((stock.total - qtyField) * -1);
let warehouseHtml = '';
if (stock.warehouse[3] !== undefined || stock.warehouse[5] !== undefined) {
warehouseHtml += '<div class=\"stock-info-table card p-2 position-absolute\">';
warehouseHtml += '<div class=\"header text-center mb-2\">";
// line 636
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Stock available in"), "html", null, true);
echo ":</div>';
if (stock.warehouse[3] !== undefined) {
warehouseHtml += '<div class=\"row no-gutters first-row\">';
warehouseHtml += '<div class=\"col-6 bg-primary text-white\">";
// line 640
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("warehouse_barcelona"), "html", null, true);
echo "</div>';
warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[3] + '</div>';
warehouseHtml += '</div>';
}
if (stock.warehouse[5] !== undefined) {
warehouseHtml += '<div class=\"row no-gutters last-row\">';
warehouseHtml += '<div class=\"col-6 bg-primary text-white\">";
// line 647
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("warehouse_palma"), "html", null, true);
echo "</div>';
warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[5] + '</div>';
warehouseHtml += '</div>';
}
warehouseHtml += '</div>';
}
\$('.stock-info-container').html(warehouseHtml);
const stockContainer = document.querySelector('.stock-animation');
const stockTable = document.querySelector('.stock-info-table');
stockContainer.addEventListener('mouseover', function() {
stockTable.style.display = 'flex';
});
stockContainer.addEventListener('mouseout', function() {
stockTable.style.display = 'none';
});
if (stock.total > 0) {
if (qtyField > 0) {
if (qtyField <= stock.total) {
\$('.instock').removeClass('d-none');
} else {
\$('.instock').removeClass('d-none');
\$('.stockText').text(stock.total + ' ";
// line 674
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("En stock"), "html", null, true);
echo "');
\$('.preorder.nostock').removeClass('d-none');
\$('.differenceText').text(diferrence + ' ";
// line 676
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Por entregar"), "html", null, true);
echo "');
\$('.icon-info').removeClass('d-none');
if (deliveryTime) {
\$('.deliveryTime').removeClass('d-none');
\$('.deliveryTimeText').text(deliveryTime + ' ";
// line 680
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("En llegar"), "html", null, true);
echo "');
} else {
console.log('No hay info en el PIM');
}
}
} else {
\$('.instock').removeClass('d-none');
}
} else {
if (deliveryTime) {
\$('.deliveryTime').removeClass('d-none');
\$('.deliveryTimeText').text(deliveryTime + (lang === 'en' ? ' To arrive' : ' En llegar'));
} else {
console.log('No hay info en el PIM');
}
\$('.outstock').removeClass('d-none');
}
}
});
//PRODUCT BUNDLE
let buttons = document.getElementsByClassName(\"btn-add-product\");
let idsArray = [];
for (let i = 0; i < buttons.length; i++) {
buttons[i].addEventListener(\"click\", function() {
let id = this.getAttribute(\"id\");
let index = idsArray.indexOf(id);
if (index !== -1) {
idsArray.splice(index, 1);
this.classList.remove(\"selected\");
this.classList.add(\"deselected\");
this.textContent = \"Seleccionar\";
} else {
idsArray.push(id);
this.classList.add(\"selected\");
this.classList.remove(\"deselected\");
this.textContent = \"Seleccionado\";
}
if ( Array.isArray(idsArray) && idsArray.length){
\$('.add-ids-of-products').removeAttr('disabled');
} else {
\$('.add-ids-of-products').attr('disabled', true);
}
});
}
\$('.add-ids-of-products').click(function() {
let productsIds = JSON.stringify(idsArray); // Convert the array to a JSON string
let mainProductId = \$('.add-item-cart').attr('id');
let mainProductQtyValue = \$('.product-form__input').val();
\$.ajax({
url: '/add-to-cart-products-array-ajax',
type: 'POST',
dataType: 'JSON',
data: {
mainProductId : mainProductId,
mainProductQtyValue : mainProductQtyValue,
ids: productsIds
}, // Pass the data as an object with a key-value pair
success: function(data, status) {
if(data.success === true) {
\$('.add-ids-of-products').addClass('opacity-50')
\$('.site-cart-count').text(data.itemsOnCart);
\$('.btn-minicart').click();
\$('#minicart-drawer').modal('show');
} else {
alert(data.error);
}
},
error: function(xhr, desc, err) {
console.log(\"error\");
}
});
});
</script>
";
}
// line 765
echo " <script>
let relatedProducts = '";
// line 766
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("related-products");
echo "';
let relatedProductsDescription = '";
// line 767
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("related-products-description");
echo "';
</script>
<script src=\"";
// line 769
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("assets/js/shop/product-detail.js"), "html", null, true);
echo "\"></script>
";
// line 772
echo " ";
if ( !(isset($context["haveProductErrors"]) || array_key_exists("haveProductErrors", $context) ? $context["haveProductErrors"] : (function () { throw new RuntimeError('Variable "haveProductErrors" does not exist.', 772, $this->source); })())) {
// line 773
echo " <script src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("../assets/js/dataTables/TableProduct.js"), "html", null, true);
echo "\"></script>
";
}
// line 775
echo "
";
$__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof);
$__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof);
}
/**
* @codeCoverageIgnore
*/
public function getTemplateName()
{
return "Shop/ProductDetails/productDetail.html.twig";
}
/**
* @codeCoverageIgnore
*/
public function isTraitable()
{
return false;
}
/**
* @codeCoverageIgnore
*/
public function getDebugInfo()
{
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,);
}
public function getSourceContext()
{
return new Source("{# @var product \\AppBundle\\Model\\DefaultProduct #}
{# @var marca \\AppBundle\\Model\\DefaultMarca #}
{% extends 'layout/layout.html.twig' %}
{% block CONTENT %}
{# Define authentication variable #}
{% set is_authenticated = is_granted('IS_AUTHENTICATED_FULLY') %}
{# Check if there is an error in the product #}
{% set haveProductErrors = app_product_haveError(product) %}
{% if haveProductErrors %}
{% set haveDiscount = false %}
{% else %}
{% if is_authenticated %}
{# START PRICE WITH DISCOUNT BLOCK #}
{% set defaultPriceWithDiscount = app_product_default_price_with_discount(product, userIdSage) %}
{% set haveDiscount = defaultPriceWithDiscount.original_price != defaultPriceWithDiscount.end_price and defaultPriceWithDiscount.error is null and defaultPriceWithDiscount.end_price is not null %}
{# END PRICE WITH DISCOUNT BLOCK #}
{% endif %}
{% endif %}
{% set data = app_product_generate_data(product) %}
{% set variants = data.variants %}
{# {% set tableAttributes = app_product_variants_attributes(data) %}#}
{% set SKU = false %}
{# {{ dump(app_product_unpublished_variants_check(product)) }}#}
{# Does it have variants?#}
{% if ( ( data.variants | length ) > 1 ) %}
{% set haveVariants = true %}
{% else %}
{% set haveVariants = false %}
{% set SKU = ( data.variants | first ) %}
{% set SKU = SKU.bsncode %}
{% endif %}
{% set productID = (data.variants | first).id %}
{% set defaultPrice = app_product_default_price(product) %}
{% set attributesRows = app_product_attributes_rows(product, data) %}
{% set typesRows = app_product_types_rows(product, data) %}
{% set documents = app_product_documents(product) %}
{% set link = product.getDetailUrl({'document': document, 'prefix':app.request.locale}) %}
{% set title = product.getName() %}
{% set empresa = pimcore_website_config('empresa') %}
{% set titlePostFix = empresa.getTitle() %}
{% do pimcore_head_title().set(title ~ ' :: ' ~ titlePostFix) %}
{% if product.getSeodescription is not empty %}
{% do pimcore_head_meta().appendName('description', product.getSeodescription()) %}
{% endif %}
{% do pimcore_head_link({rel: 'canonical', href: app.request.schemeAndHttpHost ~ link }) %}
<style>
.spacing{
padding-right: 10px;
}
</style>
<!--Breadcrumbs-->
{% set lang = app.request.getLocale() %}
<input type=\"hidden\" class=\"lang\" lang=\"{{ lang }}\">
<div class=\"breadcrumbs-wrapper text-uppercase\">
<div class=\"container\">
<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>
</div>
</div>
<!--End Breadcrumbs-->
<!--Main Content-->
<div class=\"container\">
<!--Product Content-->
<div class=\"product-single\">
<div class=\"row\">
<div class=\"col-lg-6 col-md-6 col-sm-12 col-12\">
{% set image = product.getFirstImageAsset() %}
<div class=\"product-details-img product-details-img-indaba product-horizontal-style clearfix mb-3 mb-md-0\">
<div class=\"zoompro-wrap product-zoom-right product-zoom-right-indaba w-100 p-0\">
{% if image is not null %}
<div class=\"zoompro-span img-father\"><img class=\"img-product\" id=\"zoompro\" {# class=\"zoompro\" #} src=\"{{ image.thumbnail('ProductImages') }}\" data-zoom-image=\"\" alt=\"product\" /></div>
{% endif %}
</div>
</div>
</div>
<div class=\"col-lg-6 col-md-6 col-sm-12 col-12 product-info-container\">
<!-- Product Info -->
<div class=\"product-single__meta\">
{% if product.getName is not empty %}
<h1 class=\"product-single__title\">{{ product.getName }}</h1>
{% endif %}
<!-- Product Info -->
{% if is_authenticated %}
<div class=\"prInfoRow product-info mt-2 d-flex-wrap\">
<p class=\"product-sku fs-6\" style=\"display: {{ (haveVariants) ? 'none' : '' }};\">SKU: <span class=\"variant-sku\">{{ SKU}}</span></p>
</div>
{% endif %}
<!-- End Product Info -->
<!-- Product Price -->
{% if is_authenticated %}
<div class=\"product-single__price pb-1\">
<p class=\"spacing fs-6 fw-bold\" style=\"display: {{ (haveVariants) ? 'inline' : 'none' }};\">{{ lang == 'en' ? 'FROM: ' : 'DESDE: ' }}</p>
<span class=\"visually-hidden\">Regular price</span>
<span class=\"product-price__sale--single\">
{% set originalPrice = haveDiscount ? defaultPriceWithDiscount.original_price : defaultPrice %}
{% set endPrice = haveDiscount ? defaultPriceWithDiscount.end_price : defaultPrice %}
{% set discountAmount = defaultPriceWithDiscount.original_price - defaultPriceWithDiscount.end_price %}
{% set displayClass = haveDiscount ? '' : 'd-none' %}
{% set displayClassPercent = defaultPriceWithDiscount.discount != '.00' ? '': 'd-none' %}
<span class=\"product-price-old-price {{ displayClass }}\">
{{ app_helper_price_format_spain(originalPrice) }}€
</span>
<span class=\"product-price__price product-price__sale\">
{{ app_helper_price_format_spain(endPrice) }}€
</span>
<span class=\"discount-badge {{ displayClass }}\">
<span class=\"devider me-2\">|</span>
<span>{{ 'Descuento' | trans }}:</span>
<span class=\"product-single__save-amount\">
<span class=\"money\">{{ app_helper_price_format_spain(discountAmount) }}€</span>
</span>
<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>
</span>
</span>
</div>
<!-- End Product Price -->
{% else %}
{# if product have propspeed brand hide price #}
{% if product.marca == 15663 %}
<div class=\"product-single__price pb-1\">
<span class=\"visually-hidden\"></span>
<span class=\"product-price__price product-price__sale\"></span>
</div>
{% else %}
<div class=\"product-single__price pb-1\">
<p class=\"spacing fs-6 fw-bold\" style=\"display: {{ (haveVariants) ? 'inline' : 'none' }};\">{{ lang == 'en' ? 'FROM: ' : 'DESDE: ' }}</p>
<span class=\"visually-hidden\">Regular price</span>
<span class=\"product-price__price product-price__sale\">
{{ app_helper_price_format_spain(defaultPrice) }}€
</span>
</div>
{% endif %}
{% endif %}
</div>
<!-- End Product Info -->
{% set longDescription = product.getLongdescription() %}
{% set shortDescription = product.getShortdescription() %}
{% set description = shortDescription is not empty ? shortDescription : longDescription %}
<div class=\"product-single__description rte\">
{% if description matches '/<[^>]+>/' %}
<div class=\"mb-2 fs-6\">
{% for paragraph in description | split('</p>') %}
{% if paragraph | trim %}
{{ paragraph | trim | raw }}</p>
{% endif %}
{% endfor %}
</div>
{% else %}
<p class=\"mb-2 fs-6\">{{ description | nl2br | raw }}</p>
{% endif %}
<ul class=\"checkmarkList\">
{% if attributesRows | length > 0 or typesRows | length > 0 %}
<table class=\"table table-striped\">
{% for row in attributesRows %}
{{ row | raw }}
{% endfor %}
{% for row in typesRows %}
{{ row | raw }}
{% endfor %}
</table>
{% endif %}
</ul>
</div>
<!-- Product Form -->
<form method=\"post\" action=\"#\" class=\"product-form form-bordered hidedropdown\">
<!-- Product Action -->
<div class=\"product-action w-100 clearfix\">
{% if is_authenticated %}
<div class=\"product-form__item--quantity d-flex-center mb-2\">
<div class=\"qtyField d-none\" id=\"{{ productID }}\">
<a class=\"qtyBtn minus\" href=\"javascript:void(0);\"><i class=\"icon an an-minus-r\" aria-hidden=\"true\"></i></a>
<input type=\"text\" name=\"quantity\" value=\"1\" class=\"product-form__input qty rounded-0\">
<a class=\"qtyBtn plus\" href=\"javascript:void(0);\"><i class=\"icon an an-plus-r\" aria-hidden=\"true\"></i></a>
</div>
<div class=\"pro-stockLbl d-flex\">
<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>
<span class=\" stockLbl outstock infostock fs-6 d-none ms-3\" title=\"Click para ver info\"><i class=\"icon an an-times-cil\"></i>
<span>{{ 'product_detail.content.not_available' | trans }}</span>
</span>
<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>
<span><i class=\"an an-info-cil fa-beat icon-info infostock ms-1 d-none\" style=\"color: #0a53be\"></i></span>
<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>
</div>
</div>
<div class=\"pro-stockLbl info-stock-container\">
<span class=\"stock-warehouse stock-animation mb-3 {{ haveVariants ? 'd-none':'' }}\">{{'product.detail-stock_by_warehouse' | trans}}</span>
<div class=\"stock-info-container\"></div>
</div>
{% endif %}
{% if haveVariants %}
<div class=\"product-form__item--submit\">
<a href=\"#sizechart\" class=\"sizelink link-underline text-uppercase ms-auto text-decoration-none\">
<i class=\"icon an an-ruler d-none\"></i>
<button id=\"btnTableVariants\" type=\"submit\" name=\"add\" class=\"btn rounded btn-outline-primary product-form__cart-submit\">
<span>{{ 'product_detail.content.variants_table_header_translations' |trans }}</span>
</button>
</a>
</div>
{% endif %}
<div class=\"product-form__item--buyit clearfix add-item-cart d-none\" id=\"\">
<button type=\"button\" class=\"btn rounded proceed-to-checkout\" id=\"addToCartBtn\">
{% if lang == 'en' %}
<span>Add to Cart</span>
{% else %}
<span>Agregar al carrito</span>
{% endif %}
</button>
</div>
</div>
<!-- End Product Action -->
</form>
<!-- End Product Form -->
</div>
</div>
</div>
{# Product Bundle Button #}
{% if is_authenticated %}
<!-- Modal -->
<div class=\"modal fade\" id=\"relatedProducts-modal\" tabindex=\"-1\" aria-labelledby=\"exampleModalLabel\" aria-hidden=\"true\">
<div class=\"modal-dialog modal-lg\">
<div class=\"modal-content\">
<div class=\"modal-body\">
{% set dataRelatedProducts = [] %}
{% set variantsRelatedProducts = [] %}
{% set showCapacityColumn = false %}
{% set showColorColumn = false %}
{% for relatedProduct in relatedProducts %}
{% set dataRelatedProducts = app_product_generate_data(relatedProduct) %}
{% set variantsRelatedProducts = variantsRelatedProducts|merge(dataRelatedProducts.variants) %}
{% if dataRelatedProducts.attributes['capacidad'] is defined and dataRelatedProducts.attributes['capacidad'].value is not empty %}
{% set showCapacityColumn = true %}
{% endif %}
{% if dataRelatedProducts.attributes['color'] is defined and dataRelatedProducts.attributes['color'].value is not empty %}
{% set showColorColumn = true %}
{% endif %}
{% endfor %}
{% if relatedProducts | length > 0 %}
<table class=\"table table-bordered border-primary product-related-table\">
<thead>
<tr>
<th class=\"text-center align-middle\">{{ 'nombre' | trans }}</th>
<th class=\"text-center align-middle\">{{ 'imagen' | trans }}</th>
{% if showCapacityColumn %}
<th class=\"text-center align-middle\">{{ 'capacidad' | trans }}</th>
{% endif %}
{% if showColorColumn %}
<th class=\"text-center align-middle\">{{ 'Color' | trans }}</th>
{% endif %}
<th class=\"text-center align-middle\">{{ 'importe' | trans }}</th>
<th class=\"text-center align-middle\">{{ 'accion' | trans }}</th>
</tr>
</thead>
<tbody>
{% for variantRelatedProduct in variantsRelatedProducts %}
{% set imageVariant = variantRelatedProduct.getFirstImageAsset() %}
{% set endPrice = variantRelatedProduct.price %}
{% set variantAttributes = app_product_generate_data(variantRelatedProduct).attributes %}
<tr>
<td class=\"text-center align-middle\">{{ variantRelatedProduct.name }}</td>
<td class=\"text-center align-middle\">
<img class=\"img-product\" id=\"zoompro\" width=\"50px\" height=\"50px\"
src=\"{{ imageVariant.thumbnail('ProductImages') }}\" alt=\"product\" />
</td>
{% if showCapacityColumn %}
<td class=\"text-center align-middle\">
{% set capacidadValue = variantAttributes['capacidad'].value %}
{% if capacidadValue is not empty %}
{{ capacidadValue|first|raw }}
{% endif %}
</td>
{% endif %}
{% if showColorColumn %}
<td class=\"text-center align-middle\">
{{ variantAttributes['color'].value | default('') }}
</td>
{% endif %}
<td class=\"text-center align-middle\">{{ app_helper_price_format_spain(endPrice) }}€</td>
<td class=\"text-center align-middle\">
<button class=\"btn btn-primary rounded btn-add-product deselected\"
id=\"{{ variantRelatedProduct.id }}\">
{{ 'seleccionar' | trans }}
</button>
</td>
</tr>
{% endfor %}
</tbody>
</table>
{% endif %}
</div>
<div class=\"modal-footer\">
<button type=\"button\" class=\"btn btn-secondary rounded close-modal-of-related-products\" data-bs-dismiss=\"modal\">{{ 'no-gracias' | trans }}</button>
<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>
</div>
</div>
</div>
</div>
{% endif %}
{# Product Bundle Button #}
<!--Product Tabs-->
{% include 'Shop/includes/documentsbuttons.html.twig' %}
<!--End Product Tabs-->
</div>
<!--End Container-->
{% if relatedProducts | length > 0 %}
<!--You May Also Like Products-->
<section class=\"section product-slider pb-2\">
<div class=\"container\">
<div class=\"row\">
<div class=\"section-header col-12\">
<h2 class=\"text-transform-none\">{{ 'product_detail.content.title_related_products_translations' |trans }}</h2>
</div>
</div>
{% include 'Shop/includes/relatedproducts.html.twig' %}
</div>
</section>
<!--End You May Also Like Products-->
{% endif %}
<!--Recently Viewed Products-->
{% if lastVisitedProducts | length > 1 %}
{% include 'Shop/includes/recentlyViewedProducts.html.twig' %}
{% endif %}
<!--End Recently Viewed Products-->
<!--Size Chart-->
{% include 'Shop/includes/articletable2.html.twig' %}
<!--End Size Chart-->
<!--Scoll Top-->
<span id=\"site-scroll\"><i class=\"icon an an-chevron-up\"></i></span>
<!--End Scoll Top-->
{% endblock %}
{% block PAGE_JS %}
{% set is_authenticated = is_granted('IS_AUTHENTICATED_FULLY') %}
{% set data = app_product_generate_data(product) %}
{% set variants = data.variants %}
{# {% set tableAttributes = app_product_variants_attributes(data) %}#}
{% set haveProductErrors = 0 %}
{# CHECK IF THE PRODUCT HAVE ERRORS #}
{% if is_authenticated %}
{% set haveProductErrors = app_product_haveError(product) %}
{# This is just so that js understand the boolean value #}
{% if haveProductErrors %}
{% set haveProductErrors = 1 %}
{% else %}
{% set haveProductErrors = 0 %}
{% endif %}
{% endif %}
{% set companyMail = company.mail %}
{% if ( ( data.variants | length ) > 1 ) %}
{% set haveVariants = 1 %}
{% else %}
{% set haveVariants = 0 %}
{% endif %}
{% if is_authenticated %}
<script>
let title = '{{ 'titleTranslation' |trans}}'
let content = '{{ 'contentTranslation' |trans}}'
let buttonText ='{{ 'buttonTextTranslation' |trans}}'
</script>
<script>
let haveVariants = {{ haveVariants }};
\$(document).ready(function () {
let haveProductErrors = {{ haveProductErrors }} ;
if (haveProductErrors) {
Swal.fire({
icon: 'warning',
title: 'Oops...',
showCancelButton: true,
confirmButtonColor: '#106eea',
cancelButtonColor: '#38b000',
confirmButtonText: 'Entendido!',
cancelButtonText: 'Contactar',
html: 'La información del producto se esta actualizando, cualquier duda puede comunicarse a soporte.'
})
//Hide SKU, price, quantity, and add to cart button
\$('.product-price__price').hide();
\$('.product-form').hide();
\$('.proceed-to-checkout').hide();
\$('.product-sku').hide()
}
\$('.swal2-cancel').click(function () {
var email = '{{ companyMail }}';
var subject = 'Soporte';
var emailBody = 'Hi';
window.location = 'mailto:' + email + '?subject=' + subject + '&body=' + emailBody;
})
// If the product doesn't have variants
if (haveVariants === 0) {
let qtyButton = \$('.qtyField');
//ID of the product
let productID = qtyButton.attr('id');
// Selected value of the quantity button
let qtyValue = \$('.product-form__input').val();
// Display add to cart button
\$('.product-form__item--buyit').removeClass('d-none');
// Display the quantity button
qtyButton.removeClass('d-none');
\$('.product-form__item--buyit').attr('id',productID);
getStockAjax(productID, qtyValue);
}
// Keep a reference to the button that was selected
let selectedButton = null;
function getPriceFormatSpain(price) {
return parseFloat(price).toLocaleString('es-ES', {
minimumFractionDigits: 2,
maximumFractionDigits: 2
});
}
\$('table tbody').on('click', '.btn-ver-datatable', function() {
let idVariant = \$(this).attr('id');
let qtyValue = \$('.product-form__input').val();
let qtyButton = \$('.qtyField');
let warehouseText = \$('.stock-warehouse.stock-animation')
\$('.proceed-to-checkout').css('font-weight','600');
\$('.product-form__cart-submit').css('opacity','0.5');
\$('.spacing').removeClass('d-inline');
\$('.spacing').addClass('d-none');
\$('.product-form__item--buyit').removeClass('d-none');
\$('.product-form__item--buyit').attr('id',idVariant);
\$('.mfp-close').click();
// If there is a selected button, reset its state
if (selectedButton) {
selectedButton.text('VER');
selectedButton.css('filter', 'brightness(100%)');
}
// Change the text and style of the clicked button and save it as the selected button
\$(this).text('Seleccionado');
\$(this).css('font-weight','bold'); // Make the font bold
\$(this).css('filter','brightness(100%)');
selectedButton = \$(this);
// This return info of variant selected
\$.ajax({
method: 'POST',
url: '/ajax_variant_info',
datatype: 'json',
data: {
id: idVariant,
},
success: function (data) {
newImageAjax(idVariant);
// Display the quantity button
qtyButton.removeClass('d-none');
warehouseText.removeClass('d-none')
// Put the id of the variant in qtyField element
qtyButton.attr('id', idVariant);
// Display SKU of the variant product
\$('.variant-sku').html(data.bsnCode);
\$('.product-sku').show();
// Check if the product has discount
const { original_price, end_price, error, discount } = data.priceWithDiscount;
if (original_price !== end_price && error === null) {
// Set old price
\$('.product-price-old-price')
.text(getPriceFormatSpain(original_price) + '€')
.removeClass('d-none');
\$('.discount-badge').removeClass('d-none');
// Set new price
const truncatedPrice = parseFloat(end_price).toFixed(2);
\$('.product-price__sale').text(getPriceFormatSpain(truncatedPrice) + '€');
// Set discount
const discountAmount = original_price - end_price;
\$('.money').text(getPriceFormatSpain(discountAmount.toFixed(2)) + '€');
if (discount !== '.00') {
\$('.percentage').text(getPriceFormatSpain(discount));
\$('.percentage-span').removeClass('d-none');
} else {
\$('.percentage-span').addClass('d-none');
}
} else {
// If there is no discount or there is an error
\$('.product-price__sale').html(data.price + '€');
\$('.product-price-old-price').addClass('d-none');
\$('.discount-badge').addClass('d-none');
}
// Update stock information
getStock(data.stock, qtyValue, data.deliveryTime);
},
error: function () {
alert('ERROR: Unable to fetch variant information.');
}
});
});
function newImageAjax(idVariant){
// This return info of variant selected
\$.ajax({
method: 'POST',
url: '/ajax_productDetail_new_asset',
datatype: 'html',
data: {
id: idVariant,
},
success: function (data) {
\$('.img-father').html(data);
},
error: function () {
alert('ERROR');
}
});
}
let timer = false;
// Detect clicks on plus and minus buttons
\$('.qtyBtn').click(function () {
let qtyField = \$(this).closest('.qtyField');
let productID = qtyField.attr('id');
let qtyValue = parseInt(qtyField.find('.product-form__input').val(), 10);
// Ensure qtyValue is a valid number and greater than or equal to 1 before making request
if (!isNaN(qtyValue) && qtyValue >= 1) {
clearTimeout(timer);
timer = setTimeout(getStockAjax, 300, productID, qtyValue);
}
});
// Detect changes in the input field and allow only numeric values
\$('.product-form__input').on('input', function () {
let qtyField = \$(this).closest('.qtyField');
let productID = qtyField.attr('id');
let qtyValue = \$(this).val();
// Allow only numeric input
qtyValue = qtyValue.replace(/\\D/g, ''); // Remove any non-numeric characters
\$(this).val(qtyValue); // Update the input field with the cleaned value
// Parse the value as an integer (but allow empty input while typing)
if (qtyValue !== \"\") {
qtyValue = parseInt(qtyValue, 10);
// Ensure the value is greater than or equal to 1 before making the request
if (!isNaN(qtyValue) && qtyValue >= 1) {
clearTimeout(timer);
timer = setTimeout(getStockAjax, 300, productID, qtyValue);
}
}
});
function getStockAjax(productID, qtyValue) {
\$.ajax({
method: 'POST',
url: '/ajax_productDetail_getStock',
datatype: 'json',
data: {
id: productID
},
success: function (data) {
getStock(data.stock, qtyValue, data.deliveryTime);
},
error: function () {
alert('ERROR');
}
});
}
\$('.infostock').click(function () {
// Obtén el idioma del usuario de la variable lang
const lang = \$('.lang').attr('lang');
Swal.fire({
icon: 'info',
title: title,
confirmButtonColor: '#106eea',
confirmButtonText: buttonText,
html: content
});
});
function getStock(stock, qtyField, deliveryTime) {
\$('.preorder.nostock').addClass('d-none');
\$('.stockText').text(stock.total + ' {{ 'En stock' | trans }}');
\$('.instock').addClass('d-none');
\$('.outstock').addClass('d-none');
\$('.differenceText').text('{{ 'Por entregar' |trans }}');
\$('.deliveryTime').addClass('d-none');
\$('.icon-info').addClass('d-none');
const lang = \$('.lang').attr('lang');
let diferrence = ((stock.total - qtyField) * -1);
let warehouseHtml = '';
if (stock.warehouse[3] !== undefined || stock.warehouse[5] !== undefined) {
warehouseHtml += '<div class=\"stock-info-table card p-2 position-absolute\">';
warehouseHtml += '<div class=\"header text-center mb-2\">{{ 'Stock available in' | trans }}:</div>';
if (stock.warehouse[3] !== undefined) {
warehouseHtml += '<div class=\"row no-gutters first-row\">';
warehouseHtml += '<div class=\"col-6 bg-primary text-white\">{{ 'warehouse_barcelona' | trans }}</div>';
warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[3] + '</div>';
warehouseHtml += '</div>';
}
if (stock.warehouse[5] !== undefined) {
warehouseHtml += '<div class=\"row no-gutters last-row\">';
warehouseHtml += '<div class=\"col-6 bg-primary text-white\">{{ 'warehouse_palma' | trans}}</div>';
warehouseHtml += '<div class=\"col-6 bg-white text-dark\">' + stock.warehouse[5] + '</div>';
warehouseHtml += '</div>';
}
warehouseHtml += '</div>';
}
\$('.stock-info-container').html(warehouseHtml);
const stockContainer = document.querySelector('.stock-animation');
const stockTable = document.querySelector('.stock-info-table');
stockContainer.addEventListener('mouseover', function() {
stockTable.style.display = 'flex';
});
stockContainer.addEventListener('mouseout', function() {
stockTable.style.display = 'none';
});
if (stock.total > 0) {
if (qtyField > 0) {
if (qtyField <= stock.total) {
\$('.instock').removeClass('d-none');
} else {
\$('.instock').removeClass('d-none');
\$('.stockText').text(stock.total + ' {{ 'En stock' | trans }}');
\$('.preorder.nostock').removeClass('d-none');
\$('.differenceText').text(diferrence + ' {{ 'Por entregar' | trans }}');
\$('.icon-info').removeClass('d-none');
if (deliveryTime) {
\$('.deliveryTime').removeClass('d-none');
\$('.deliveryTimeText').text(deliveryTime + ' {{ 'En llegar' | trans }}');
} else {
console.log('No hay info en el PIM');
}
}
} else {
\$('.instock').removeClass('d-none');
}
} else {
if (deliveryTime) {
\$('.deliveryTime').removeClass('d-none');
\$('.deliveryTimeText').text(deliveryTime + (lang === 'en' ? ' To arrive' : ' En llegar'));
} else {
console.log('No hay info en el PIM');
}
\$('.outstock').removeClass('d-none');
}
}
});
//PRODUCT BUNDLE
let buttons = document.getElementsByClassName(\"btn-add-product\");
let idsArray = [];
for (let i = 0; i < buttons.length; i++) {
buttons[i].addEventListener(\"click\", function() {
let id = this.getAttribute(\"id\");
let index = idsArray.indexOf(id);
if (index !== -1) {
idsArray.splice(index, 1);
this.classList.remove(\"selected\");
this.classList.add(\"deselected\");
this.textContent = \"Seleccionar\";
} else {
idsArray.push(id);
this.classList.add(\"selected\");
this.classList.remove(\"deselected\");
this.textContent = \"Seleccionado\";
}
if ( Array.isArray(idsArray) && idsArray.length){
\$('.add-ids-of-products').removeAttr('disabled');
} else {
\$('.add-ids-of-products').attr('disabled', true);
}
});
}
\$('.add-ids-of-products').click(function() {
let productsIds = JSON.stringify(idsArray); // Convert the array to a JSON string
let mainProductId = \$('.add-item-cart').attr('id');
let mainProductQtyValue = \$('.product-form__input').val();
\$.ajax({
url: '/add-to-cart-products-array-ajax',
type: 'POST',
dataType: 'JSON',
data: {
mainProductId : mainProductId,
mainProductQtyValue : mainProductQtyValue,
ids: productsIds
}, // Pass the data as an object with a key-value pair
success: function(data, status) {
if(data.success === true) {
\$('.add-ids-of-products').addClass('opacity-50')
\$('.site-cart-count').text(data.itemsOnCart);
\$('.btn-minicart').click();
\$('#minicart-drawer').modal('show');
} else {
alert(data.error);
}
},
error: function(xhr, desc, err) {
console.log(\"error\");
}
});
});
</script>
{% endif %}
<script>
let relatedProducts = '{{ 'related-products' | trans | raw }}';
let relatedProductsDescription = '{{ 'related-products-description' | trans | raw }}';
</script>
<script src=\"{{ asset('assets/js/shop/product-detail.js') }}\"></script>
{# if product not have Errors load the Datatable #}
{% if not haveProductErrors %}
<script src=\"{{ asset('../assets/js/dataTables/TableProduct.js') }}\"></script>
{% endif %}
{% endblock %}
", "Shop/ProductDetails/productDetail.html.twig", "/var/www/html/templates/Shop/ProductDetails/productDetail.html.twig");
}
public function checkSecurity()
{
static $tags = array("set" => 6, "if" => 9, "do" => 42, "for" => 146, "include" => 319);
static $filters = array("length" => 25, "first" => 29, "escape" => 55, "trans" => 58, "split" => 146, "trim" => 147, "raw" => 148, "nl2br" => 153, "merge" => 238, "default" => 292);
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);
try {
$this->sandbox->checkSecurity(
['set', 'if', 'do', 'for', 'include'],
['length', 'first', 'escape', 'trans', 'split', 'trim', 'raw', 'nl2br', 'merge', 'default'],
['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']
);
} catch (SecurityError $e) {
$e->setSourceContext($this->source);
if ($e instanceof SecurityNotAllowedTagError && isset($tags[$e->getTagName()])) {
$e->setTemplateLine($tags[$e->getTagName()]);
} elseif ($e instanceof SecurityNotAllowedFilterError && isset($filters[$e->getFilterName()])) {
$e->setTemplateLine($filters[$e->getFilterName()]);
} elseif ($e instanceof SecurityNotAllowedFunctionError && isset($functions[$e->getFunctionName()])) {
$e->setTemplateLine($functions[$e->getFunctionName()]);
}
throw $e;
}
}
}