Skip to content

Releases: lukepolo/laracart

Fixing Fee Taxes

10 Feb 19:47
Compare
Choose a tag to compare
Merge pull request #78 from lukepolo/coupon_taxation

Coupon taxation

Breaking Changes - Fixes to discount system and additional features added

04 Feb 00:32
Compare
Choose a tag to compare

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

03 Feb 01:48
Compare
Choose a tag to compare
fixing cs

1.0.14: Merge pull request #66 from lukepolo/dev

02 Feb 16:00
Compare
Choose a tag to compare
need to return the item by it hash because it may have been updated t…

Mostly ReadMe updates

22 Jan 13:28
Compare
Choose a tag to compare
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

22 Jan 11:49
Compare
Choose a tag to compare

Fixes for Item Hashes

22 Jan 11:41
Compare
Choose a tag to compare
Merge pull request #58 from lukepolo/taxation_item_hash

Taxation item hash

1.0.10: Merge pull request #57 from lukepolo/price_subtotal

20 Jan 21:16
Compare
Choose a tag to compare
fixing get price and sub total on the item

1.0.9

19 Jan 16:36
Compare
Choose a tag to compare
Update LaraCart.php

1.0.8: Merge pull request #53 from lukepolo/lukepolo-patch-1

19 Jan 16:28
Compare
Choose a tag to compare