Subversion Repositories SmartDukaan

Rev

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

Rev 7399 Rev 7439
Line 60... Line 60...
60
        </a>
60
        </a>
61
        <br />
61
        <br />
62
    #end
62
    #end
63
    <br />
63
    <br />
64
	#if($order.getSource() == 2)
64
	#if($order.getSource() == 2)
65
		<h3 style="color: #ff8000;font-style: italic;">This order was placed from store $action.getStoreDetails($order.getStoreId())</h3>
65
		<h3 style="color: #ff8000;font-style: italic;">Store Order - This order was placed from store $action.getStoreDetails($order.getStoreId())</h3>
66
	#end
66
	#end
67
	#if($action.getStoreOrderDetail() && ($order.getStatus().getValue() == 15 || $order.getStatus().getValue() == 34))
67
	#if($action.getStoreOrderDetail() && ($order.getStatus().getValue() == 15 || $order.getStatus().getValue() == 34))
68
    	<div style="margin: 10px 0;font-size: 15px;">
68
    	<div style="margin: 10px 0;font-size: 15px;">
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()