426 Commits

Author SHA1 Message Date
Patrick
6aba463409 Merge pull request #98 from andcl/master
Updated README.md documentation
2020-09-02 18:58:13 +02:00
Andrés
55f7934ad8 Updated README.md documentation
Added getBuyableWeight() method to fully implement the interface, in the Buyable example.
2020-09-02 10:11:54 +02:00
Patrick Henninger
a215c63165 Style CI 2020-08-29 22:12:00 +02:00
Patrick Henninger
43e440c485 Add Calculator Contract,
Add some checking for calculators,
2020-08-29 22:09:38 +02:00
Patrick Henninger
57d73f32b3 Add priceTotal to CartItemTest 2020-08-29 16:28:28 +02:00
Patrick Henninger
e5b93829c5 Remove leftover typehint 2020-08-29 16:21:57 +02:00
Patrick Henninger
791747c28d StyleCI 2020-08-29 16:19:12 +02:00
Patrick Henninger
238d8cf7d9 Refactor gross price / default into calculators,
Remove gross_price from config replaced with calculator
2020-08-29 16:18:05 +02:00
Patrick
ae0a976785 Prevent negative subtotal
Manual merge of 33fc42dae1
2020-08-29 15:47:33 +02:00
Patrick
19b7bdfe1f StyleCI 2020-08-29 15:35:15 +02:00
Patrick
e77fb90104 Update Cart.php 2020-08-29 15:34:30 +02:00
Patrick Henninger
085693def0 StyleCI 2020-07-28 15:36:04 +02:00
Patrick
5e3e584d16 Update README.md
Minor adjustment to Readme
2020-07-28 01:37:25 +02:00
Patrick
08618b40f5 Merge pull request #3 from bumbummen99/fix_cart_database_timestamps
Fix cart database timestamps
2.9.1
2020-05-08 21:20:56 +02:00
Patrick Henninger
5ad1b8ae18 Merge branch 'fix_cart_database_timestamps' of github.com:bumbummen99/LaravelShoppingcart into fix_cart_database_timestamps 2020-05-08 21:17:21 +02:00
Patrick Henninger
8ee9bad739 Improve test,
Fix updatedAt(),
2020-05-08 21:17:10 +02:00
Patrick
e8390dd15f Merge branch 'master' into fix_cart_database_timestamps 2020-05-08 21:05:51 +02:00
Patrick
8a9ba47731 Merge pull request #83 from mightyteja/patch-1
options of an item inside the cart,
2020-05-08 21:02:18 +02:00
Patrick Henninger
53b8015c1f StyleCI 2020-05-08 21:00:41 +02:00
Patrick Henninger
05b99d4e72 Make getters public,
Add Test
2020-05-08 20:58:58 +02:00
Patrick Henninger
a50767d584 Use Carbon instead of date 2020-05-08 20:42:17 +02:00
Patrick Henninger
4d577b7384 Merge branch 'master' into fix_cart_database_timestamps 2020-05-08 20:39:53 +02:00
Teja Babu S
63c62f662d options of an item inside the cart,
Line 114 to 120
2020-05-03 19:16:54 +05:30
Patrick
937a5325a5 Update README.md 2020-04-12 18:56:06 +02:00
Patrick
86d25d9fb8 Update README.md 2020-03-10 20:25:16 +01:00
Patrick
9c088407e7 Merge pull request #70 from royduin/patch-1
Laravel 7.x support
2.9.0
2020-03-09 15:05:38 +01:00
Patrick
277e36f8b1 Merge branch 'master' into patch-1 2020-03-09 15:01:53 +01:00
Patrick
e2d4864988 Merge pull request #66 from bumbummen99/feature-gross-price
Enable gross price as base price
2020-03-09 15:01:18 +01:00
Roy Duineveld
8d583c0f7c Laravel 7.x support 2020-03-04 15:32:13 +01:00
Patrick Henninger
008b6f42de SyleCI 2020-02-18 14:55:20 +01:00
sartoric
2078f119ec Enable gross price as base price 2020-02-12 22:42:41 +01:00
Patrick
97e021f4cc Merge pull request #59 from Sartoric/fix-cart-total-rounding-issue
Fix cart total rounding issue
2.8.9
2020-02-01 23:07:45 +01:00
Patrick
0874bb1947 Merge branch 'master' into fix-cart-total-rounding-issue 2020-02-01 22:52:24 +01:00
Patrick
3a4b79d040 Merge pull request #61 from bumbummen99/readme-cart-total-rounding-issue
Update to readme file
2020-02-01 22:52:05 +01:00
Patrick
4d5edb1126 Fix # anchor 2020-01-30 15:21:17 +01:00
sartoric
bc7a345083 readme 2020-01-29 00:53:08 +01:00
Patrick
d145c07654 Merge branch 'master' into fix-cart-total-rounding-issue 2020-01-18 17:29:48 +01:00
Patrick Henninger
7b29fe376d StyleCI 2020-01-18 17:29:06 +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
Sartoric
1503f99dae Merge branch 'master' into fix-cart-total-rounding-issue 2020-01-15 14:50:41 +01:00
sartoric
1a34bda8ab added CartItem::priceTotal for rounded total (from internal calculation) 2020-01-15 12:44:58 +01:00
sartoric
9cdacf901c changed the strategy for cart values calculation (taxes per row),
test,
some fixes
2020-01-14 22:33:12 +01: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