Subversion Repositories SmartDukaan

Rev

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

Rev 16054 Rev 16056
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
		print_r($data['response']);
-
 
117
	}
116
	}
118
 
117
 
119
	
118
	
120
	public function add($id=null,$email=null,$itemname)
119
	public function add($id=null,$email=null,$itemname)
121
	{
120
	{