• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discount.php
  • Класс: BitrixSaleDiscount
  • Вызов: Discount::getApplyPrices
protected function getApplyPrices()
{
	parent::getApplyPrices();
	$this->discountResult['PRICES']['DELIVERY'] = $this->getApplyDeliveryPrice();
}