Skip to content

Commit 242500b

Browse files
committed
ACP2E-3986: After applying ACP2E-3841, free shipping isn't always applied properly for multi address checkout
- fixed the original issue
1 parent ebd6774 commit 242500b

File tree

1 file changed

+1
-0
lines changed
  • app/code/Magento/SalesRule/Model/Rule/Condition/Product

1 file changed

+1
-0
lines changed

app/code/Magento/SalesRule/Model/Rule/Condition/Product/Subselect.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ public function validate(AbstractModel $model)
168168
$subSelectConditionsFlag = $this->validateSubSelectConditions($item);
169169
}
170170
$total = $this->getBaseRowTotalForChildrenProduct($item, $attr, $total);
171+
if ($subSelectConditionsFlag && $this->validateAttribute($total)) return true;
171172
}
172173
return $subSelectConditionsFlag && $this->validateAttribute($total);
173174
}

0 commit comments

Comments
 (0)