My sweet koala
My sweet koala
My sweet koala
My sweet koala
Ruptura de stock

My sweet koala

Eliminar de tu Wishlist Añadir a tu Wishlist

Cono golosinas cumpleaños

-
Cantidad :
Cantidad
Close
Papel :
Mate texturado de lujo (145 g/m²)
Formato :
19 x 19 cm
Formato :
Formato
Close
Validar
Papel :
Papel
Close
Validar

1,15 € la unidad

Descripción

Serpentinas, matasuegras y cotillones para un ambiente alegre, muchos lápices de colores para un taller creativo, golosinas (palomitas, nubes de gominola, etc.), detallitos... ¡un sinfín de posibilidades para rellenar tus conos con regalos que harán las delicias de tus invitados!

  • Referencia artículo VG-3199
Cotton Bird x BONTON

Nos enorgullece presentar nuestra colección cápsula de cumpleaños creada conjuntamente con la emblemática marca de ropa infantil BONTON. Estas chispeantes creaciones combinan los colores vivos y los estampados de esta marca para niños con nuestra creatividad y saber hacer.

Opción control

Con esta opción nuestros diseñadores revisan tu pedido y verifican lo siguiente:

- El texto: ortografía, gramática, estructura del texto (SÓLO en español y sin comprobar la información personal)
- La maquetación: edición de la personalización, formato del texto y tipografías
- Su(s) foto(s): calidad y posición de la foto

La opción control también es necesaria para realizar los siguientes cambios:

- Añadir su propio logotipo / iconos / código QR / mapa
- Eliminar o añadir un elemento al diseño existente (validado previamente después de habernos consultado)
- Cambiar un color de texto
- Añadir un texto en un alfabeto diferente (con símbolos que no reconoce nuestra personalización)

No se permiten cambios de motivos, colores, fondos, ilustraciones,... de los modelos por protección de derechos de autor.
En el caso de añadir logotipo, iconos,... o un texto en alfabeto diferente enviar, por favor, un mail a maquetacion@cottonbird.es indicando el nº de pedido y adjuntando el elemento de los mencionados en el mail (en el caso de los logotipos, iconos, etc. un fichero mínimo de 300p de resolución jpg, png o vectorizado).

El precio de la opción varía en función de la cantidad de productos en la cesta.
Con la opción control quédate tranquilo, nuestro equipo de maquetistas revisará vuestra creación y te informará si algún cambio es necesario.

MUY IMPORTANTE: si te enviamos una maqueta debéis mirar con atención la maqueta, datos personales, horarios, lugares y contenido de los textos,... todo para que sea la correcta.

Los tiempos de entrega comienzan a partir de la validación de la maqueta.
Puedes seleccionar esta opción en la página de la cesta.

Plazo de entrega

Máquinas con la etiqueta C02 neutral

Distinción concedida a las empresas que han definido una estrategia para reducir las emisiones de CO2.

Tintas más ecológicas para el planeta

Nuestro taller sólo utiliza tintas certificadas compostables y biodegradables.

Una política papelera responsable

Nuestros papeles cuentan con la certificación FSC, proponemos papel con fibras 100% recicladas en una amplia selección de nuestros modelos.

¿Y mañana?

Las iniciativas de RSE forman parte de nuestro pensamiento cotidiano. Y como queremos ser siempre mejores, estamos felices de recibir tus comentarios y sugerencias.

Ver más
/cookies An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null"). (500 Internal Server Error)

Symfony Exception

Error RuntimeError

HTTP 500 Internal Server Error

An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null").

Exceptions 2

Twig\Error\ RuntimeError

Show exception properties
Twig\Error\RuntimeError {#8604
  -lineno: 6
  -name: "@SyliusShop/StructuredData/_product.html.twig"
  -rawMessage: "An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null")."
  -sourcePath: "/home/cottonbird/htdocs/front/releases/20260130092300Z/themes/CottonbirdB2C/templates/bundles/SyliusShopBundle/StructuredData/_product.html.twig"
  -sourceCode: """
    {% import '@SyliusShop/StructuredData/Macro/structuredData.html.twig' as structuredData %}\n
    {% if product is not null %}\n
        {% set priceMinQuantity = get_product_variant_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product.nature.minimumQuantity ) %}\n
        {% set totalPrice = priceMinQuantity is null ? 0 : priceMinQuantity['total']   %}\n
        {% set defaultAccessoryMinPrice = sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')\n
            and sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')\n
            ? get_default_accessory_min_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product) : 0\n
        %}\n
        {% set price = sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')\n
            or sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')\n
            ? get_min_price(product) / 100 : (totalPrice / 100) + (defaultAccessoryMinPrice / 100)\n
        %}\n
    \n
        {{ structuredData.product(product,price) }}\n
    {% endif %}\n
    """
}
  1. {% import '@SyliusShop/StructuredData/Macro/structuredData.html.twig' as structuredData %}
  2. {% if product is not null %}
  3. {% set priceMinQuantity = get_product_variant_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product.nature.minimumQuantity ) %}
  4. {% set totalPrice = priceMinQuantity is null ? 0 : priceMinQuantity['total'] %}
  5. {% set defaultAccessoryMinPrice = sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')
  6. and sylius.channel.code != constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')
  7. ? get_default_accessory_min_price(sylius.channel, product.getActiveVariants(sylius.channel).first, product) : 0
  8. %}
  9. {% set price = sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL')
  10. or sylius.channel.code == constant('App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB')
  11. ? get_min_price(product) / 100 : (totalPrice / 100) + (defaultAccessoryMinPrice / 100)
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 359)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if ($this->container->has('templating')) {
  2. @trigger_error('Using the "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  3. $content = $this->container->get('templating')->render($view, $parameters);
  4. } elseif ($this->container->has('twig')) {
  5. $content = $this->container->get('twig')->render($view, $parameters);
  6. } else {
  7. throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8. }
  9. if (null === $response) {
ResourceController->render() in src/Controller/ProductController.php (line 245)
  1. $params = [
  2. 'configuration' => $configuration,
  3. 'resource' => $resource,
  4. $this->metadata->getName() => $resource,
  5. ];
  6. $response = $this->render($configuration->getTemplate(ResourceActions::SHOW . '.html'), $params);
  7. $boxType = $request->attributes->get('boxType') ?? '';
  8. $response->setPublic();
  9. $response->headers->set('Surrogate-Control', 'content="ESI/1.0"');
  10. if (null !== $resource) {
in vendor/symfony/http-kernel/HttpKernel.php -> getProductFragmentAction (line 181)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  4. if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
  5. $_SERVER['HTTPS'] = 'on';
  6. $_SERVER['SERVER_PORT'] = 443;

Error

Call to a member function getMinimumQuantity() on null

  1. /** @var ChannelInterface $channel */
  2. $channel = $this->channelContext->getChannel();
  3. $salesUnitRequirement = $product->getSalesUnitRequirement($channel->getDefaultLocale()->getCode());
  4. $minimumQuantity = $product->getNature()->getMinimumQuantity() ?? 1;
  5. $quantity = (int) \ceil($salesUnitRequirement * $productQuantity / $product->getPack($channel));
  6. return \max($quantity, $minimumQuantity);
  7. }
AccessoryHelper->getAccessoryQuantiyForProductQuantity() in src/Helper/AccessoryHelper.php (line 140)
  1. $defaultAccessoryPrice = 0;
  2. /** @var ProductVariantAccessoryInterface $accessory */
  3. foreach ($variant->getDefaultAccessories() as $accessory) {
  4. if (!$accessory->getAccessory()->isUnsellable()) {
  5. $quantity = self::getAccessoryQuantiyForProductQuantity(
  6. $accessory->getAccessory(),
  7. $product->getMinimumQuantity(),
  8. );
  9. $price = $this->productPriceCalculator->getMaxPriceByProductVariant(
  10. $accessory->getAccessory(),
AccessoryHelper->getDefaultAccessoryPriceForMinQuantityProduct() in src/Twig/Product/ProductExtension.php (line 1010)
  1. public function getDefaultAccessoryMinPriceForMinProductQuantity(
  2. ChannelInterface $channel,
  3. ProductVariantInterface $variant,
  4. ProductInterface $product,
  5. ): float {
  6. return $this->accessoryHelper->getDefaultAccessoryPriceForMinQuantityProduct($channel, $variant, $product);
  7. }
  8. public function getMinPriceWithCatalogPromotion(ProductInterface $product): array
  9. {
  10. /** @var ChannelInterface $channel */
in var/cache/prod/twig/2c/2cde00a71e5a7de71b1bce15d9195acf.php -> getDefaultAccessoryMinPriceForMinProductQuantity (line 60)
  1. yield " ";
  2. $context["totalPrice"] = (((null === (isset($context["priceMinQuantity"]) || array_key_exists("priceMinQuantity", $context) ? $context["priceMinQuantity"] : (function () { throw new RuntimeError('Variable "priceMinQuantity" does not exist.', 4, $this->source); })()))) ? (0) : (CoreExtension::getAttribute($this->env, $this->source, (isset($context["priceMinQuantity"]) || array_key_exists("priceMinQuantity", $context) ? $context["priceMinQuantity"] : (function () { throw new RuntimeError('Variable "priceMinQuantity" does not exist.', 4, $this->source); })()), "total", [], "array", false, false, false, 4)));
  3. // line 5
  4. yield " ";
  5. $context["defaultAccessoryMinPrice"] = ((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 5, $this->source); })()), "channel", [], "any", false, false, false, 5), "code", [], "any", false, false, false, 5) != Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL")) && (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 6
  6. (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 6, $this->source); })()), "channel", [], "any", false, false, false, 6), "code", [], "any", false, false, false, 6) != Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB")))) ? ($this->extensions['App\Twig\Product\ProductExtension']->getDefaultAccessoryMinPriceForMinProductQuantity(CoreExtension::getAttribute($this->env, $this->source, // line 7
  7. (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 7, $this->source); })()), "channel", [], "any", false, false, false, 7), CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 7, $this->source); })()), "getActiveVariants", [CoreExtension::getAttribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 7, $this->source); })()), "channel", [], "any", false, false, false, 7)], "method", false, false, false, 7), "first", [], "any", false, false, false, 7), (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 7, $this->source); })()))) : (0));
  8. // line 9
  9. yield " ";
  10. $context["price"] = ((((CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 9, $this->source); })()), "channel", [], "any", false, false, false, 9), "code", [], "any", false, false, false, 9) == Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_NL")) || (CoreExtension::getAttribute($this->env, $this->source, CoreExtension::getAttribute($this->env, $this->source, // line 10
  11. (isset($context["sylius"]) || array_key_exists("sylius", $context) ? $context["sylius"] : (function () { throw new RuntimeError('Variable "sylius" does not exist.', 10, $this->source); })()), "channel", [], "any", false, false, false, 10), "code", [], "any", false, false, false, 10) == Twig\Extension\CoreExtension::constant("App\\Entity\\Channel\\ChannelInterface::CHANNEL_COTTONBIRD_GB")))) ? (($this->extensions['App\Twig\Product\ProductExtension']->getMinPrice( // line 11
in vendor/twig/twig/src/Template.php -> doDisplay (line 388)
  1. {
  2. $context += $this->env->getGlobals();
  3. $blocks = array_merge($this->blocks, $blocks);
  4. try {
  5. yield from $this->doDisplay($context, $blocks);
  6. } catch (Error $e) {
  7. if (!$e->getSourceContext()) {
  8. $e->setSourceContext($this->getSourceContext());
  9. }
  1. return $this->blocks;
  2. }
  3. public function display(array $context, array $blocks = []): void
  4. {
  5. foreach ($this->yield($context, $blocks) as $data) {
  6. echo $data;
  7. }
  8. }
  9. public function render(array $context): string
in vendor/twig/twig/src/Template.php -> display (line 359)
  1. ob_start();
  2. } else {
  3. ob_start(function () { return ''; });
  4. }
  5. try {
  6. $this->display($context);
  7. } catch (\Throwable $e) {
  8. while (ob_get_level() > $level) {
  9. ob_end_clean();
  10. }
  1. yield from $this->template->yieldBlock($name, $context);
  2. }
  3. public function render(array $context = []): string
  4. {
  5. return $this->template->render($context);
  6. }
  7. /**
  8. * @return void
  9. */
  1. * @throws SyntaxError When an error occurred during compilation
  2. * @throws RuntimeError When an error occurred during rendering
  3. */
  4. public function render($name, array $context = []): string
  5. {
  6. return $this->load($name)->render($context);
  7. }
  8. /**
  9. * Displays a template.
  10. *
  1. if ($this->container->has('templating')) {
  2. @trigger_error('Using the "templating" service is deprecated since Symfony 4.3 and will be removed in 5.0; use Twig instead.', \E_USER_DEPRECATED);
  3. $content = $this->container->get('templating')->render($view, $parameters);
  4. } elseif ($this->container->has('twig')) {
  5. $content = $this->container->get('twig')->render($view, $parameters);
  6. } else {
  7. throw new \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require symfony/twig-bundle".');
  8. }
  9. if (null === $response) {
ResourceController->render() in src/Controller/ProductController.php (line 245)
  1. $params = [
  2. 'configuration' => $configuration,
  3. 'resource' => $resource,
  4. $this->metadata->getName() => $resource,
  5. ];
  6. $response = $this->render($configuration->getTemplate(ResourceActions::SHOW . '.html'), $params);
  7. $boxType = $request->attributes->get('boxType') ?? '';
  8. $response->setPublic();
  9. $response->headers->set('Surrogate-Control', 'content="ESI/1.0"');
  10. if (null !== $resource) {
in vendor/symfony/http-kernel/HttpKernel.php -> getProductFragmentAction (line 181)
  1. $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER_ARGUMENTS);
  2. $controller = $event->getController();
  3. $arguments = $event->getArguments();
  4. // call controller
  5. $response = $controller(...$arguments);
  6. // view
  7. if (!$response instanceof Response) {
  8. $event = new ViewEvent($this, $request, $type, $response, $event);
  9. $this->dispatcher->dispatch($event, KernelEvents::VIEW);
  1. $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  2. $this->requestStack->push($request);
  3. $response = null;
  4. try {
  5. return $response = $this->handleRaw($request, $type);
  6. } catch (\Throwable $e) {
  7. if ($e instanceof \Error && !$this->handleAllThrowables) {
  8. throw $e;
  9. }
  1. $this->boot();
  2. ++$this->requestStackSize;
  3. $this->resetServices = true;
  4. try {
  5. return $this->getHttpKernel()->handle($request, $type, $catch);
  6. } finally {
  7. --$this->requestStackSize;
  8. }
  9. }
  1. ) {
  2. }
  3. public function run(): int
  4. {
  5. $response = $this->kernel->handle($this->request);
  6. if (Kernel::VERSION_ID >= 60400) {
  7. $response->send(false);
  8. if (\function_exists('fastcgi_finish_request') && !$this->debug) {
in vendor/autoload_runtime.php -> run (line 29)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__) . '/vendor/autoload_runtime.php';
  4. if (isset($_SERVER['HTTP_X_FORWARDED_PROTO']) && $_SERVER['HTTP_X_FORWARDED_PROTO'] == 'https') {
  5. $_SERVER['HTTPS'] = 'on';
  6. $_SERVER['SERVER_PORT'] = 443;

Stack Traces 2

[2/2] RuntimeError
Twig\Error\RuntimeError:
An exception has been thrown during the rendering of a template ("Call to a member function getMinimumQuantity() on null").

  at themes/CottonbirdB2C/templates/bundles/SyliusShopBundle/StructuredData/_product.html.twig:6
  at Twig\Template->yield()
     (vendor/twig/twig/src/Template.php:344)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:359)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:334)
  at Twig\Environment->render()
     (vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:247)
  at Sylius\Bundle\ResourceBundle\Controller\ResourceController->render()
     (src/Controller/ProductController.php:245)
  at App\Controller\ProductController->getProductFragmentAction()
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php')
     (public/index.php:5)                
[1/2] Error
Error:
Call to a member function getMinimumQuantity() on null

  at src/Helper/AccessoryHelper.php:60
  at App\Helper\AccessoryHelper->getAccessoryQuantiyForProductQuantity()
     (src/Helper/AccessoryHelper.php:140)
  at App\Helper\AccessoryHelper->getDefaultAccessoryPriceForMinQuantityProduct()
     (src/Twig/Product/ProductExtension.php:1010)
  at App\Twig\Product\ProductExtension->getDefaultAccessoryMinPriceForMinProductQuantity()
     (var/cache/prod/twig/2c/2cde00a71e5a7de71b1bce15d9195acf.php:60)
  at __TwigTemplate_cfa8b4111f694daac7d4c8bf612425dc->doDisplay()
     (vendor/twig/twig/src/Template.php:388)
  at Twig\Template->yield()
     (vendor/twig/twig/src/Template.php:344)
  at Twig\Template->display()
     (vendor/twig/twig/src/Template.php:359)
  at Twig\Template->render()
     (vendor/twig/twig/src/TemplateWrapper.php:51)
  at Twig\TemplateWrapper->render()
     (vendor/twig/twig/src/Environment.php:334)
  at Twig\Environment->render()
     (vendor/sylius/resource-bundle/src/Bundle/Controller/ControllerTrait.php:247)
  at Sylius\Bundle\ResourceBundle\Controller\ResourceController->render()
     (src/Controller/ProductController.php:245)
  at App\Controller\ProductController->getProductFragmentAction()
     (vendor/symfony/http-kernel/HttpKernel.php:181)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
     (vendor/symfony/http-kernel/HttpKernel.php:76)
  at Symfony\Component\HttpKernel\HttpKernel->handle()
     (vendor/symfony/http-kernel/Kernel.php:197)
  at Symfony\Component\HttpKernel\Kernel->handle()
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:29)
  at require_once('/home/cottonbird/htdocs/front/releases/20260130092300Z/vendor/autoload_runtime.php')
     (public/index.php:5)