This class can manage the items store in a shopping cart.
It can add items to a cart given the item names, quantity and price.
It can also update a given item by specifying its name. If the updated item quantity is zero, the item is automatically removed from the cart.
The class can also generate an HTML listing of items of all items in the cart and automatically compute the total price of all items.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (75.0%) |
Sufficient (68.8%) |
- |
Sufficient (75.0%) |
- |
- |
Not sure (51.9%) |
1203 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
ClassCart |
Class |
A Class to store item details purchased online |
index.php |
Example |
An example file to view the working of the class. |