Subversion Repositories SmartDukaan

Rev

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

Rev 6453 Rev 6480
Line 53... Line 53...
53
	});
53
	});
54
	
54
	
55
	$('#emiInfo').click(function(){
55
	$('#emiInfo').click(function(){
56
		$.colorbox({
56
		$.colorbox({
57
    		width: "550px",
57
    		width: "550px",
58
    		height: "400px",
58
    		height: "450px",
59
    		inline: true,
59
    		inline: true,
60
    		href: "<h3>EMI Details</h3><br />" +
60
    		href: "<h3>EMI Details</h3><br />" +
61
    		"<ul style = 'list-style : disc inside none'>"+
61
    		"<ul style = 'list-style : disc inside none'>"+
62
		"<li>All Inclusive Processing Fee is as follows</li><br />" +
62
		"<li>All Inclusive Processing Fee is as follows</li><br />" +
63
		"<table width='46%' cellspacing='0' cellpadding='0' border='0' id='emiwidget' style='padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;margin-left: 13px'>" +
63
		"<table width='46%' cellspacing='0' cellpadding='0' border='0' id='emiwidget' style='padding-top: 2px; padding-bottom: 2px; border-top-width: 0px; border-left-width: 0px;margin-left: 13px'>" +
Line 85... Line 85...
85
		"</tr>"+
85
		"</tr>"+
86
		"</tbody>"+
86
		"</tbody>"+
87
		"</table>"+
87
		"</table>"+
88
		"<span style='padding-left:13px'>*Inclusive of service tax.<br/></span>"+
88
		"<span style='padding-left:13px'>*Inclusive of service tax.<br/></span>"+
89
		"<br />"+
89
		"<br />"+
90
		"<li> Select EMI on Make Payment Page to see Monthly EMI and Total Amount Paid.</li><br />" +
90
		"<li>Select EMI on Make Payment Page to see Monthly EMI and Total Amount Paid.</li><br />" +
91
		"<li> Minimum purchase of Rs. 200</li><br />"+
91
		"<li>Minimum purchase of Rs. 200</li><br />"+
92
		"<li> For HDFC Credit Card Holders, other Banks Coming Soon.</li>"+
92
		"<li>For HDFC Credit Card Holders, other Banks Coming Soon.</li><br />"+
-
 
93
		"<li>Credit limit of full amount is needed and blocked at the time of buying on EMI.</li><br />"+
-
 
94
		"<li>As you pay the installments, correspondingly your credit limit will increase.</li><br />"+
93
		"</ul>",
95
		"</ul>",
94
			onComplete: function(){
96
			onComplete: function(){
95
				trackEventWithGA('Widget', 'Emi info widget is clicked', '');
97
				trackEventWithGA('Widget', 'Emi info widget is clicked', '');
96
			}
98
			}
97
    	});
99
    	});