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

	UseStore::installCatalogStores();
}