Subversion Repositories SmartDukaan

Rev

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

Rev 3080 Rev 3255
Line 66... Line 66...
66
		jQuery.ajax({
66
		jQuery.ajax({
67
   		 type: "POST",
67
   		 type: "POST",
68
   		 url: "/product-notification",
68
   		 url: "/product-notification",
69
   		 data: "emailId="+emailId+"&itemId="+itemId,
69
   		 data: "emailId="+emailId+"&itemId="+itemId,
70
   		 success: function(msg){
70
   		 success: function(msg){
71
   			$('#notificationBox').html("We will notify you once we get the stock.");	 
71
   			$('#notificationBox').html("<h3>We will notify you once we get the stock.</h3>");	 
72
   		 }
72
   		 }
73
   	 	});
73
   	 	});
74
		
74
		
75
		
75
		
76
	});
76
	});
Line 148... Line 148...
148
 
148
 
149
 
149
 
150
function displayRelatedProducts(message){
150
function displayRelatedProducts(message){
151
	$.colorbox({
151
	$.colorbox({
152
		html:message,
152
		html:message,
-
 
153
		maxWidth:"400px",
-
 
154
		maxHeight:"410px",
153
		width:"400px",
155
		width:"400px",
154
		height:"410px",
-
 
155
		
156
		
156
		onComplete: function(){
157
		onComplete: function(){
157
			$('#cartRecommendationBox').show().find('.widgetChkBox').hide();
158
			$('#cartRecommendationBox').show().find('.widgetChkBox').hide();
158
		},
159
		},
159
		onCleanup: function(){
160
		onCleanup: function(){
160
			$('#cartRecommendationBox').hide();
161
			$('#cartRecommendationBox').hide();
161
		}
162
		}
162
	});		
163
	});
-
 
164
 
163
}
165
}
164
 
166
 
165
 
167
 
166
 
168
 
167
function addResearch(refdivid, reqtype){
169
function addResearch(refdivid, reqtype){