PHP Classes

Thank you for posting this article.

Recommend this page to a friend!

      Shopping Cart  >  Shopping Cart package blog  >  How to Create a Simpl...  >  All threads  >  Thank you for posting this article.  >  (Un) Subscribe thread alerts  
Subject:Thank you for posting this article.
Summary:product count or quantity.
Messages:2
Author:Tim
Date:2015-09-13 13:17:09
 

  1. Thank you for posting this article.   Reply   Report abuse  
Picture of Tim Tim - 2015-09-13 13:17:09
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?

  2. Re: Thank you for posting this article.   Reply   Report abuse  
Picture of Ashraf Gheith 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.