are using sylius.ui.items_total to label the subtotal, in spite of the value clearly stating money.convertAndFormat(itemsSubtotal).
This seems wrong in my opinion, leading to a "total number" label, which even worse e.g. in German translation refers to a total count, not a subtotal monetary amount.
Instead of
sylius.ui.subtotal
the templatesSyliusShopBundle/views/Cart/Summary/_totals.html.twig
SyliusShopBundle/views/Checkout/_summary.html.twig
SyliusShopBundle/views/Common/Order/Table/_totals.html.twig
are using
sylius.ui.items_total
to label the subtotal, in spite of the value clearly statingmoney.convertAndFormat(itemsSubtotal)
.This seems wrong in my opinion, leading to a "total number" label, which even worse e.g. in German translation refers to a total count, not a subtotal monetary amount.