• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/extra_services/quantity.php
  • Класс: BitrixSaleDeliveryExtraServicesQuantity
  • Вызов: Quantity::getCost
public function getCost()
{
	return floatval($this->getPrice())*floatval($this->value);
}