{% import "@SyliusShop/shared/macro/money.html.twig" as money %} {% set item = hookable_metadata.context.item %} {% set unit_promotion_adjustment = constant('Sylius\\Component\\Core\\Model\\AdjustmentInterface::ORDER_UNIT_PROMOTION_ADJUSTMENT') %} {% set unit_promotions = item.units.first.adjustments(unit_promotion_adjustment) %} {% if item.unitPrice != item.discountedUnitPrice %} {{ money.convertAndFormat(item.unitPrice) }} {% endif %} {{ money.convertAndFormat(item.discountedUnitPrice) }} {% if item.unitPrice != item.discountedUnitPrice %} {% endif %}