Subversion Repositories SmartDukaan

Rev

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

Rev 4453 Rev 4923
Line 74... Line 74...
74
					<td class="label">Total Amount:</td>
74
					<td class="label">Total Amount:</td>
75
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $totalamount</td>
75
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $totalamount</td>
76
				</tr>
76
				</tr>
77
				#if($couponcode != "")
77
				#if($couponcode != "")
78
				<tr class="discounted-amount payable">
78
				<tr class="discounted-amount payable">
79
					<td class="label">Amount Payable<br />(After Discount):</td>
79
					<td class="label">Amount Payable:<br />(After Discount)</td>
80
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedamount</td>
80
					<td><img src="/images/rupee-symbol.png" alt="Rs." /> $discountedamount</td>
81
				</tr>
81
				</tr>
82
				#end
82
				#end
83
			</table>
83
			</table>
84
        </div>
84
        </div>