Subversion Repositories SmartDukaan

Rev

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

Rev 5771 Rev 5880
Line 62... Line 62...
62
            </div>
62
            </div>
63
			<div id="viewOrders" class="cartflow-main-action-button right">VIEW ALL ORDERS <img src="/images/Arrow_OrangeButton_AllScreens.png" /></div>
63
			<div id="viewOrders" class="cartflow-main-action-button right">VIEW ALL ORDERS <img src="/images/Arrow_OrangeButton_AllScreens.png" /></div>
64
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
64
			<table id="cartDetail" cellpadding="0" cellspacing="0" class="left">
65
				<thead>
65
				<thead>
66
					<tr>
66
					<tr>
67
						<th width="100" class="first" style="text-align: center;"><b>ORDER ID</b></th>
67
						<th width="80" class="first" style="text-align: center;"><b>ORDER ID</b></th>
68
						<th width="242">Item &amp; Color</th>
68
						<th width="222">Item &amp; Color</th>
69
						<th width="140">Unit Price</th>
69
						<th width="100">Unit Price</th>
70
						<th width="110">Quantity</th>
70
						<th width="90">Quantity</th>
71
						<th width="140">Total Price</th>
71
						<th width="100">Total Price</th>
-
 
72
						<th width="140">Estimated Delivery Date</th>
72
						<th width="200">Order Status</th>
73
						<th width="200">Order Status</th>
73
                    </tr>
74
                    </tr>
74
                </thead>
75
                </thead>
75
				<tbody>
76
				<tbody>
76
				
77
				
Line 104... Line 105...
104
                                    </div>
105
                                    </div>
105
								</td>
106
								</td>
106
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
107
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($lineitem.getUnit_price())</td>
107
								<td>$lineitem.getQuantity().intValue()</td>
108
								<td>$lineitem.getQuantity().intValue()</td>
108
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
109
								<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_price)</td>
-
 
110
								<td>$action.formatDate($order.getExpected_delivery_time())</td>
109
								<td>
111
								<td>
110
            					#if($order.getStatus().getDescription())
112
            					#if($order.getStatus().getDescription())
111
            						$order.getStatus().getDescription()
113
            						$order.getStatus().getDescription()
112
            					#end
114
            					#end
113
								</td>
115
								</td>