Subversion Repositories SmartDukaan

Rev

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

Rev 16052 Rev 16054
Line 111... Line 111...
111
	        }
111
	        }
112
	        $this->session->set_userdata('cartmessage','');
112
	        $this->session->set_userdata('cartmessage','');
113
			setCache($configdata['module'],$cachemodule,$data['response']);
113
			setCache($configdata['module'],$cachemodule,$data['response']);
114
			$this->layout->view('cart/carts',$data);
114
			$this->layout->view('cart/carts',$data);
115
		}
115
		}
116
		
116
		print_r($data['response']);
117
	}
117
	}
118
 
118
 
119
	
119
	
120
	public function add($id=null,$email=null,$itemname)
120
	public function add($id=null,$email=null,$itemname)
121
	{
121
	{