Subversion Repositories SmartDukaan

Rev

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

Rev 8487 Rev 8490
Line 7... Line 7...
7
	<meta name="MSSmartTagsPreventParsing" content="true" />
7
	<meta name="MSSmartTagsPreventParsing" content="true" />
8
	<title>${in.shop2020.title}</title>
8
	<title>${in.shop2020.title}</title>
9
#include ( "templates/commoncssfiles.vm" )
9
#include ( "templates/commoncssfiles.vm" )
10
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
10
	<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
11
#set($total_amount = 0.0)
11
#set($total_amount = 0.0)
-
 
12
#set($gvTotal = 0.0)
12
</head>
13
</head>
13
 
14
 
14
<body>
15
<body>
15
	<noscript>
16
	<noscript>
16
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
17
		<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
Line 121... Line 122...
121
        					#end
122
        					#end
122
							</td>
123
							</td>
123
						</tr>
124
						</tr>
124
					#end
125
					#end
125
					#set($total_amount = $total_amount + $insuranceAmount - $gvAmount)
126
					#set($total_amount = $total_amount + $insuranceAmount - $gvAmount)
-
 
127
					#set($gvTotal = $gvTotal + $gvAmount)
-
 
128
					
126
				#end
129
				#end
127
                </tbody>
130
                </tbody>
128
            </table>
131
            </table>
129
			<table class="net-amount right" style="margin-bottom: 30px" cellspacing="0">
132
			<table class="net-amount right" style="margin-bottom: 30px" cellspacing="0">
130
			#if($gvAmount > 0)
133
			#if($gvTotal > 0)
131
				<tr class="total-amount payable">
134
				<tr class="total-amount payable">
132
    				<td class="label">Discount:</td>
135
    				<td class="label">Discount:</td>
133
    				<td><img src="/images/rupee-symbol.png" alt="Rs."> -$action.formatPrice($gvAmount)</td>
136
    				<td><img src="/images/rupee-symbol.png" alt="Rs."> -$action.formatPrice($gvTotal)</td>
134
    			</tr>
137
    			</tr>
135
    		#end
138
    		#end
136
				<tr class="total-amount payable">
139
				<tr class="total-amount payable">
137
					<td class="label">Total Amount:</td>
140
					<td class="label">Total Amount:</td>
138
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>
141
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>