Good Morning
I've a grandparent group with childs product groups.
But
function ChildGroups() {
//$p = $this->ID();
$filter = "ShowInMenus = 1 AND ParentID = " . $this->ID;
return DataObject::get("ProductGroup", $filter);
}
return NULL. Why?