intershop / intershop-pwa

The Intershop PWA is an Angular based progressive web app storefront for the Intershop Commerce Platform.
https://www.intershop.com/progressive-web-app
MIT License
159 stars 85 forks source link

Order templates: Add to cart button clickable when all items are deselected #1680

Open paramaeder opened 5 months ago

paramaeder commented 5 months ago

Actual Behavior When I deselect all items of an order template in MyAccount, the add to cart button is clickable and remains in an endless loading state

Expected Behavior When all items of an order template are deselected, the add to cart button is disabled / not clickable

Steps to Reproduce the Bug

Steps to reproduce the behavior:

  1. Go to MyAccount
  2. Click on Order Templates
  3. Select an Order Template which contains at least one item or create one
  4. Deselect all items of the order template
  5. Click on "add to cart" button

image

AB#97336