| Line 41... |
Line 41... |
| 41 |
<div id="orderMiddleLeft">
|
41 |
<div id="orderMiddleLeft">
|
| 42 |
#if($payment.get("description")) <span>Description : $payment.get("description")</span><br/>#end
|
42 |
#if($payment.get("description")) <span>Description : $payment.get("description")</span><br/>#end
|
| 43 |
#if($payment.get("status")) <span>Status : $payment.get("status")</span><br/>#end
|
43 |
#if($payment.get("status")) <span>Status : $payment.get("status")</span><br/>#end
|
| 44 |
#if($payment.get("amount")) <span>Amount : $payment.get("amount")</span><br/>#end
|
44 |
#if($payment.get("amount")) <span>Amount : $payment.get("amount")</span><br/>#end
|
| 45 |
#if($payment.get("authcode")) <span>AuthCode : $payment.get("authcode")</span><br/>#end
|
45 |
#if($payment.get("authcode")) <span>AuthCode : $payment.get("authcode")</span><br/>#end
|
| 46 |
#if($payment.get("paymethod")) <span>Pay Method : $payment.get("paymethod")</span><br/>#end
|
46 |
#if($payment.get("paymethod")) <span>Pay Method : $payment.get("paymethod")</span>#end
|
| 47 |
</div>
|
47 |
</div>
|
| 48 |
<div id="orderMiddleMiddle">
|
48 |
<div id="orderMiddleMiddle">
|
| 49 |
#if($payment.get("gatewayname")) <span>Gateway : $payment.get("gatewayname")</span><br/>#end
|
49 |
#if($payment.get("gatewayname")) <span>Gateway : $payment.get("gatewayname")</span><br/>#end
|
| 50 |
#if($payment.get("gatewaypaymentid")) <span>Gtwy Payment Id : $payment.get("gatewaypaymentid")</span><br/>#end
|
50 |
#if($payment.get("gatewaypaymentid")) <span>Gtwy Payment Id : $payment.get("gatewaypaymentid")</span><br/>#end
|
| 51 |
#if($payment.get("gatewaytxndt")) <span>Gtwy Txn Date : $payment.get("gatewaytxndt")</span><br/>#end
|
51 |
#if($payment.get("gatewaytxndt")) <span>Gtwy Txn Date : $payment.get("gatewaytxndt")</span><br/>#end
|
| 52 |
#if($payment.get("gatewaytxnid")) <span>Gtwy Txn Id : $payment.get("gatewaytxnid")</span><br/>#end
|
52 |
#if($payment.get("gatewaytxnid")) <span>Gtwy Txn Id : $payment.get("gatewaytxnid")</span><br/>#end
|
| 53 |
#if($payment.get("gatewaytxnstatus")) <span>Gtwy Txn Status : $payment.get("gatewaytxnstatus")</span><br/>#end
|
53 |
#if($payment.get("gatewaytxnstatus")) <span>Gtwy Txn Status : $payment.get("gatewaytxnstatus")</span>#end
|
| 54 |
</div>
|
54 |
</div>
|
| 55 |
<div id="orderMiddleRight">
|
55 |
<div id="orderMiddleRight">
|
| 56 |
#if($payment.get("errorcode")) <span>Error Code : $payment.get("errorcode")</span><br/>#end
|
56 |
#if($payment.get("errorcode")) <span>Error Code : $payment.get("errorcode")</span><br/>#end
|
| 57 |
#if($payment.get("refcode")) <span>Ref Code : $payment.get("refcode")</span><br/>#end
|
57 |
#if($payment.get("refcode")) <span>Ref Code : $payment.get("refcode")</span><br/>#end
|
| 58 |
#if($payment.get("sessioid")) <span>Session Id : $payment.get("sessioid")</span><br/>#end
|
58 |
#if($payment.get("sessioid")) <span>Session Id : $payment.get("sessioid")</span><br/>#end
|
| 59 |
#if($payment.get("successts")) <span>Success Time : $payment.get("successts")</span><br/>#end
|
59 |
#if($payment.get("successts")) <span>Success Time : $payment.get("successts")</span>#end
|
| 60 |
</div>
|
60 |
</div>
|
| 61 |
#end
|
61 |
#end
|
| 62 |
</div>
|
62 |
</div>
|
| 63 |
<br />
|
- |
|
| 64 |
<h3 >Shipment Updates</h3>
|
63 |
<h4 >Shipment Updates</h4>
|
| 65 |
<div id="orderBottom">
|
64 |
<div id="orderBottom">
|
| 66 |
<table id="shipment-details">
|
65 |
<table id="shipment-details">
|
| 67 |
<thead >
|
66 |
<thead >
|
| 68 |
<tr >
|
67 |
<tr >
|
| 69 |
<th >Date</th>
|
68 |
<th >Date</th>
|
| Line 72... |
Line 71... |
| 72 |
<th >Description</th>
|
71 |
<th >Description</th>
|
| 73 |
</tr>
|
72 |
</tr>
|
| 74 |
</thead>
|
73 |
</thead>
|
| 75 |
<tbody >
|
74 |
<tbody >
|
| 76 |
#foreach($shipmentUpdate in $action.getShipmentUpdates())
|
75 |
#foreach($shipmentUpdate in $action.getShipmentUpdates())
|
| - |
|
76 |
#set($trClass = "table-tr-odd")
|
| - |
|
77 |
#if($velocityCount % 2 == 0)
|
| - |
|
78 |
#set($trClass = "table-tr-even")
|
| 77 |
<tr >
|
79 |
#end
|
| - |
|
80 |
<tr class="$trClass">
|
| 78 |
<td >$shipmentUpdate.getDate()</td>
|
81 |
<td >$shipmentUpdate.getDate()</td>
|
| 79 |
<td >$shipmentUpdate.getTime()</td>
|
82 |
<td >$shipmentUpdate.getTime()</td>
|
| 80 |
<td >$shipmentUpdate.getCity()</td>
|
83 |
<td >$shipmentUpdate.getCity()</td>
|
| 81 |
<td >$shipmentUpdate.getDescription()</td>
|
84 |
<td >$shipmentUpdate.getDescription()</td>
|
| 82 |
</tr>
|
85 |
</tr>
|