Commit Graph

281 Commits

Author SHA1 Message Date
Patrick
4d5edb1126 Fix # anchor 2020-01-30 15:21:17 +01:00
sartoric
bc7a345083 readme 2020-01-29 00:53:08 +01:00
Patrick
27d258c561 Merge pull request #60 from nexxai/patch-1
Typofix
2020-01-18 14:47:46 +01:00
Justin Smith
d9cc3e2eb4 Typofix 2020-01-17 10:37:58 -07:00
Patrick
df121b20d3 Correct original authors name 2020-01-14 21:21:33 +01:00
Patrick
14f8baa50a Correct original authors name 2020-01-14 21:21:05 +01:00
Patrick
9dc16ae784 Correct original auther name 2020-01-14 21:20:38 +01:00
Patrick
3abb164ddd Merge pull request #56 from Sartoric/fix-cartitem-pricetax
Fix cartitem priceTax bug
2.8.8
2020-01-10 11:20:57 +01:00
Patrick
d6f3038cc5 Merge branch 'master' into fix-cartitem-pricetax 2020-01-10 11:16:26 +01:00
sartoric
1ffd1a5dfa test added 2020-01-10 01:54:45 +01:00
Patrick
0b3a5071af Merge pull request #35 from Sartoric/master
Added a method to erase stored cart
2.8.7
2020-01-09 19:30:26 +01:00
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