1; } public static function isExceededStoreLimit() { if (Feature::isMultiStoresEnabled()) return false; //TODO: enable managed cache after blocked old api \CCatalogStore return Catalog\StoreTable::getCount([]) > 1; } }