Esempio n. 1
0
 public function orderStatus()
 {
     parent::routes()->render('order_status.twig', array('app_base' => $this->appBase, 'carts' => Cart::countCart(), 'is_customer' => isset($_SESSION['emailCustomer']) ? sizeof($_SESSION['emailCustomer']) : 0, 'results' => Order::showOrder(), 'title' => 'Your Orders'));
 }