Subversion Repositories SmartDukaan

Rev

Rev 18446 | Rev 19499 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18446 Rev 18449
Line 706... Line 706...
706
	public function orderdetail(){
706
	public function orderdetail(){
707
		$orderId = $this->request->query('order_id');
707
		$orderId = $this->request->query('order_id');
708
		$userId = $this->Auth->User('id');
708
		$userId = $this->Auth->User('id');
709
		$next = "order/".$orderId;					
709
		$next = "order/".$orderId;					
710
		$redirectUrl = $this->getAutoLoginUrl($userId,$next);
710
		$redirectUrl = $this->getAutoLoginUrl($userId,$next);
-
 
711
		$this->layout = "innerpages";
711
		$this->log($redirectUrl,'headers');
712
		$this->log($redirectUrl,'headers');
712
		$this->set(compact('redirectUrl','next'));
713
		$this->set(compact('redirectUrl','next'));
713
	}
714
	}
714
}
715
}
715
716