Merge branch 'development' of https://github.com/prashant-webkul/bagisto into development
This commit is contained in:
commit
ddb2f1b59f
|
|
@ -18,7 +18,7 @@ class FixedAmount extends Action
|
|||
|
||||
$realQty = $item['quantity'];
|
||||
|
||||
if ($cart >= $disc_threshold) {
|
||||
if ($cart->items_qty >= $disc_threshold) {
|
||||
$amountDiscounted = $disc_amount;
|
||||
|
||||
if ($realQty > $disc_quantity) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue