426 Commits

Author SHA1 Message Date
sartoric
de1bf2a5ea fix issue with the priceTax value that is not dynamically retrieved 2020-01-09 19:15:48 +01:00
sartoric
7d4704b413 Merge branch 'master' of https://github.com/bumbummen99/LaravelShoppingcart
 Conflicts:
	tests/CartTest.php
2020-01-09 19:07:01 +01:00
Patrick
677bc1c277 Fix link 2019-12-21 17:22:58 +01:00
Patrick
ac37ba1ecd Merge pull request #43 from Sartoric/feature-merged-event
cart merged event
2019-11-19 01:44:21 +01:00
Patrick
b8005be37a Update CartTest.php 2019-11-19 01:40:05 +01:00
Patrick
8383901fba Update Cart.php 2019-11-19 01:36:09 +01:00
sartoric
1341863d65 Dispatch "cart.merged" event,added a parameter to avoid dispatching "cart.added" events while merging 2019-11-18 10:34:23 +01:00
Patrick
73173955ad Update Cart.php 2019-11-16 23:57:31 +01:00
Patrick
07a776aa33 StyleCI 2019-11-16 23:43:18 +01:00
Patrick
18c89a495b Merge pull request #31 from tiotobing/master
Add Description in Indonesian language, Code Ind/ID
2.8.6
2019-11-02 15:57:29 +01:00
Patrick
8d9bd64d96 Merge pull request #36 from cwprogger/fix-products-sequence
Fix products sequence after changing cart item options
2019-11-02 15:50:44 +01:00
Andrew Savchenko
e4e9a6ec6e Add a test case to assert items sequence is kept if the options changed 2019-11-02 14:29:54 +01:00
Andrew Savchenko
5d7aee42d7 Fix code style 2019-10-31 21:33:05 +01:00
Andrew Savchenko
cb470f69a3 Fix products sequence after changing cart item options 2019-10-31 21:04:34 +01:00
Cristian
bb59a2e2dd Added a method to erase stored cart 2019-10-31 13:20:30 +01:00
tiotobing
9cb198fb7f Update README.md 2019-10-31 11:10:39 +07:00
tiotobing
8a9a506659 Create README_Idn.md
add descriptions in Indonesian languange, Code Idn/ID
2019-10-31 11:09:03 +07:00
tiotobing
819d7de5af Update README_Ind.md
Add Description in Indonesian language, Code Ind/ID
2019-10-25 14:28:11 +07:00
Patrick
fe5fe942c2 Merge pull request #28 from Jam-Iko/Readme_uk-UA
README Translation: Ukrainian
2.8.5
2019-10-23 10:34:09 +02:00
Patrick
c271cd190d Merge pull request #30 from Sartoric/master
Update CartItem.php
2019-10-21 19:53:47 +02:00
Patrick Henninger
d0cf5d7ab0 Corrected PHPDoc 2019-10-21 19:52:03 +02:00
Cristian
f31c153e3e Update CartItem.php
weight variable in if block
2019-10-21 19:00:34 +02:00
LucyIkonnikova-Skutsenia
473de6429d Update README_uk-UA.md 2019-10-19 00:43:18 +03:00
LucyIkonnikova-Skutsenia
77e7acd50a Add Ukrainian translation of README.md - needs proofreading 2019-10-18 14:11:41 +03:00
LucyIkonnikova-Skutsenia
950e3de7d8 Add README_uk-UA.md 2019-10-18 00:11:01 +03:00
Patrick
015b2a8607 Update composer.json
Should also support Laravel 6.1
2.8.4
2019-10-04 09:54:04 +02:00
Patrick Henninger
14e8a40534 Changed $taxRate from private to public, Solve https://github.com/Crinsane/LaravelShoppingcart/issues/436 2019-09-27 19:00:10 +02:00
Patrick
bfbebfd391 Merge pull request #21 from dtwebuk/6.0
Updated to support Laravel 6.0
2.8.3
2019-09-06 18:05:24 +02:00
Patrick
6f9aace218 Updated Laravel version in the readme 2019-09-06 18:00:29 +02:00
Dan Tomlinson
7401f5bbb1 Replaced array_get with Arr::get as the helper method has been removed in 6.0 2019-09-06 16:49:50 +01:00
Dan Tomlinson
bcc43079e3 Updated composer.json to allow Laravel 6.0 dependencies 2019-09-06 16:47:53 +01:00
Patrick
0252107aa8 Merge pull request #15 from CaddyDz/master
fixed typo
2019-07-11 23:25:58 +02:00
Salim Djerbouh
a79ed9ff6e fixed typo 2019-06-30 15:05:04 +01:00
Patrick
74607eb5eb Update ShoppingcartServiceProvider.php
https://github.com/bumbummen99/LaravelShoppingcart/issues/8
Added missing publish group parameter
2.8.2
2019-06-26 15:53:08 +02:00
Patrick
30cd02f5f8 Update README.md
https://github.com/bumbummen99/LaravelShoppingcart/issues/11
Fixed copypasta in the Readme
2019-06-26 15:48:14 +02:00
Patrick
d78b555aa1 Update CartTest.php
Codestyle
2019-06-26 15:38:40 +02:00
Patrick
a464a240e8 Update CartTest.php
Added Test for CartItem.php invalid weight exception.
2019-06-26 15:36:53 +02:00
Patrick
ecb4d9717a Update Cart.php
Changed default value of $weight to 0
2019-06-23 00:25:32 +02:00
Patrick
0c36a1d72e Update CartItem.php
Revert last change
2019-06-23 00:24:25 +02:00
Patrick
9d6a5dab8c Update CartItem.php
Remove strlen from weight
2019-06-23 00:11:50 +02:00
Patrick Henninger
8f186e5edf Added homepages to authors 2019-06-19 18:02:26 +02:00
Patrick Henninger
9e35faece2 Add validation and exception for weight to CartItem Constructor 2019-05-12 17:23:14 +02:00
Patrick
e21c2e93ab Merge pull request #5 from PazkaL/patch-1
Update Cart.php, fix CartItem::fromAttributes call
2.8.1
2019-04-16 12:24:11 +02:00
Patrick Henninger
f4673140f7 Codestyle 2019-04-16 12:12:11 +02:00
Patrick Henninger
279e820760 Fixed weight integration, added testcase, fixed weird readme code example 2019-04-16 12:10:06 +02:00
Pascal Kousbroek
4d302fb4a2 Update Cart.php, fix CartItem::fromAttributes call
The CartItem::fromAttributes call is missing the $weight parameter, and the CartItemOptions don't work any more because of this.
2019-03-29 15:39:17 +01:00
Patrick
3010ee80d7 Merge branch 'master' into fix_cart_database_timestamps 2019-03-01 15:29:33 +01:00
Patrick Henninger
7b9b47039b Remove incompatible versions composer.json 2.8.0 2019-03-01 15:19:35 +01:00
Patrick
767a367a5c Merge pull request #4 from bumbummen99/5.8
Laravel 5.8
2019-03-01 15:15:39 +01:00
Patrick Henninger
e83371d542 Removed unneccessary return statements 2019-03-01 15:11:31 +01:00