{% import "@SyliusShop/Common/Macro/money.html.twig" as money %} {% set unitPromotionAdjustment = constant('Sylius\\Component\\Core\\Model\\AdjustmentInterface::ORDER_UNIT_PROMOTION_ADJUSTMENT') %} {% set unitPromotions = item.units.first.adjustments(unitPromotionAdjustment) %} {% include '@SyliusShop/Product/_info.html.twig' with {'variant': item.variant} %} {% if item.unitPrice != item.discountedUnitPrice %} {{ money.convertAndFormat(item.unitPrice) }} {% endif %} {{ money.convertAndFormat(item.discountedUnitPrice) }} {% if item.unitPrice != item.discountedUnitPrice %} {% endif %} {{ item.quantity }} {{ money.convertAndFormat(item.subtotal) }} {# {{ item.getVariant.product.name }} {{ item.quantity }} {{ money.convertAndFormat(item.subtotal) }} #}