Releases: lukepolo/laracart
Releases · lukepolo/laracart
Fixing Fee Taxes
Merge pull request #78 from lukepolo/coupon_taxation Coupon taxation
Breaking Changes - Fixes to discount system and additional features added
Squashed a lot of bugs with the coupon system. Before it was calculating the discount after the taxation. It is now correct and following business standards.
Although there are some breaking changes with this , as a result of no taxation happens on the item during its price calculations :
subTotal(false, false) now becomes subTotal(false).
getPrice(false, false) now becomes getPrice(false)
subItemsTotal(false, false) now becomes subItemsTotal(false)
But some good news you now are able to relate your items to your models. Checkout the docs!
1.0.15
1.0.14: Merge pull request #66 from lukepolo/dev
need to return the item by it hash because it may have been updated t…
Mostly ReadMe updates
1.0.13 Show how to get price in the cart items section
1.0.12: Merge pull request #59 from lukepolo/taxation_item_hash
Taxation item hash
Fixes for Item Hashes
Merge pull request #58 from lukepolo/taxation_item_hash Taxation item hash
1.0.10: Merge pull request #57 from lukepolo/price_subtotal
fixing get price and sub total on the item
1.0.9
1.0.8: Merge pull request #53 from lukepolo/lukepolo-patch-1
Update LaraCartServiceProvider.php