cart
cart copied to clipboard
[TASK] Switch input type to `number` for quantity
Form input fields which are used in the FE to
enter the quantity of products used
type="text". These fields now use
type="number" instead.
Fixes #311