• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/extra_services/quantity.php
  • Класс: BitrixSaleDeliveryExtraServicesQuantity
  • Вызов: Quantity::createJSOnchange
protected function createJSOnchange($id, $price)
{
	$price = roundEx(floatval($price), SALE_VALUE_PRECISION);
	return "BX.onCustomEvent('onDeliveryExtraServiceValueChange', [{'id' : '".$id."', 'value': this.value, 'price': this.value*parseFloat('".$price."')}]);";
}