Subversion Repositories SmartDukaan

Rev

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

Rev 13324 Rev 17999
Line 158... Line 158...
158
    		<input type="button" class="$cancellationClass" value="Cancel Order" id="$cancellationButtonId" orderid="$order.getId()">
158
    		<input type="button" class="$cancellationClass" value="Cancel Order" id="$cancellationButtonId" orderid="$order.getId()">
159
    	</div>
159
    	</div>
160
	#end
160
	#end
161
	
161
	
162
    <label class="heading">Order details: #if($order.getLogisticsTransactionId()) Master Order Id:- $order.getLogisticsTransactionId() #end</label><br />
162
    <label class="heading">Order details: #if($order.getLogisticsTransactionId()) Master Order Id:- $order.getLogisticsTransactionId() #end</label><br />
-
 
163
		#foreach($lineItem in $order.getLineitems())
-
 
164
            <span class="bold">Product Name: $action.getProductName($lineItem)<br/>
-
 
165
					Quantity: $action.convertDouble($lineItem.getQuantity())<br/>
-
 
166
					Order Total Amount: $lineItem.getTotal_price()<br/>
-
 
167
					Unit Price: $lineItem.getUnit_price()</span><br/>
-
 
168
		#end
163
    <div id="orderTopLeft">
169
    <div id="orderTopLeft">
164
		<span>Status Description :
170
		<span>Status Description :
165
            $action.getOrderStatusDescription($order)
171
            $action.getOrderStatusDescription($order)
166
        </span><br/>
172
        </span><br/>
167
        <span>Invoice No : #if($order.getInvoice_number()) $order.getInvoice_number() #end</span><br/>
173
        <span>Invoice No : #if($order.getInvoice_number()) $order.getInvoice_number() #end</span><br/>
Line 252... Line 258...
252
            <span class="bold" style='color:blue;'>Cancellation Reason : </span><span>$order.getRefundReason()</span></br>
258
            <span class="bold" style='color:blue;'>Cancellation Reason : </span><span>$order.getRefundReason()</span></br>
253
        #end
259
        #end
254
        #if($action.canViewDelayedDeliveries())
260
        #if($action.canViewDelayedDeliveries())
255
            <span class="bold">Delay Reason: </span>$delayReason <br />
261
            <span class="bold">Delay Reason: </span>$delayReason <br />
256
        #end
262
        #end
257
        #foreach($lineItem in $order.getLineitems())
-
 
258
            <span class="bold">$action.getProductName($lineItem) $lineItem.getTotal_price()($action.convertDouble($lineItem.getQuantity()), $lineItem.getUnit_price())</span><br/>
-
 
259
		#end
-
 
260
		
263
		
261
        #if($order.getPickupStoreId() == 0)
264
        #if($order.getPickupStoreId() == 0)
262
            #if($action.getAddress($order))
265
            #if($action.getAddress($order))
263
				<span class="bold">Shipping Address: </span>$action.getAddress($order)&nbsp;&nbsp;&nbsp;
266
				<span class="bold">Shipping Address: </span>$action.getAddress($order)&nbsp;&nbsp;&nbsp;
264
				#if($action.canVerifyCOD()) 
267
				#if($action.canVerifyCOD())