Subversion Repositories SmartDukaan

Rev

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

Rev 18890 Rev 19072
Line 119... Line 119...
119
                </td>
119
                </td>
120
            </tr>
120
            </tr>
121
        </table>
121
        </table>
122
    </form>
122
    </form>
123
</div>
123
</div>
124
<div id="cancel-div" class="hidden">
124
<div id="cancel-div" class="hidden" cancelType="">
125
    <form id="cancel-form">
125
    <form id="cancel-form">
126
        <table class="display">
126
        <table class="display">
127
            #foreach($item in $action.getCODCancelMatrix())
127
            #foreach($item in $action.getCODCancelMatrix())
128
                #if($velocityCount % 2 != 0)
128
                #if($velocityCount % 2 != 0)
129
                    <tr >
129
                    <tr >
Line 228... Line 228...
228
				<th>Total</th>
228
				<th>Total</th>
229
				<th>Shipping</th>
229
				<th>Shipping</th>
230
				<th>Address</th>
230
				<th>Address</th>
231
				<th>Mobile</th>
231
				<th>Mobile</th>
232
				<th>Trust Level</th>
232
				<th>Trust Level</th>
-
 
233
                #if($ticket.getCategory().name().equals("COD_VERIFICATION"))
-
 
234
                <th></th>
-
 
235
                <th></th>
-
 
236
				#end
233
			</tr>
237
			</tr>
234
		</thead>
238
		</thead>
235
		<tbody>
239
		<tbody>
236
		#foreach($mapEntry in $action.getTransactions().entrySet())
240
		#foreach($mapEntry in $action.getTransactions().entrySet())
237
		<tr>
241
		<tr>
Line 245... Line 249...
245
				#end
249
				#end
246
			</td>
250
			</td>
247
			<td>$action.getAddress($mapEntry.value)</td>
251
			<td>$action.getAddress($mapEntry.value)</td>
248
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
252
			<td>$mapEntry.value.getCustomer_mobilenumber()</td>
249
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value.getCustomer_id())</td>
253
			<td class="center-aligned">$action.getCustomerTrustLevel($mapEntry.value.getCustomer_id())</td>
-
 
254
			#if($ticket.getCategory().name().equals("COD_VERIFICATION"))
-
 
255
			<td class="center-aligned"><input type="button" value="Verify Transaction" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="SUBMITTED_FOR_PROCESSING" class="update-tran-status CODButton"/> </td>
-
 
256
            <td class="center-aligned"><input type="button" value="Cancel Transaction" ticketId="$ticketId" transactionId="$mapEntry.key" orderStatus="COD_VERIFICATION_FAILED" class="display-cancel-order-popup CODButton"/> </td>
-
 
257
			#end
250
		</tr>
258
		</tr>
251
		#end
259
		#end
252
		</tbody>
260
		</tbody>
253
	</table>
261
	</table>
254
</div>
262
</div>