Flexible cart
Package:
Summary:
Create and manage a shopping cart
Groups:
Author:
Description:
This class can be used to create and manage a shopping cart.
It can create a shopping cart by storing in a session variable the identifier and quantities of each product added to the cart.
The class can also update the quantities of the added products, remove products and retrieve the list of products in the cart.
It can create a shopping cart by storing in a session variable the identifier and quantities of each product added to the cart.
The class can also update the quantities of the added products, remove products and retrieve the list of products in the cart.
Comments are closed.