VirtoCommerce / vc-storefront

Virto Commerce Storefront - ASP.NET Core 8.0

Home Page:http://virtocommerce.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Each of created adresses shown twice

akak1977 opened this issue · comments

  1. Login in storefront as bomba89@example.com
  2. Try to create address.
  3. Then: newly entered address will shown twice in list:
    image

It does not depend on platform version (v2/v3)
Debug in LiquidThemedView.RenderInternalAsync shows duplicated addresses in scriptObject. (LiquidThemedView.cs near line 79).

We had used Newtonsoft.Json.Merge without any setting. Default value is "Concat" that means - Concatenate arrays. Now using "Merge" - Merge array items together, matched by index.