This class can manage a shopping cart with the details stored in a MySQL database.
It can be integrated with existing MySQL databases that contain the information about the products and customers. The cart can also be used without any existing customer information.
Currently it can perform several operations on shopping carts like adding items, display the cart contents, the VAT amount and the order totals, updating quantities or empty the cart.
It can all take care of the checkout process tasks like setting or updating the shipping address and send an order confirmation message to the customer.
It's possible recover the last "open" order for an existing customer during a limited time periode.
Since version 1.10 its possible to use this class with product data where the stock value is variable.
No application links were specified for this class.