E-Commerce: basic_basket
Carlos Falo Hervás (contact me)
Basic shopping basket class. Requires mysql_db advanced classes (mysql_conn,mysql_recordset,mysql_command) and is cookie based to keep track of session info (works with php3)
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (77.9%)
| Sufficient (73.5%)
| Sufficient (70.6%)
| -
| -
| Not sure (59.7%)
| 667 |
Click here for detailed information about this class on phpclasses.org
Example
Changes units for a product in a client' session basket
Appl.
adding new client sessions
Appl.
Example code to generate the sessionID cookie
Appl.
Database initialization
Example
Deletes all entries for 1 product on a client' session
Appl.
Eliminates old client sessions and removes old data from basket
Example
Empties the client' session basket
Example
Inserts a product in a client' session basket