Subversion Repositories SmartDukaan

Rev

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

Rev 11865 Rev 11870
Line 6... Line 6...
6
		changeEstimate();
6
		changeEstimate();
7
	}
7
	}
8
	
8
	
9
	if(typeof couponApplied!="undefined" && couponApplied){
9
	if(typeof couponApplied!="undefined" && couponApplied){
10
		if ( typeof _gaq != "undefined" && _gaq != null) {
10
		if ( typeof _gaq != "undefined" && _gaq != null) {
11
        	_gaq.push(["_trackEvent", "COUPON", "Coupon Applied", couponCode, cartItemIds);
11
        	_gaq.push(["_trackEvent", "COUPON", "Coupon Applied", couponCode, cartItemIds]);
12
      	}
12
      	}
13
    }
13
    }
14
	$('.wantInsurance').change( function() {
14
	$('.wantInsurance').change( function() {
15
		productId = $(this).attr('productid');
15
		productId = $(this).attr('productid');
16
		if(this.checked) {
16
		if(this.checked) {