• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/helpers/admin/blocks/orderbasket.php
  • Класс: BitrixSaleHelpersAdminBlocksOrderBasket
  • Вызов: OrderBasket::getView
public function getView($index = 0)
{
	$result = '
		
'; foreach($this->visibleColumns as $colId => $name) { $result .= ""; } $result .= '
".htmlspecialcharsbx($name)."
'; $result .= $this->getCouponsHtml(self::VIEW_MODE, false); $result .= $this->getTotalHtml(false); $result .= '
'; return $result; }