oc-shopaholic-plugin
oc-shopaholic-plugin copied to clipboard
Doubles in the BrandCollection.category
If you set the flag bWithChildren = true, then the method can return duplicate categories.
Required:
....
if ($bWithChildren) {
$arResultIDList = array_unique($arResultIDList);
}
return $this->intersect($arResultIDList);
}