What count shows?
Does the count stand for quantity available for sale such as stock quantity?
Or
Does it stand for quantity to be ordered by user and stored in session? can the count/quantity be in a dropdown menu so buyer can modify it easily?
Ashraf Gheith - 2015-09-15 11:47:38 - In reply to message 1 from Tim
Count is how much articles of that product you have putted in the cart/session. It can be modified to has a dropdown but it is not that practical because you need to delete the product count from session and then assign a new number every time you change the amount. That would need a new method in the class.