Subversion Repositories SmartDukaan

Rev

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

Rev 4458 Rev 4791
Line 31... Line 31...
31
		} else	{
31
		} else	{
32
			
32
			
33
			alert($('#reasonActionDisability').val());
33
			alert($('#reasonActionDisability').val());
34
		}
34
		}
35
	});
35
	});
-
 
36
	
-
 
37
	$('#viewOrders').click(function(){
-
 
38
		window.location.href = "/myaccount";
-
 
39
	});
36
 
40
 
37
	$('#cart .remove-quantitybttn').click(function(){
41
	$('#cart .remove-quantitybttn').click(function(){
38
		var itemId = $(this).attr('id').split('_')[1];
42
		var itemId = $(this).attr('id').split('_')[1];
39
		window.location.href = "/cart/"  + itemId + "?_method=delete" + "&productid=" + itemId;
43
		window.location.href = "/cart/"  + itemId + "?_method=delete" + "&productid=" + itemId;
40
	});
44
	});