Subversion Repositories SmartDukaan

Rev

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

Rev 8433 Rev 8483
Line 67... Line 67...
67
                </thead>
67
                </thead>
68
				<tbody>
68
				<tbody>
69
				
69
				
70
				#foreach($order in $orders)
70
				#foreach($order in $orders)
71
					#set($insuranceAmount = $order.getInsuranceAmount())
71
					#set($insuranceAmount = $order.getInsuranceAmount())
-
 
72
					#set($gvAmount = $order.getGvAmount())
72
					#set($pickUpStoreId = $order.getPickupStoreId())
73
					#set($pickUpStoreId = $order.getPickupStoreId())
73
					#set($lineitems = $order.getLineitems())
74
					#set($lineitems = $order.getLineitems())
74
					#foreach($lineitem in $lineitems)
75
					#foreach($lineitem in $lineitems)
75
 
76
 
76
						#set($total_price = $lineitem.getTotal_price())
77
						#set($total_price = $lineitem.getTotal_price())
Line 119... Line 120...
119
        						$order.getStatus().getDescription()
120
        						$order.getStatus().getDescription()
120
        					#end
121
        					#end
121
							</td>
122
							</td>
122
						</tr>
123
						</tr>
123
					#end
124
					#end
124
					#set($total_amount = $total_amount + $insuranceAmount)
125
					#set($total_amount = $total_amount + $insuranceAmount - $gvAmount)
125
				#end
126
				#end
126
                </tbody>
127
                </tbody>
127
            </table>
128
            </table>
128
			<table class="net-amount right" style="margin-bottom: 30px" cellspacing="0">
129
			<table class="net-amount right" style="margin-bottom: 30px" cellspacing="0">
129
				<tr class="total-amount payable">
130
				<tr class="total-amount payable">
-
 
131
    				<td class="label">Discount:</td>
-
 
132
    				<td style="border:none;"><img src="/images/rupee-symbol-1035.png" alt="Rs.">$action.formatPrice($gvAmount)</td>
-
 
133
    			</tr>
-
 
134
				<tr class="total-amount payable">
130
					<td class="label">Total Amount:</td>
135
					<td class="label">Total Amount:</td>
131
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>
136
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>
132
                </tr>
137
                </tr>
133
            </table>
138
            </table>
134
    		<div id="shippingEstimateCalculator" class="left" style="padding: 15px 10px 15px 10px">
139
    		<div id="shippingEstimateCalculator" class="left" style="padding: 15px 10px 15px 10px">