• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/config/state.php
  • Класс: BitrixCatalogConfigState
  • Вызов: State::isExceededStoreLimit
static function isExceededStoreLimit(): bool
{
	if (Feature::isMultiStoresEnabled())
	{
		return false;
	}

	return CatalogStoreTable::getCount([], ['ttl' => 86400]) > 1;
}