Copy Subselect.php:.
From:
app/code/core/Mage/SalesRule/Model/Rule/Condition/Product/Subselect.php
To:
app/code/local/Mage/SalesRule/Model/Rule/Condition/Product/Subselect.php
Based on comments on @kalpesh link this also solved the problem for me. (adding the fix here for future reference)
There is a patch for this https://gist.github.com/piotrekkaminski/54529dadb0bc01a62a2d
It is marked for EE but the fix worked for us.
- if (parent::validate($item)) { + if (Mage_Rule_Model_Condition_Combine::validate($item)) {
0 Comments