• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/provideraccountpay.php
  • Класс: BitrixSaleProviderAccountPay
  • Вызов: ProviderAccountPay::GetProductData
static function GetProductData($fields)
{
	$fields["CAN_BUY"] = 'Y';
	$fields["AVAILABLE_QUANTITY"] = 100000000;
	return $fields;

}