Subversion Repositories SmartDukaan

Rev

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

Rev 8823 Rev 8861
Line 323... Line 323...
323
    </div>
323
    </div>
324
		<br><br><br><br><br>					
324
		<br><br><br><br><br>					
325
			#if($action.getRefundEnabledStatus()==2)
325
			#if($action.getRefundEnabledStatus()==2)
326
				<input id='refundPayment' type='button' value='Refund'><br/>
326
				<input id='refundPayment' type='button' value='Refund'><br/>
327
			#elseif($action.getRefundEnabledStatus()==0)
327
			#elseif($action.getRefundEnabledStatus()==0)
-
 
328
				#if($action.canViewPhysicalRefundDetails())
328
                <span class='info'>Refund has been processed for this order.</span>
329
					<span class='info'>Processed Refund Details:</span><br>
-
 
330
					#set($details = $action.getPhysicalRefundDetails())
-
 
331
					#foreach($detail in $details)
-
 
332
						<span>$detail</span>
-
 
333
					#end
-
 
334
				#end
329
			#end
335
			#end
330
			
336
			
331
			<form id ="refundPhysicalOrderForm" style="display:none;" action="/crm/user-order-info!refundOrderPayment" type="post">
337
			<form id ="refundPhysicalOrderForm" style="display:none;" action="/crm/user-order-info!refundOrderPayment" type="post">
332
				<label class="heading">Refund details</label><br />
338
				<label class="heading">Refund details</label><br />
333
				<span> Select Refund Method : </span> 
339
				<span> Select Refund Method : </span>