Skip to content

Bug: Duplicated Quantity ID on Bag Page with Multiple Products #78

Description

@patrickhladun

As a user,
I expect the quantity input fields on the bag page to have unique IDs for each product,
so that I can adjust the quantity of individual products without issues.

Issue

On the bag page, when there is more than one product in the cart, the quantity input fields for each product have the same id attribute. This might cause issues when trying to update the quantity for specific products.

Objective

To fix the bug by ensuring each product in the bag has a unique id for its quantity input field, allowing users to update quantities without conflict.

Acceptance Criteria

  • Each product on the bag page has a unique id for its quantity input field.
  • The quantity for each product can be updated individually without affecting other products.
  • The changes are tested with multiple products in the bag to ensure correct functionality.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

  • Status
    Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions