Subversion Repositories SmartDukaan

Rev

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

Rev 3033 Rev 3075
Line 83... Line 83...
83
					#set($lineitems = $order.getLineitems())
83
					#set($lineitems = $order.getLineitems())
84
					#foreach($lineitem in $lineitems)
84
					#foreach($lineitem in $lineitems)
85
						#set($total_price = $lineitem.getTotal_price())
85
						#set($total_price = $lineitem.getTotal_price())
86
						#set($total_amount = $total_amount + $total_price)
86
						#set($total_amount = $total_amount + $total_price)
87
							<tr>
87
							<tr>
-
 
88
								<td>
88
								<td><a href="/order/$order.getId()">$order.getId()</a></td>
89
									<a href="/order/$order.getId()">$order.getId()</a>
-
 
90
									#if($order.isCod())
-
 
91
            							#set($cod=true)
-
 
92
            							<sup>*</sup>
-
 
93
									#end
-
 
94
								</td>
89
								<td>#if($lineitem.getBrand()) $lineitem.getBrand() #end
95
								<td>#if($lineitem.getBrand()) $lineitem.getBrand() #end
90
									#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
96
									#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
91
									#if($lineitem.getModel_number())  $lineitem.getModel_number() #end
97
									#if($lineitem.getModel_number())  $lineitem.getModel_number() #end
92
									#if($lineitem.getColor()) ($lineitem.getColor()) #end
98
									#if($lineitem.getColor()) ($lineitem.getColor()) #end
93
								</td>
99
								</td>
94
								<td>$lineitem.getQuantity().intValue()</td>
100
								<td>$lineitem.getQuantity().intValue()</td>
95
								<td>$action.formatPrice($total_price)</td>
101
								<td>$action.formatPrice($total_price)</td>
96
								<td>
102
								<td>
97
					#if($order.getStatus().getDescription())
103
            					#if($order.getStatus().getDescription())
98
						$order.getStatus().getDescription()
104
            						$order.getStatus().getDescription()
99
					#end
105
            					#end
100
								</td>
106
								</td>
101
							</tr>
107
							</tr>
102
									#end
108
									#end
103
								#end
109
								#end
104
							<tr>
110
							<tr>
Line 108... Line 114...
108
										<img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" />
114
										<img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" />
109
										$action.formatPrice($total_amount)
115
										$action.formatPrice($total_amount)
110
									</div>
116
									</div>
111
								</td>
117
								</td>
112
							</tr>
118
							</tr>
-
 
119
							#if($cod)
-
 
120
							<table align="center" cellpadding="0" cellspacing="0" border="0" width="100%" class="tablesorter" style="border:none;margin-left: 100px;">
-
 
121
    							<tr>
-
 
122
    								<td colspan="5" style="border:none">
-
 
123
    									<sup>*</sup>You'll receive a call from us on the phone number provided by you to confirm the order.
-
 
124
    								</td>
-
 
125
    							</tr>
-
 
126
							</table>
-
 
127
        					#end
113
						</tbody>
128
						</tbody>
114
					</table>
129
					</table>
115
						#else
130
					#else
116
					<div class="note">
131
					<div class="note">
117
							Due to some error we are unable to display your details.
132
							Due to some error we are unable to display your details.
118
							Please check your account page to see the order confirmation status.
133
							Please check your account page to see the order confirmation status.
119
					</div>
134
					</div>
120
					#end
135
					#end