Subversion Repositories SmartDukaan

Rev

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

Rev 8406 Rev 20682
Line 50... Line 50...
50
            <thead>
50
            <thead>
51
              <tr>
51
              <tr>
52
                <th width="8%">Order ID</th>
52
                <th width="8%">Order ID</th>
53
				<th width="18%">Date/Time</th>
53
				<th width="18%">Date/Time</th>
54
                <th width="32%">Product</th>
54
                <th width="32%">Product</th>
-
 
55
                <th width="32%">Quantity</th>
55
                <th width="8%">Type</th>
56
                <th width="8%">Type</th>
56
                <th width="16%">Status</th>
57
                <th width="16%">Status</th>
57
				<th width="10%">Source</th>
58
				<th width="10%">Source</th>
58
                <th width="8%">Customer City </th>
59
                <th width="8%">Customer City </th>
59
              </tr>
60
              </tr>
Line 74... Line 75...
74
				#end
75
				#end
75
				#if($item.getModel_number())
76
				#if($item.getModel_number())
76
					#set($modelnumber = $item.getModel_number())
77
					#set($modelnumber = $item.getModel_number())
77
				#end
78
				#end
78
                <td>$item.getBrand() $modelname $modelnumber</td>
79
                <td>$item.getBrand() $modelname $modelnumber</td>
-
 
80
                <td>$item.getQuantity()</td>
79
				#if($order.isCod())
81
				#if($order.isCod())
80
				<td>COD</td>
82
				<td>COD</td>
81
				#else
83
				#else
82
				<td>Prepaid</td>
84
				<td>Prepaid</td>
83
				#end
85
				#end