Commit Graph

291 Commits

Author SHA1 Message Date
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
jorge
b313f8af43 fix falsy format numbers 2016-09-07 15:05:06 -04:00
Rob Gloudemans
95b46c59dd Update README.md 2016-09-06 20:43:37 +02:00
Rob Gloudemans
97c31ef3c4 Update README.md 2016-09-06 20:41:21 +02:00
Rob Gloudemans
8879754993 Update README.md 2016-09-06 20:40:46 +02:00
Rob Gloudemans
476f248e8d Merge pull request #202 from jorgejavierleon/config_number_format
Set default number format in config file
2.2.1
2016-09-05 08:26:29 +02:00
Rob Gloudemans
537f7c337b Merge pull request #209 from xpundel/master
Add options to buyable methods
2016-09-05 08:24:22 +02:00
Mikhail Lisnyak
e801689441 add options to buyable methods 2016-09-04 12:11:03 +03:00
Rob Gloudemans
c827ff25c3 Merge pull request #204 from sasin91/patch-4
Update composer.json
2.2.0
2016-08-28 06:56:25 +02:00
sasin91
0a77d7cebd Update composer.json
Believe just adding an additional pipe and appending the new version there should do :)
2016-08-27 21:15:35 +02:00
jorge
03c9fb1791 Set default number format in config file 2016-08-26 11:08:38 -04:00
Rob Gloudemans
71cb7ce694 Working on improved configuration and automatically destroy cart on user logout 2016-08-03 19:41:35 +02:00
Rob Gloudemans
e07d08ca9b Merge pull request #190 from kekenec/patch-1
Fixed return type of "total" function
2016-08-01 08:05:53 +02:00
kekenec
007e941673 Fixed return type of "total" function
https://github.com/Crinsane/LaravelShoppingcart/issues/188
2016-07-30 18:45:45 +03:00
Rob Gloudemans
dfaf428af1 Fixed tests 2016-07-14 10:13:54 +02:00
Rob Gloudemans
3e6195d46c Merge branch 'master' of github.com:Crinsane/LaravelShoppingcart 2.1.2 2016-07-14 10:07:48 +02:00
Rob Gloudemans
c0d89c9d2f Always return a Collection when searching 2016-07-14 10:05:20 +02:00
Rob Gloudemans
9d8f8c824b Merge pull request #178 from pendalff/master
Fix bug with incorrect call property_exists() in CanBeBought trait
2016-07-14 10:04:07 +02:00
Rob Gloudemans
4e4a3f4e02 Little tweak 2016-07-14 10:01:14 +02:00
Rob Gloudemans
3374a9dbc5 Little style tweak 2016-07-14 09:59:50 +02:00
Rob Gloudemans
99b519bb29 Typos 2016-07-14 09:56:40 +02:00
Rob Gloudemans
54275e160b Forgot to remove a temporary warning 2016-07-14 09:54:35 +02:00
Rob Gloudemans
53a1231188 Finally updated documentation for version 2 2016-07-14 09:53:23 +02:00
Sem Fukalov
8e0674ebbe Fix bug with incorrect call property_exists() in CanBeBought::getBuyableDescription() 2016-07-07 20:05:22 +06:00
Rob Gloudemans
5d51aa5108 Update README.md 2016-07-03 13:36:10 +02:00
Rob Gloudemans
0c3c859b6c Add options to array form of CartItem 2.1.1 2016-06-30 15:43:08 +02:00
Rob Gloudemans
1c4e6c6abe Merge pull request #165 from mattusik/master
Tax issue update
2.1.0
2016-06-23 14:51:47 +02:00
Matus Rohal
d7a5989e59 Updated: Tests 2016-06-23 14:12:01 +02:00
Matus Rohal
04f6e6bf40 Added: taxTotal format method 2016-06-23 12:35:20 +02:00
Matus Rohal
fb19422a9e Updated: Tax issues + Added methods for CartItem 2016-06-23 12:24:33 +02:00
Rob Gloudemans
18c3477583 Added another test for all calculated values 2016-06-23 08:24:01 +02:00
Rob Gloudemans
dcfebb1a40 Well... 2.0.2 2016-06-15 10:20:37 +02:00
Rob Gloudemans
c981572626 Added test for toArray() 2016-06-15 10:19:24 +02:00
Rob Gloudemans
6c82e21626 Make CartItem implement Arrayable contract 2016-06-15 10:15:03 +02:00
Rob Gloudemans
c795fa8021 Merge pull request #154 from SumonMSelim/develop
#153 (Cannot add zero price) fixed
2016-06-15 10:01:34 +02:00
Rob Gloudemans
13fe150b77 Return empty collection when the cart is empty 2.0.1 2016-06-15 09:59:03 +02:00