| Line 339... |
Line 339... |
| 339 |
<span> Select Refund Method : </span>
|
339 |
<span> Select Refund Method : </span>
|
| 340 |
<br>
|
340 |
<br>
|
| 341 |
<input id="orderId" name="orderId" value='$order.getId()' type="hidden" />
|
341 |
<input id="orderId" name="orderId" value='$order.getId()' type="hidden" />
|
| 342 |
<input id="orderAmount" name="orderAmount" value='$order.getTotal_amount()' type="hidden"/>
|
342 |
<input id="orderAmount" name="orderAmount" value='$order.getTotal_amount()' type="hidden"/>
|
| 343 |
<input type = 'radio' id = 'rfdCoupon' name = 'rfdRadio' value = 'rfdCoupon' />Refund by Coupon <br>
|
343 |
<input type = 'radio' id = 'rfdCoupon' name = 'rfdRadio' value = 'rfdCoupon' />Refund by Coupon <br>
|
| - |
|
344 |
#if($action.checkForOriginalOrders()==0)
|
| 344 |
#if($order.isCod())
|
345 |
#if($order.isCod())
|
| - |
|
346 |
<input type = 'radio' id = 'rfdCheque' name = 'rfdRadio' value = 'rfdCheque'>Refund by Cheque <br>
|
| - |
|
347 |
#else
|
| - |
|
348 |
<input type = 'radio' id = 'rfdGateway' name = 'rfdRadio' value = 'rfdGateway'>Refund by Gateway
|
| - |
|
349 |
#end
|
| - |
|
350 |
#elseif($action.checkForOriginalOrders()==1)
|
| 345 |
<input type = 'radio' id = 'rfdCheque' name = 'rfdRadio' value = 'rfdCheque'>Refund by Cheque <br>
|
351 |
<input type = 'radio' id = 'rfdCheque' name = 'rfdRadio' value = 'rfdCheque'>Refund by Cheque <br>
|
| 346 |
#else
|
352 |
#else
|
| 347 |
<input type = 'radio' id = 'rfdGateway' name = 'rfdRadio' value = 'rfdGateway'>Refund by Gateway
|
353 |
<input type = 'radio' id = 'rfdGateway' name = 'rfdRadio' value = 'rfdGateway'>Refund by Gateway
|
| 348 |
#end
|
354 |
#end
|
| 349 |
<br>
|
355 |
<br>
|
| 350 |
<div id = 'refundByCoupon' class = "hidden">
|
356 |
<div id = 'refundByCoupon' class = "hidden">
|
| 351 |
<span>Coupon Details: </span>
|
357 |
<span>Coupon Details: </span>
|