Пример #1
0
 public function renderDetails($tpl = null)
 {
     $orderModel = new JeproshopOrderModelOrder();
     $orders = $orderModel->getOrderList();
     $this->assignRef('orders', $orders);
     $pagination = $orderModel->getPagination();
     $this->assignRef('pagination', $pagination);
     $this->addToolBar();
     $this->sideBar = JHtmlSideBar::render();
     parent::display($tpl);
 }