• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::getShowPriceWithZeroDiscountPercent
private function getShowPriceWithZeroDiscountPercent(array $item)
{
	return [
		'SHOW_BASE_PRICE' => $item['PRICE'],
		'SHOW_PRICE' => $item['PRICE'],
		'SHOW_DISCOUNT' => 0,
		'SHOW_DISCOUNT_PERCENT' => 0
	];
}