Subversion Repositories SmartDukaan

Rev

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

Rev 6956 Rev 6985
Line 181... Line 181...
181
        #end
181
        #end
182
        #foreach($lineItem in $order.getLineitems())
182
        #foreach($lineItem in $order.getLineitems())
183
            <span class="bold">$action.getProductName($lineItem) $lineItem.getTotal_price()($action.convertDouble($lineItem.getQuantity()), $lineItem.getUnit_price())</span><br/>
183
            <span class="bold">$action.getProductName($lineItem) $lineItem.getTotal_price()($action.convertDouble($lineItem.getQuantity()), $lineItem.getUnit_price())</span><br/>
184
        #end
184
        #end
185
        #if($order.getPickupStoreId() == 0)
185
        #if($order.getPickupStoreId() == 0)
-
 
186
            #if($action.getAddress($order))
186
            #if($action.getAddress($order)) <span class="bold">Shipping Address: </span>$action.getAddress($order)<br/>#end
187
				<span class="bold">Shipping Address: </span>$action.getAddress($order)&nbsp;&nbsp;&nbsp;
-
 
188
				#if($action.canVerifyCOD())
-
 
189
					<input id='changeShippingAddress' type='button' value='Change Address'><br/>
-
 
190
    				#set($address = $action.getShippingAddress($order))
-
 
191
    				<form id='shippingAddressFrm' style='display:none' action='/crm/user-order-info!changeShippingAddress'>
-
 
192
    					Address line 1 : <input style='width:350px;' type='text' name='line1' value='$address.getLine1()'><br>
-
 
193
    					Address line 2 : <input style='width:350px;' type='text' name='line2' value='$address.getLine2()'><br>
-
 
194
    					City : <input type='text' name='city' value='$address.getCity()'><br>
-
 
195
    					State : <input type='text' name='state' value='$address.getState()'><br>
-
 
196
    					Pincode : <input type='text' name='pin' value='$address.getPin()'><br>
-
 
197
    					<input id='submitNewAddress' orderId='$order.getId()' type='button' value='Change Address'><input id='cancelAddressChange' type='button' value='Cancel'>
-
 
198
    				</form>
-
 
199
				#end
-
 
200
			#end
-
 
201
			
187
        #else
202
        #else
188
            <span class="bold">Store Shipping Address: </span>$action.getShippingAddressOfStore($order.getPickupStoreId())<br/>
203
            <span class="bold">Store Shipping Address: </span>$action.getShippingAddressOfStore($order.getPickupStoreId())<br/>
189
            <span class="bold">Billing Address: </span>$action.getAddress($order)<br/>
204
            <span class="bold">Billing Address: </span>$action.getAddress($order)<br/>
190
        #end
205
        #end
191
        <br />
206
        <br />