*/ private array $macros = []; public function __construct(Environment $env) { parent::__construct($env); $this->source = $this->getSourceContext(); $this->parent = false; $this->blocks = [ ]; } protected function doDisplay(array $context, array $blocks = []): iterable { $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", "theme/apps-ecommerce-cart.html.twig")); $__internal_6f47bbe9983af81f1e7450e9a3e3768f = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"]; $__internal_6f47bbe9983af81f1e7450e9a3e3768f->enter($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "theme/apps-ecommerce-cart.html.twig")); // line 1 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/main.html.twig"); yield " "; // line 5 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/title-meta.html.twig", ["title" => "Shopping Cart"]); yield " "; // line 7 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/head-css.html.twig"); yield "
"; // line 16 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/menu.html.twig"); yield "
"; // line 26 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/page-title.html.twig", ["pagetitle" => "Ecommerce", "title" => "Shopping Cart"]); yield "
Your Cart (03 items)
\"\"
Sweatshirt for Men (Pink)
  • Color : Pink
  • Size : M

Item Price:

\$119.99
Total :
\$239.98
\"\"
Noise NoiseFit Endure Smart Watch
  • Color : Black
  • Size : 32.5mm

Item Price:

\$94.99
Total :
\$94.99
\"\"
350 ml Glass Grocery Container
  • Color : White
  • Size : 350 ml

Item Price:

\$24.99
Total :
\$24.99
Order Summary
Have a promo code ?
Sub Total : \$ 359.96
Discount (VELZON15) : - \$ 53.99
Shipping Charge : \$ 65.00
Estimated Tax (12.5%) : \$ 44.99
Total (USD) : \$415.96
Buying for a loved one?

Gift wrap and personalized message on card,
Only for \$9.99 USD

"; // line 283 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/footer.html.twig"); yield "

Are you sure ?

Are you sure You want to remove this Product ?

"; // line 317 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/customizer.html.twig"); yield " "; // line 319 yield Twig\Extension\CoreExtension::include($this->env, $context, "theme/partials/vendor-scripts.html.twig"); yield " "; $__internal_5a27a8ba21ca79b61932376b2fa922d2->leave($__internal_5a27a8ba21ca79b61932376b2fa922d2_prof); $__internal_6f47bbe9983af81f1e7450e9a3e3768f->leave($__internal_6f47bbe9983af81f1e7450e9a3e3768f_prof); yield from []; } /** * @codeCoverageIgnore */ public function getTemplateName(): string { return "theme/apps-ecommerce-cart.html.twig"; } /** * @codeCoverageIgnore */ public function isTraitable(): bool { return false; } /** * @codeCoverageIgnore */ public function getDebugInfo(): array { return array ( 387 => 319, 382 => 317, 345 => 283, 85 => 26, 72 => 16, 60 => 7, 55 => 5, 48 => 1,); } public function getSourceContext(): Source { return new Source("{{ include('theme/partials/main.html.twig') }} {{ include('theme/partials/title-meta.html.twig', {title: 'Shopping Cart'}) }} {{ include('theme/partials/head-css.html.twig') }}
{{ include('theme/partials/menu.html.twig') }}
{{ include('theme/partials/page-title.html.twig', {pagetitle: 'Ecommerce', title: 'Shopping Cart'}) }}
Your Cart (03 items)
\"\"
Sweatshirt for Men (Pink)
  • Color : Pink
  • Size : M

Item Price:

\$119.99
Total :
\$239.98
\"\"
Noise NoiseFit Endure Smart Watch
  • Color : Black
  • Size : 32.5mm

Item Price:

\$94.99
Total :
\$94.99
\"\"
350 ml Glass Grocery Container
  • Color : White
  • Size : 350 ml

Item Price:

\$24.99
Total :
\$24.99
Order Summary
Have a promo code ?
Sub Total : \$ 359.96
Discount (VELZON15) : - \$ 53.99
Shipping Charge : \$ 65.00
Estimated Tax (12.5%) : \$ 44.99
Total (USD) : \$415.96
Buying for a loved one?

Gift wrap and personalized message on card,
Only for \$9.99 USD

{{ include('theme/partials/footer.html.twig') }}

Are you sure ?

Are you sure You want to remove this Product ?

{{ include('theme/partials/customizer.html.twig') }} {{ include('theme/partials/vendor-scripts.html.twig') }} ", "theme/apps-ecommerce-cart.html.twig", "/var/www/cds-intranet/app/templates/theme/apps-ecommerce-cart.html.twig"); } }