Subversion Repositories SmartDukaan

Rev

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

Rev 7386 Rev 7423
Line 126... Line 126...
126
						<td><img src="/storewebsite/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($order.getAdvanceAmount())</td>
126
						<td><img src="/storewebsite/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($order.getAdvanceAmount())</td>
127
						<td><img src="/storewebsite/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($action.getDifference($total_price, $order.getAdvanceAmount()))</td>
127
						<td><img src="/storewebsite/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($action.getDifference($total_price, $order.getAdvanceAmount()))</td>
128
						<td><div>$action.formatDate($order.getExpected_delivery_time())</div>
128
						<td><div>$action.formatDate($order.getExpected_delivery_time())</div>
129
						</td>
129
						</td>
130
						<td>
130
						<td>
131
    					#if($order.getStatus().getDescription())
131
    					#if($order.getStatusDescription())
132
    						$order.getStatus().getDescription()
132
    						$order.getStatusDescription()
133
    					#end
133
    					#end
134
						</td>
134
						</td>
135
					</tr>
135
					</tr>
136
				#end
136
				#end
137
				#set($total_amount = $total_amount + $insuranceAmount)
137
				#set($total_amount = $total_amount + $insuranceAmount)