Try our conversational search powered by Generative AI!

Validation messages missing fallback message

Found in

EPiServer.Commerce 10.0.0

Fixed in

EPiServer.Commerce 13.1.0

(Or a related package)

Created

Feb 26, 2019

Updated

Apr 11, 2019

Area

Core

State

Closed, Fixed and tested


Description

If the code is running in an environment without UI packages installed, such code returns empty:

ErrorMessage = LocalizationService.GetString("/commerce/validation/noshippingmethodselected")

This message makes it difficult to troubleshoot what is wrong. It should have a fallback message without localization to work with such a case.