vilaspm

Results 1 issues of vilaspm

https://github.com/nopSolutions/nopCommerce/blob/97e37a40a29a220484b52702fab04de995b319c5/src/Presentation/Nop.Web/Factories/ShoppingCartModelFactory.cs#L709C1-L709C65 Is there a reason why CountryName is not localized in PrepareOrderReviewDataModelAsync ->PickupAddress? Like: CountryName = country != null ? await _localizationService.GetLocalizedAsync(country, x => x.Name, (await _workContext.GetWorkingLanguageAsync()).Id) : string.Empty, That...

discussion / investigation