• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/preset/store.php
  • Класс: BitrixCatalogComponentPresetStore
  • Вызов: Store::isOn
public function isOn(): bool
{
	return Option::get('catalog', 'preset_store_catalog_stores', 'N') === 'Y';
}