Skip to content

Releases: lukepolo/laracart

2.0

16 Oct 11:49
Compare
Choose a tag to compare
2.0 Pre-release
Pre-release

2.0 has been a long time coming but I think its ready for some harsh critiques, and hopefully it can become a better package for it!

Feel free to tag anything with [2.0] to add suggestions etc.

I will have docs out soon!

Allow total to disable with fees

16 Oct 14:28
Compare
Choose a tag to compare
Merge pull request #157 from lukepolo/analysis-qvLRWd

Applied fixes from StyleCI

Fixed issue when destroying , re-saving the old cart

20 Sep 20:43
Compare
Choose a tag to compare
1.1.31

Merge branch 'master' of github.com:lukepolo/laracart

Allow for disabling auto updates on sub items

19 Aug 16:51
Compare
Choose a tag to compare

This can cause issues if you have lots of sub items , as it keeps updating the session and its not what we want .

1.1.29

15 Aug 13:09
Compare
Choose a tag to compare
Make nullable first (#145)

Bug Fix + Search through sub items

29 Jul 22:32
Compare
Choose a tag to compare
1.1.28

you can now search through items

Bug Fixes : taxation and sub item updating

25 Jul 23:46
Compare
Choose a tag to compare

Bug Fixes : taxation on sub items and item non taxable, and sub items not being added to session after being added

Just code Clean up

30 May 00:14
Compare
Choose a tag to compare
1.1.26

cleaning up the code for removing coupons

Fixes for Sub Item taxes , code clean up , adding removing all coupons

29 May 23:33
Compare
Choose a tag to compare
Remove coupons (#137)

* Adding a way to remove all coupons

* Adding test for removing coupon code from items

1.1.24: Fixing item model options (#132)

11 May 03:24
Compare
Choose a tag to compare
* fixing model not being returned

* slight fix for taxable

* fixing issues with not merging options