• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/basketitembase.php
  • Класс: BitrixSaleBasketItemBase
  • Вызов: BasketItemBase::getBasePrice
public function getBasePrice()
{
	return (float)$this->getField('BASE_PRICE');
}