{% extends '@SyliusShop/layout.html.twig' %} {% import "@SyliusShop/Common/Macro/money.html.twig" as money %} {% set variant = product|sylius_resolve_variant %} {% set has_discount = variant is not null and variant|sylius_has_discount({'channel': sylius.channel}) %} {% set nonVariantImages = [] %} {% set variantImages = [] %} {% for image in product.images %} {% if image.productVariants|length == 0 %} {% set nonVariantImages = nonVariantImages|merge([image]) %} {% else %} {% set variantImages = variantImages|merge([image]) %} {% endif %} {% endfor %} {% set orderedProductImages = nonVariantImages|merge(variantImages) %} {% set heroImage = orderedProductImages|first %} {% if heroImage %} {% set original_path = heroImage.path|imagine_filter('sylius_shop_product_original') %} {% set path = heroImage.path|imagine_filter(filter|default('sylius_shop_product_large_thumbnail')) %} {% else %} {% set original_path = '//placehold.it/400x300' %} {% set path = original_path %} {% endif %} {% block title %}{{ product.name }} - Achat & Conseils | {{ parent() }}{% endblock %} {% block meta_description %} {{ product.getMetaDescription() }} {% endblock %} {% block head %} {{ parent() }} {% if path is defined and path %} {% endif %} {% endblock %} {% block content %}
{% include '@SyliusShop/Product/Show/_breadcrumb.html.twig' %}
{{ sylius_template_event('sylius.shop.product.show.header', _context) }} {{ sylius_template_event('sylius.shop.product.show.left_sidebar', _context) }} {% include '@SyliusShop/Product/Show/_shortDescription.html.twig' with {'wrapper_classes': 'd-none d-md-block'} %}
{{ sylius_template_event('sylius.shop.product.show.right_sidebar', _context) }}

Caractéristiques

{% include '@SyliusShop/Product/Show/Tabs/_attributes.html.twig' %}
{% include '@SyliusShop/Product/Show/Tabs/_details.html.twig' %}

{{ 'sylius.ui.reviews'|trans }} ({{ product.acceptedReviews|length }})

{% include '@SyliusShop/Product/Show/Tabs/_reviews.html.twig' %}
{% include '@SyliusShop/Product/Show/_associations.html.twig' %}
{% endblock %}