Subversion Repositories SmartDukaan

Rev

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

Rev 7439 Rev 7440
Line 69... Line 69...
69
    		Cash Refund Amount : $action.getStoreOrderDetail().getCashRefundAmount()<br>
69
    		Cash Refund Amount : $action.getStoreOrderDetail().getCashRefundAmount()<br>
70
    		Card Refund Amount : $action.getStoreOrderDetail().getCardRefundAmount()
70
    		Card Refund Amount : $action.getStoreOrderDetail().getCardRefundAmount()
71
    	</div>
71
    	</div>
72
	#end
72
	#end
73
	#if($action.canOrderBeCancelled())
73
	#if($action.canOrderBeCancelled())
74
		#set($cancellationClass = "display-store-order-popup")
74
		#set($cancellationClass = "display-cancel-order-popup")
75
		#set($cancellationButtonId = "orderCancellationButton")
75
		#set($cancellationButtonId = "orderCancellationButton")
76
		#if($order.getSource() == 2)
76
		#if($order.getSource() == 2)
77
			#set($cancellationClass = "display-cancel-store-order-popup")
77
			#set($cancellationClass = "display-cancel-store-order-popup")
78
			#set($cancellationButtonId = "storeOrderCancellationButton")
78
			#set($cancellationButtonId = "storeOrderCancellationButton")
79
			<div id="cancel-store-order-div" class="hidden">
79
			<div id="cancel-store-order-div" class="hidden">