{% import "@SyliusShop/shared/macro/money.html.twig" as money %} {% set items_subtotal = hookable_metadata.context.order.getItemsSubtotal() %} {{ money.convertAndFormat(items_subtotal) }}