This class can be used to manage shopping carts that preserve the items between visits. Recommended for Smarty template.
It stores the cart items in a MySQL database table, so the items are not lost after the session on which the items were added is not lost.
The cart items are associated to a session identifier that can be stored in a persistent cookie to allow recovering the cart items later.
The class can add items to a cart, check if the item was already added, update the quantity of an item, clear all the cart items, calculate the cart items total cost, dispĺay all the cart items, etc..
| |
Screenshots |
|
|
 |
| File |
Role |
Description |
cart.jpg |
Screen |
Screen shot |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Sufficient (62.5%) |
Sufficient (62.5%) |
- |
Not sure (56.2%) |
- |
- |
Not sure (43.1%) |
1880 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
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.
| |
Files |
|
|