summaryrefslogtreecommitdiffstats
path: root/system/libraries/Cart.php
AgeCommit message (Expand)AuthorFilesLines
2012-11-233.0.0-dev: Fixing the issue #2023.Ivan Tcholakov1-1/+1
2012-11-01Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)Andrey Andreev1-1/+2
2012-11-01Remove is_numeric() checks from Cart library (superseded by casts to float)Andrey Andreev1-16/+1
2012-10-25Add CI_Cart::get_item() (rel #400)Andrey Andreev1-6/+23
2012-06-04Revert/optimize some changes from 773ccc318f2769c9b7579630569b5d8ba47b114b an...Andrey Andreev1-2/+2
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-3/+3
2012-05-23Merge pull request #1320 from thallisphp/patch-2Phil Sturgeon1-1/+1
2012-05-17Clean up the librariesAndrey Andreev1-19/+12
2012-05-03Update system/libraries/Cart.php - To enable integrity when using associati...ThallisPHP1-1/+1
2012-04-27Fixed Cart, Migration, Parser and Zip librariesTimothy Warren1-5/+41
2012-03-26Switch private methods and properties to protected and cleanup the Parser lib...Andrey Andreev1-1/+1
2012-03-26Switch private methods and properties to protected and cleanup the Cart libraryAndrey Andreev1-31/+15
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-02-17Fixed issue #960Marcos Garcia1-7/+0
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-22Cast to float instead of using preg_replace() for sanitizing numbersAndrey Andreev1-4/+5
2011-12-21Improved the Cart libraryAndrey Andreev1-135/+61
2011-12-14Slight syntax change to the Cart classAndrew Seymour1-1/+3
2011-12-14Added in a remove item from cart function to save the "hacky" method of updat...Andrew Seymour1-1/+23
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