Xceptance / posters-demo-store

A simple e-commerce application for demoing load testing, test automation, and functional testing.
Apache License 2.0
4 stars 4 forks source link

Mini-cart: define maximum quantity of line items to display #127

Open KFie opened 1 year ago

KFie commented 1 year ago

Reproduce:

  1. Add several line items to cart, like 6 or 7
  2. Mouse over cart icon to trigger flyout

Issue: All line items show up in the flyout which causes the latter to get very long. In my screenshot it reaches below the footer. This is not very common, there should be a maximum number of line items to display such as 3 or 4.

2023-08-04_09h05_04

rschwietzke commented 1 year ago

PO: Display the last three added and the rest as kind of a summary or just more and have a link to the cart ready in the fly out.

freddyka commented 10 months ago

The issue is not fixed for poster version 2.1.

EliasTatX commented 6 months ago

As of posters 2.2 this is still an ongoing issue. The requested adjustments have yet to be implemented