Subversion Repositories SmartDukaan

Rev

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

Rev 2868 Rev 2927
Line 73... Line 73...
73
							<tr>
73
							<tr>
74
								<th width="14%">Order ID</th>
74
								<th width="14%">Order ID</th>
75
								<th width="40%">Item Name</th>
75
								<th width="40%">Item Name</th>
76
								<th>Quantity</th>
76
								<th>Quantity</th>
77
								<th width="15%"><span class="price">Price</span> <img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" /></th>
77
								<th width="15%"><span class="price">Price</span> <img src="/images/rupee-symbol.png" width="10" height="14" alt="INR" class="rupee" /></th>
78
								<th width="23%">Status</th>
78
								<th width="23%" class="borderRight">Status</th>
79
							</tr>
79
							</tr>
80
						</thead>
80
						</thead>
81
						<tbody>
81
						<tbody>
82
				#foreach($order in $orders)
82
				#foreach($order in $orders)
83
					#set($lineitems = $order.getLineitems())
83
					#set($lineitems = $order.getLineitems())