We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebd6774 commit 242500bCopy full SHA for 242500b
app/code/Magento/SalesRule/Model/Rule/Condition/Product/Subselect.php
@@ -168,6 +168,7 @@ public function validate(AbstractModel $model)
168
$subSelectConditionsFlag = $this->validateSubSelectConditions($item);
169
}
170
$total = $this->getBaseRowTotalForChildrenProduct($item, $attr, $total);
171
+ if ($subSelectConditionsFlag && $this->validateAttribute($total)) return true;
172
173
return $subSelectConditionsFlag && $this->validateAttribute($total);
174
0 commit comments