Hi,
I programmed lightweight shopping cart class for fuel
You can view the project on Github : https://github.com/patoman/FuelPHP-Shopping-Cart
Basic features will include:
* get cart items
* get one item from cart
* get item options
* get total items
* get total qty
* get total price
* adding item(s) to cart (when item exist will increase qty and update price)
* updating item(s) qty/price
* deleting n or all item(s)
* destroy cart (remove all items)
* verifiy existing of item
SRY FOR BUGS AND BADS.. I STILL LEARNING PHP5.3 OPTIONS, FUELPHP, GIT/GITHUB
PLEASE HELP ME IMPROVE THIS CLASS. THANKS