summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cart.php
AgeCommit message (Expand)AuthorFilesLines
2011-12-13Changed the syntax slightly, @philsturgeon may be claustrophobic as he doesn'...Andrew Seymour1-1/+1
2011-12-13Added the ability to get the contents in a different orderAndrew Seymour1-2/+10
2011-12-13Spacing added, @philsturgeon is too picky!Andrew Seymour1-1/+1
2011-12-13Merged the two if's together as suggested by @philsturgeon - updated the Chan...Andrew Seymour1-6/+3
2011-12-13Updated Cart.php to handle quantity changes differently (now auto-increments)...Andrew Seymour1-5/+23
2011-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-07-20Changed Cart library to return the if inserted successfully. This will be fi...Phil Sturgeon1-4/+4
2011-07-18sync total items count and total amount price; by sum of quantity of each ite...MarcosCoelho1-1/+3
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-11/+11
2011-04-25Fixed double-space typo.Razican1-11/+11
2011-01-28updated copyrights to 2011Derek Jones1-1/+1
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-70/+70
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-02-24Fixed a bug in the "save cart" function that was causing the total to be calc...Rick Ellis1-7/+6
2009-02-24Removed the hard coded number formatting and added a "format number" function.Rick Ellis1-3/+26
2009-02-17Updated the destroy function to only remove the cart session and not kill the...Rick Ellis1-1/+1
2009-02-17Committed Cart ClassRick Ellis1-0/+528