Subversion Repositories SmartDukaan

Rev

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

Rev 3881 Rev 3941
Line 26... Line 26...
26
		window.location.href = "/cart/"  + itemId + "?_method=delete" + "&productid=" + itemId;
26
		window.location.href = "/cart/"  + itemId + "?_method=delete" + "&productid=" + itemId;
27
	});
27
	});
28
	
28
	
29
	$('#computeEstimate').click(function(){
29
	$('#computeEstimate').click(function(){
30
		changeEstimate();
30
		changeEstimate();
-
 
31
		$('#cartDetail').find('thead .dev-pincode').html($('#zipcode').val());
31
	});
32
	});
32
	
33
	
33
	$('#applyCoupon').click(function(){
34
	$('#applyCoupon').click(function(){
34
		$('#couponAction').val('applycoupon');
35
		$('#couponAction').val('applycoupon');
35
		$('#frmCouponCode').submit();
36
		$('#frmCouponCode').submit();