Subversion Repositories SmartDukaan

Rev

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

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