Subversion Repositories SmartDukaan

Rev

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

Rev 16276 Rev 17868
Line 74... Line 74...
74
	}
74
	}
75
	public function payment()
75
	public function payment()
76
	{
76
	{
77
		//standard array
77
		//standard array
78
		$authorized = $this->session->userdata('authorized');
78
		$authorized = $this->session->userdata('authorized');
-
 
79
		if (!empty($_GET['cq'])) {
-
 
80
			$this->session->userdata['authorized']['totalItems'] = $_GET['cq'];
-
 
81
		}
79
		if(!isset($authorized) || empty($authorized)){
82
		if(!isset($authorized) || empty($authorized)){
80
			redirect(base_url()."cart");
83
			redirect(base_url()."cart");
81
		}
84
		}
82
		
85
		
83
		$data = array();
86
		$data = array();