• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/discountbase.php
  • Класс: BitrixSaleDiscountBase
  • Вызов: DiscountBase::stopCalculate
protected function stopCalculate()
{
	if (!$this->isBasketNotEmpty())
		return true;
	if ($this->isOrderExists() && $this->getOrder()->isExternal())
		return true;
	return false;
}