Andrian Bulat

Results 2 issues of Andrian Bulat

Because HttpClient is a shared object it produces the following exception: System.InvalidOperationException: This instance has already started one or more requests. Properties can only be modified before sending the first...

nopCommerce version: 4.70 With upgrade to 4.70 logic for GetShoppingCartItemAttributeWarningsAsync in ShoppingCartService.cs was changed a bit. Line 865-867 var attributeValuesStr = _productAttributeParser.ParseValues(attributesXml, a1.Id);: if (productAttributeValues.Any() && !productAttributeValues.Any(x => attributeValuesStr.Contains(x.Id.ToString()))) attributeValuesStr...

discussion / investigation