426 Commits

Author SHA1 Message Date
Patrick Henninger
1190d72b52 Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/350
Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/349
Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/478
2.7.7
2018-12-28 03:50:42 +01:00
Patrick Henninger
4a2ae61ed4 Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/509 2018-12-28 03:40:59 +01:00
Patrick Henninger
f38cdb4ba9 Fixed typo 2018-12-28 03:38:26 +01:00
Patrick Henninger
4af50346eb Add changes from https://github.com/Crinsane/LaravelShoppingcart/pull/452 2018-12-28 03:37:34 +01:00
Patrick Henninger
4cfd3e99b0 Added Cart merge functionality
Added Readme for merge
2.7.6
2018-12-28 03:16:29 +01:00
Patrick Henninger
3ebe09f6ab Renamed migration file
Fixed migration being published multiple times
Added more tests
Fixed setGlobalTax and setGlobalDiscount
2018-12-23 23:24:05 +01:00
Patrick Henninger
8615c1131f Added accessors for float values 2018-12-23 22:42:31 +01:00
Patrick Henninger
1994e841ba Fixed Readme 2018-12-23 18:21:23 +01:00
Patrick Henninger
b39e78db5d Remove types from method parameter 2.7.5 2018-12-21 19:06:59 +01:00
Patrick Henninger
9fbc9cd927 Remove type from parameter 2018-12-21 18:48:26 +01:00
Patrick Henninger
892c76cc61 Updated readme
minor modifications
2.7.4
2018-12-21 18:37:36 +01:00
Patrick Henninger
8ac18c1759 Fixed mistake with InstanceIdentifier 2.7.3 2018-12-21 17:54:51 +01:00
Patrick Henninger
388951d289 Fixed cart calculation methods 2.7.2 2018-12-21 17:32:55 +01:00
Patrick Henninger
706261dd4f Added InstanceIdentifier 2.7.1 2018-12-21 17:11:18 +01:00
Patrick Henninger
d947fe8a57 minor additions 2.7.0 2018-12-21 16:56:54 +01:00
Patrick Henninger
9e4c6c4a71 Adjusted calcualtion tests need specific discount tests 2018-12-21 15:52:00 +01:00
Patrick Henninger
48df3f5d74 Adjusted for global discount
Fixed tests for Laravel 5.7
2018-12-21 15:18:27 +01:00
Patrick
645d6f78ad Update README.md 2.6.0 2018-10-11 17:08:56 +02:00
Patrick
db986c37c3 Updated composer json
Updated composer.json to support laravel 5.7
2018-10-11 17:07:29 +02:00
Rob Gloudemans
7ff157b7e1 Merge pull request #425 from publiux/master
Updated composer.json for Laravel 5.6 support
2.5.0
2018-02-17 10:34:00 +01:00
Raul Ruiz
545eddec5b Updated composer.json for Laravel 5.6 support 2018-02-09 08:32:07 -05:00
Rob Gloudemans
095a260a7c Merge pull request #353 from sobhanattar/patch-6
update migration
2.4.0
2017-09-02 10:44:31 +02:00
Rob Gloudemans
22650c62b7 Update README.md 2017-09-02 10:44:00 +02:00
Rob Gloudemans
ab78836942 Merge pull request #383 from Crinsane/dev-laravel55
Updated PHPUnit to work with version 6.0 required by Laravel 5.5
2017-09-02 10:32:05 +02:00
Rob Gloudemans
711a514c67 Updated PHPUnit to work with version 6.0 required by Laravel 5.5 2017-09-02 10:22:02 +02:00
Rob Gloudemans
ef3c23a275 Merge pull request #377 from 4ilo/master
Laravel 5.5 support
2017-09-02 10:11:09 +02:00
Olivier
c4c6a53033 Laravel 5.5 support 2017-08-27 09:13:18 +02:00
Rob Gloudemans
05684f901e Merge pull request #372 from jmarkese/newlogix
Update CartItem.php
2017-08-23 06:47:20 +02:00
John Markese
803703d170 Update CartItem.php
Fix fatal error caused by instantiating a null associatedModel.
2017-08-22 10:29:39 -05:00
Sobhan Attar
7ec5eb2b8a update migration
creating table and dropping it can be based on `table` item of cart config
2017-06-25 16:43:25 +04:30
Rob Gloudemans
a0d2905d7a Merge pull request #335 from decadence/patch-1
Correct method name
2017-05-28 18:09:30 +02:00
Victor Isadov
d824b8b83a Update README.md 2017-05-28 18:37:04 +03:00
Rob Gloudemans
2248412af5 Improved test a bit 2017-05-21 16:45:08 +02:00
Rob Gloudemans
39de887e09 Made CartItem implement Jsonable, so it can be cast to json by laravel when building a response 2017-05-21 16:38:33 +02:00
Rob Gloudemans
eca90e3287 Merge pull request #284 from cwprogger/fix-readme-events-names
Fix events names in README.md
2017-05-21 16:17:31 +02:00
Rob Gloudemans
85436569b5 Change wording of store/restore documentation a bit 2017-05-21 16:13:34 +02:00
Rob Gloudemans
2b24d2eb18 Merge pull request #333 from mrabbani/master
Add database documentation
2017-05-21 16:01:53 +02:00
Mahbub Rabbani
a452b87fb4 Add database documentation
Docs for how to save and retrieve cart into and from database
2017-05-21 10:00:48 +06:00
Rob Gloudemans
e5c8d1e6e5 Cleaned up the testsuite a bit 2017-05-20 23:09:27 +02:00
Rob Gloudemans
bb7fbe1303 No need to test on PHP55 anymore. 2017-05-20 21:55:23 +02:00
Rob Gloudemans
ce6f0a8d85 Fixed testsuite 2017-05-20 21:52:06 +02:00
Andrew Savchenko
a9dadba434 Fix events names in README.md 2017-02-23 01:33:48 +02:00
Rob Gloudemans
195cc095f5 Merge pull request #270 from nickels/master
Update dependencies to include illuminate/* 5.4*
2.3.0
2017-01-25 10:56:35 +01:00
Nickels
1b3e6f20aa Update dependecies to include illuminate/* 5.4* 2017-01-23 19:15:27 +01:00
Rob Gloudemans
3ec0cefe87 Merge pull request #242 from sweet-greg/master
return row on update
2.2.4
2016-11-02 15:22:23 +01:00
Gregory Claeyssens
a3838c037b return row on update
When updating a cartItem it should be returned since updating it might
change it’s ID
2016-11-02 14:34:49 +01:00
Rob Gloudemans
143d51b22b Make associate() and setTaxRate() return self so it can be chained 2.2.3 2016-10-13 12:10:37 +02:00
Rob Gloudemans
8bccb54849 Merge pull request #230 from absemetov/patch-1
Update CartItem.php
2.2.2
2016-10-12 18:21:12 +02:00
Nadir Absemetov
2b59ca8f0e Update CartItem.php
Save options value in updateFromArray function
2016-10-12 17:24:49 +03:00
Rob Gloudemans
97ed51ece4 Merge pull request #213 from jorgejavierleon/fix_null_number_format
fix falsy format numbers
2016-10-12 16:19:49 +02:00