Skip to content

Releases: lukepolo/laracart

Totals in CENTS!

15 Oct 20:05
Compare
Choose a tag to compare

Thanks to @basepack for making a great PR to make this happen.

Adding Coupons on items simplified

29 May 18:57
Compare
Choose a tag to compare

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

28 Jan 15:59
8f6c4ef
Compare
Choose a tag to compare

1.5.11: Apply fixes from StyleCI

28 Jan 14:41
Compare
Choose a tag to compare
[ci skip] [skip ci]

1.5.10

28 Jan 14:23
Compare
Choose a tag to compare
test suite

1.5.9

27 Jan 23:40
Compare
Choose a tag to compare
Merge branch 'master' of github.com:lukepolo/laracart

NetTotal function is now available

27 Jan 21:47
Compare
Choose a tag to compare
Apply fixes from StyleCI

[ci skip] [skip ci]

1.5.7

27 Jan 20:31
Compare
Choose a tag to compare
fixed iissues with taxation

taxation before discounts

27 Jan 19:32
Compare
Choose a tag to compare
Apply fixes from StyleCI

[ci skip] [skip ci]

Wow what a day

27 Jan 17:24
Compare
Choose a tag to compare
Apply fixes from StyleCI

[ci skip] [skip ci]