Subversion Repositories SmartDukaan

Rev

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

Rev 11052 Rev 11054
Line 28... Line 28...
28
 
28
 
29
	
29
	
30
 
30
 
31
	function getCart($get=array(),$post=array(),$module=array(), $cartId=null)
31
	function getCart($get=array(),$post=array(),$module=array(), $cartId=null)
32
	{
32
	{
33
	
-
 
34
		print_r($module);
-
 
35
		$output =array();
33
		$output =array();
36
		if(isset($module) and !empty($module))
34
		if(isset($module) and !empty($module))
37
		{
35
		{
38
			if(isset($module['header']) and !empty($module['header']))
36
			if(isset($module['header']) and !empty($module['header']))
39
			{
37
			{