Subversion Repositories SmartDukaan

Rev

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

Rev 2802 Rev 2810
Line 36... Line 36...
36
			data: "productid=" + $("#item_id").val(),
36
			data: "productid=" + $("#item_id").val(),
37
			success: function(msg)	{
37
			success: function(msg)	{
38
	   			 if(msg==""){
38
	   			 if(msg==""){
39
					 window.location = "/cart";
39
					 window.location = "/cart";
40
				 }else{
40
				 }else{
41
					 displayRelatedProducts(msg, catalogid);
41
					 displayRelatedProducts(msg);
42
				 }			
42
				 }			
43
	   		}
43
	   		}
44
		});
44
		});
45
	});
45
	});
46
	
46