| Line 335... |
Line 335... |
| 335 |
<form id ="refundPhysicalOrderForm" style="display:none;" action="/crm/user-order-info!refundOrderPayment" type="post">
|
335 |
<form id ="refundPhysicalOrderForm" style="display:none;" action="/crm/user-order-info!refundOrderPayment" type="post">
|
| 336 |
<label class="heading">Refund details</label><br />
|
336 |
<label class="heading">Refund details</label><br />
|
| 337 |
<span> Select Refund Method : </span>
|
337 |
<span> Select Refund Method : </span>
|
| 338 |
<br>
|
338 |
<br>
|
| 339 |
<input id="orderId" name="orderId" value='$order.getId()' type="hidden" />
|
339 |
<input id="orderId" name="orderId" value='$order.getId()' type="hidden" />
|
| - |
|
340 |
<input id="orderAmount" name="orderAmount" value='$order.getTotal_amount()' type="hidden"/>
|
| 340 |
<input type = 'radio' id = 'rfdCoupon' name = 'rfdRadio' value = 'rfdCoupon' />Refund by Coupon <br>
|
341 |
<input type = 'radio' id = 'rfdCoupon' name = 'rfdRadio' value = 'rfdCoupon' />Refund by Coupon <br>
|
| 341 |
#if($order.isCod())
|
342 |
#if($order.isCod())
|
| 342 |
<input type = 'radio' id = 'rfdCheque' name = 'rfdRadio' value = 'rfdCheque'>Refund by Cheque <br>
|
343 |
<input type = 'radio' id = 'rfdCheque' name = 'rfdRadio' value = 'rfdCheque'>Refund by Cheque <br>
|
| 343 |
#else
|
344 |
#else
|
| 344 |
<input type = 'radio' id = 'rfdGateway' name = 'rfdRadio' value = 'rfdGateway'>Refund by Gateway
|
345 |
<input type = 'radio' id = 'rfdGateway' name = 'rfdRadio' value = 'rfdGateway'>Refund by Gateway
|