A simple cart implementation

dev-master 2016-10-21 07:45 UTC

This package is not auto-updated.

Last update: 2024-09-20 21:47:39 UTC


README

Tool for managing the cart in session with encrypted cookie for preserve the cart items.

some of the methods on cart library are,

1. Add Item

2. Update Item

3. Edit Item

4. Remove Item

5. Search Product

6. Calculate Totals

Sample Code