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.
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
idattribute. 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
idfor its quantity input field, allowing users to update quantities without conflict.Acceptance Criteria
idfor its quantity input field.