• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/Integration/Landing/StoreV3Master.php
  • Класс: BitrixCatalogv2IntegrationLandingStoreV3Master
  • Вызов: StoreV3Master::canCreate
static function canCreate(): bool
{
	if (!Loader::includeModule('landing'))
	{
		return false;
	}

	if (!self::limitExceeded())
	{
		return true;
	}

	return self::hasUnusedStores();
}