Subversion Repositories SmartDukaan

Rev

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

Rev 5758 Rev 5771
Line 73... Line 73...
73
                    </tr>
73
                    </tr>
74
                </thead>
74
                </thead>
75
				<tbody>
75
				<tbody>
76
				
76
				
77
				#foreach($order in $orders)
77
				#foreach($order in $orders)
-
 
78
					#set($pickUpStoreId = $order.getPickupStoreId())
78
					#set($lineitems = $order.getLineitems())
79
					#set($lineitems = $order.getLineitems())
79
					#foreach($lineitem in $lineitems)
80
					#foreach($lineitem in $lineitems)
80
						#set($total_price = $lineitem.getTotal_price())
81
						#set($total_price = $lineitem.getTotal_price())
81
						#set($total_amount = $total_amount + $total_price)
82
						#set($total_amount = $total_amount + $total_price)
82
							<tr>
83
							<tr>
Line 121... Line 122...
121
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>
122
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>
122
                </tr>
123
                </tr>
123
            </table>
124
            </table>
124
    		<div id="shippingEstimateCalculator" class="left" style="padding: 15px 10px 15px 10px">
125
    		<div id="shippingEstimateCalculator" class="left" style="padding: 15px 10px 15px 10px">
125
			#if($cod)
126
			#if($cod)
126
    			<div class="label left pay-success-note">* Our Executive will give you a call to confirm your order.
127
    			<div class="label left pay-success-note">* Our Executive will give you a call to confirm your order.</div></br>
-
 
128
			#end
127
				#if($order.getPickupStoreId() != 0)
129
			#if($pickUpStoreId != 0)
128
					</br>* Please carry a copy of valid Id Proof when you visit the store to pick up your Order.
130
				<div class="label left pay-success-note">* Please carry a copy of valid Id Proof when you visit the store to pick up your Order.</div>
129
				#end
131
			#end
130
				</div>
-
 
131
    		#end
-
 
132
    		</div>
132
    		</div>
133
		</div>
133
		</div>
134
		#else
134
		#else
135
    	<div id="registration" class="blue-border">
135
    	<div id="registration" class="blue-border">
136
    		<div class="middle">
136
    		<div class="middle">