AdminOrderCreationPlugin
AdminOrderCreationPlugin copied to clipboard
Unknown locale filter
trafficstars
in vendor/sylius/admin-order-creation-plugin/src/Resources/views/Order/preview.html.twig:31 {{ flags.fromLocaleCode(order.localeCode) }}{{ order.localeCode|locale }} there is an error when creating an order (on order preview page /admin/orders/new/24/DE_SHOP/preview)
Text of the error: Uncaught PHP Exception Twig\Error\SyntaxError: "Unknown "locale" filter. Did you mean "locale_name", "sylius_locale_name", "sylius_locale_country"?" at /srv/sylius/vendor/sylius/admin-order-creation-plugin/src/Resources/views/Order/preview.html.twig line 31
Yep, I've got the exact same issue. PR #150 apparently resolves it.