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

	return $result;
}