Subversion Repositories SmartDukaan

Rev

Rev 7263 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7263 Rev 7268
Line 27... Line 27...
27
		}
27
		}
28
		
28
		
29
		showLoading();
29
		showLoading();
30
		$.ajax({
30
		$.ajax({
31
			type: "POST",
31
			type: "POST",
32
			url: "/storewebsite/estimate!create",
32
			url: "/storewebsite/estimate",
33
			dataType:"json",
33
			dataType:"json",
-
 
34
			data:$('#pincodeForm').serialize(),
34
			timeout: 10000,
35
//			timeout: 10000,
35
			success:function(msg) {
36
			success:function(msg) {
36
				hideLoading();
37
				hideLoading();
37
				if(msg.length != 0) {
38
				if(msg.length != 0) {
38
					$('#priceDiv').html(
39
					$('#priceDiv').html(
39
					"<div class='date'><span class='infoText'>Get this product by </span><span class='infoValue'>" + msg.delivery_estimate + "</span></div>" + 
40
					"<div class='date'><span class='infoText'>Get this product by </span><span class='infoValue'>" + msg.delivery_estimate + "</span></div>" +