Subversion Repositories SmartDukaan

Rev

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

Rev 1364 Rev 1372
Line 44... Line 44...
44
		<!-- /wrapper-->
44
		<!-- /wrapper-->
45
		
45
		
46
		<!-- sidebar-->
46
		<!-- sidebar-->
47
		<div id="sidebar">
47
		<div id="sidebar">
48
			$action.getCustomerServiceSnippet()
48
			$action.getCustomerServiceSnippet()
49
			$action.getMyResearchSnippet()
49
			<div id="myresearch" class="lightbox">
-
 
50
			</div>
50
			$action.getBrowseHistorySnippet()
51
			<div id="browsehistory" class="lightbox">
-
 
52
			</div>
51
			<div style="clear:both;padding:2px;">&nbsp;</div>
53
			<div style="clear:both;padding:2px;">&nbsp;</div>
52
		</div>
54
		</div>
53
		<!-- /sidebar-->
55
		<!-- /sidebar-->
54
    		
56
    		
55
   		<div class="clearBoth"></div>
57
   		<div class="clearBoth"></div>
Line 143... Line 145...
143
	  	//	alert( "delivery estimate is " + msg);
145
	  	//	alert( "delivery estimate is " + msg);
144
           $("#shipping_time").html(msg);
146
           $("#shipping_time").html(msg);
145
      }
147
      }
146
 });
148
 });
147
 
149
 
-
 
150
 load_history_widget();
148
 
151
 
149
});
152
});
150
 
153
 
151
function updateEstimate(){
154
function updateEstimate(){
152
jQuery.ajax({
155
jQuery.ajax({