FauCart is a package that can manage the items of a shopping cart of an e-commerce site.
There is one call for managing the whole shopping cart and another for managing individual shopping items. The items are added to the a cart by creating item objects and calling a function of the cart class to add items.
The cart class also has functions for locating or removing items by position or identifier number, get all items, empty the cart, update the quantities of an item, compute the total price of all items in the cart. |