Subversion Repositories SmartDukaan

Rev

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

Rev 6546 Rev 6561
Line 65... Line 65...
65
				<thead>
65
				<thead>
66
					<tr>
66
					<tr>
67
						<th width="80" class="first" style="text-align: center;"><b>ORDER ID</b></th>
67
						<th width="80" class="first" style="text-align: center;"><b>ORDER ID</b></th>
68
						<th width="222">Item &amp; Color</th>
68
						<th width="222">Item &amp; Color</th>
69
						<th width="100">Unit Price</th>
69
						<th width="100">Unit Price</th>
70
						<th width="90">Quantity</th>
70
						<th width="50">Quantity</th>
71
						<th width="100">Total Price</th>
71
						<th width="100">Total Price</th>
72
						<th width="140">Estimated Delivery Date</th>
72
						<th width="180">Estimated Delivery Date</th>
73
						<th width="200">Order Status</th>
73
						<th width="200">Order Status</th>
74
                    </tr>
74
                    </tr>
75
                </thead>
75
                </thead>
76
				<tbody>
76
				<tbody>
77
				
77
				
Line 105... Line 105...
105
                                    </div>
105
                                    </div>
106
								</td>
106
								</td>
107
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
107
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
108
								<td>$lineitem.getQuantity().intValue()</td>
108
								<td>$lineitem.getQuantity().intValue()</td>
109
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
109
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
110
								<td>$action.formatDate($order.getExpected_delivery_time())</td>
110
								<td><div>$action.formatDate($order.getExpected_delivery_time())</div>
-
 
111
								#if($order.isOtg())
-
 
112
									<div class="red">On Time Guarantee</div>
-
 
113
									<a id="otg_know_more" href="#"><img src="/images/quesmark.png" style="vertical-align: middle;"></a>
-
 
114
								#end
-
 
115
								</td>
111
								<td>
116
								<td>
112
            					#if($order.getStatus().getDescription())
117
            					#if($order.getStatus().getDescription())
113
            						$order.getStatus().getDescription()
118
            						$order.getStatus().getDescription()
114
            					#end
119
            					#end
115
								</td>
120
								</td>