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

Unable to delete product from the list after adding all products to the cart.

akak1977 opened this issue · comments

Preconditions: you have at least one wishlist with one product

Steps to reproduce:

  1. Log in as a user(qa/123456Qw)
  2. Open list from preconditions.
  3. Press the "Add all products" button.
  4. Try to delete one from the list.

Actual result: product isn't removed

  1. Refresh the page.

Actual result: product isn't removed. Another same list is created.
Expected result: product is removed.

Note: when you delete the created list, the product can be deleted.

List management is redesigned to work with XAPI using named carts. Storefront now isn't responsible for handling any APIs.