• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/delivery/services/base.php
  • Класс: BitrixSaleDeliveryServicesBase
  • Вызов: Base::getLogotipPath
public function getLogotipPath()
{
	$logo = $this->getLogotip();
	return intval($logo) > 0 ? CFile::GetPath($logo) : "";
}