Subversion Repositories SmartDukaan

Rev

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

Rev 8484 Rev 8486
Line 125... Line 125...
125
					#set($total_amount = $total_amount + $insuranceAmount - $gvAmount)
125
					#set($total_amount = $total_amount + $insuranceAmount - $gvAmount)
126
				#end
126
				#end
127
                </tbody>
127
                </tbody>
128
            </table>
128
            </table>
129
			<table class="net-amount right" style="margin-bottom: 30px" cellspacing="0">
129
			<table class="net-amount right" style="margin-bottom: 30px" cellspacing="0">
-
 
130
			#if($gvAmount > 0)
130
				<tr class="total-amount payable">
131
				<tr class="total-amount payable">
131
    				<td class="label">Discount:</td>
132
    				<td class="label">Discount:</td>
132
    				<td><img src="/images/rupee-symbol-1035.png" alt="Rs."> -$action.formatPrice($gvAmount)</td>
133
    				<td><img src="/images/rupee-symbol-1035.png" alt="Rs."> -$action.formatPrice($gvAmount)</td>
133
    			</tr>
134
    			</tr>
-
 
135
    		#end
134
				<tr class="total-amount payable">
136
				<tr class="total-amount payable">
135
					<td class="label">Total Amount:</td>
137
					<td class="label">Total Amount:</td>
136
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>
138
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $action.formatPrice($total_amount)</td>
137
                </tr>
139
                </tr>
138
            </table>
140
            </table>