Subversion Repositories SmartDukaan

Rev

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

Rev 1162 Rev 1331
Line 90... Line 90...
90
								<td>#if($lineitem.getBrand()) $lineitem.getBrand() #end
90
								<td>#if($lineitem.getBrand()) $lineitem.getBrand() #end
91
									#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
91
									#if($lineitem.getModel_name()) $lineitem.getModel_name() #end
92
									#if($lineitem.getModel_name())  $lineitem.getModel_name() #end
92
									#if($lineitem.getModel_name())  $lineitem.getModel_name() #end
93
									#if($lineitem.getColor()) ($lineitem.getColor()) #end
93
									#if($lineitem.getColor()) ($lineitem.getColor()) #end
94
								</td>
94
								</td>
95
								<td>$lineitem.getQuantity()</td>
95
								<td>$lineitem.getQuantity().intValue()</td>
96
								<td>$total_price</td>
96
								<td>$total_price.intValue()</td>
97
								<td>
97
								<td>
98
					#if($order.getStatus().getDescription())
98
					#if($order.getStatus().getDescription())
99
						$order.getStatus().getDescription()
99
						$order.getStatus().getDescription()
100
					#end
100
					#end
101
								</td>
101
								</td>
Line 105... Line 105...
105
							<tr>
105
							<tr>
106
								<td colspan="5">
106
								<td colspan="5">
107
									<div class="totalAmount">
107
									<div class="totalAmount">
108
										Total Amount:
108
										Total Amount:
109
										<img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" />
109
										<img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" />
110
										$total_amount
110
										$total_amount.intValue()
111
									</div>
111
									</div>
112
								</td>
112
								</td>
113
							</tr>
113
							</tr>
114
						</tbody>
114
						</tbody>
115
					</table>
115
					</table>