• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/component/usestore.php
  • Класс: BitrixCatalogComponentUseStore
  • Вызов: UseStore::enableWithoutResetting
static function enableWithoutResetting(): bool
{
	if (!self::checkEnablingConditions())
	{
		return false;
	}

	self::enableOptions();

	self::installRealizationDocumentTradingPlatform();

	self::showEntityProductGridColumns();

	return true;
}