I have build a ecommerce website in magento. In the website, I have a single product page for all products which has a quantity input field, When I am entering a value in the quantity input field and clicking the add to cart button, it goes to a cart which also has a quantity input field but it doesnot show the value inputted in the quantity field in the single product page. Can anyone tell how to solve this issue ?
In the database, sales_flat_item has a quantity attribute but has a default value 1 being stored.