SyliusCrafts / BootstrapTheme

Sylius Bootstrap theme with build process based on Webpack Encore
94 stars 56 forks source link

Label for subtotals wrong #84

Closed aleho closed 1 year ago

aleho commented 3 years ago

Instead of sylius.ui.subtotal the templates

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.