Subversion Repositories SmartDukaan

Rev

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

Rev 3830 Rev 3881
Line 1... Line 1...
1
var totalAmount = 0.00;
1
var totalAmount = 0.00;
2
 
2
 
3
$(document).ready(function(){
3
$(document).ready(function(){
4
 
4
 
5
	changeEstimate();
-
 
6
	
-
 
7
	checkIfUserHasAddress();
5
	checkIfUserHasAddress();
8
	
6
	
9
	$('#checkout').click(function(){
7
	$('#checkout').click(function(){
10
		window.location.href = "/shipping";
8
		window.location.href = "/shipping";
11
	});
9
	});