Releases: lukepolo/laracart
Releases · lukepolo/laracart
2.0
Allow total to disable with fees
Merge pull request #157 from lukepolo/analysis-qvLRWd Applied fixes from StyleCI
Fixed issue when destroying , re-saving the old cart
1.1.31 Merge branch 'master' of github.com:lukepolo/laracart
Allow for disabling auto updates on sub items
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
Bug Fix + Search through sub items
1.1.28 you can now search through items
Bug Fixes : taxation and sub item updating
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
1.1.26 cleaning up the code for removing coupons
Fixes for Sub Item taxes , code clean up , adding removing all coupons
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)
* fixing model not being returned * slight fix for taxable * fixing issues with not merging options