• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/config/feature.php
  • Класс: BitrixCatalogConfigFeature
  • Вызов: Feature::isCommonProductProcessingEnabled
static function isCommonProductProcessingEnabled(): bool
{
	if (!self::isBitrix24())
	{
		return Option::get('catalog', 'catalog_common_product_processing') === 'Y';
	}

	return self::isFeatureEnabled(self::COMMON_PRODUCT_PROCESSING);
}