- Модуль: catalog
- Путь к файлу: ~/bitrix/modules/catalog/lib/component/usestore.php
- Класс: BitrixCatalogComponentUseStore
- Вызов: UseStore::enableOptions
static function enableOptions(): void
{
Option::set('catalog', 'default_quantity_trace', 'Y');
Option::set('catalog', 'default_can_buy_zero', 'Y');
Option::set('catalog', 'allow_negative_amount', 'Y');
Option::set('catalog', 'default_use_store_control', 'Y');
Option::set('catalog', 'enable_reservation', 'Y');
}