Releases: lukepolo/laracart
Releases · lukepolo/laracart
Totals in CENTS!
Thanks to @basepack for making a great PR to make this happen.
Adding Coupons on items simplified
You can now just do :
$coupon = new \LukePOLO\LaraCart\Coupons\Percentage('10OFF', .1, [
'description' => '10%OFF'
]);
$coupon->setDiscountOnItem($item, .1);
1.5.12: Merge pull request #228 from dennisoderwald/master
CartItem: tax() can be rounded
1.5.11: Apply fixes from StyleCI
[ci skip] [skip ci]
1.5.10
1.5.9
NetTotal function is now available
Apply fixes from StyleCI [ci skip] [skip ci]
1.5.7
taxation before discounts
Apply fixes from StyleCI [ci skip] [skip ci]
Wow what a day
Apply fixes from StyleCI [ci skip] [skip ci]