// verify if we are in SetGroup mode and build
// a custom setgroup rule for all groups
if($this->isUseSetGroups() !== null && $this->isUseSetGroups() && $this->getSetgroups() !== null && $this->getSetgroups()->count() > 0){ // if we have groups, then all groups
// must match now to fulfill the new group definition in shopware promotions
$groupsRootRule = newAndRule();