{% import "@SyliusShop/shared/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) %} {{ component('sylius_shop:order_item:product_info', { item: item }) }} {% 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) }}