Subversion Repositories SmartDukaan

Rev

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

Rev 6480 Rev 6552
Line 34... Line 34...
34
		$('#research_compare_count').html($('#myresearch input[type="checkbox"]:checked').length);
34
		$('#research_compare_count').html($('#myresearch input[type="checkbox"]:checked').length);
35
	}
35
	}
36
	
36
	
37
	/** Sidebar Widgets **/
37
	/** Sidebar Widgets **/
38
	
38
	
-
 
39
	$('#otg_know_more').click(function(){
-
 
40
		$.colorbox({
-
 
41
    		width: "490px",
-
 
42
    		height: "420px",
-
 
43
    		inline: true,
-
 
44
    		href: "<h3 style='text-align: center; margin: 18px; font-size: 14px;'>On Time Guarantee, We Pay if we Delay</h3>" +
-
 
45
		"<p style='text-align: justify; margin-left: 12px; margin-right: 12px; margin-bottom: 9px; line-height: 22px;'>Saholic stands for 100% on time delivery. We ensure all your orders reach your doorstep on or "+
-
 
46
        "before the promised delivery date. In the rare case that we deliver an order later than promised "+
-
 
47
        "we will compensate you.This Guarantee is Valid on"+
-
 
48
        "</p>" +
-
 
49
        "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; line-height: 22px;'><li>All Mobiles, Cameras, Laptops, Tablets and Accessories above Rs. 2000 in value."+
-
 
50
        "</li>"+
-
 
51
        "<li>Orders Placed using Credit/Debit Card, Net Banking, EMI, Prepaid Cash Cards."+
-
 
52
        "</li>"+
-
 
53
        "</ul>"+
-
 
54
        "<p style='text-align: justify; line-height: 22px; margin: 12px;'>Compensation for delay is in the form of Gift Vouchers at the rate of Rs. 50 per business day. " +
-
 
55
        "GV can be applied to ANY product on Saholic.com without limitation.</p>"+
-
 
56
        "<span class='right'><a target='_blank' href='/static/delay-pay-tc' style='margin-right: 12px';>Detailed Terms & Conditions</a></span>",
-
 
57
        onComplete: function(){
-
 
58
		trackEventWithGA('Widget', 'OTG Know More is clicked', '');
-
 
59
			}
-
 
60
    	});
-
 
61
	});
-
 
62
	
39
	$('#shoppingExpInfo').click(function(){
63
	$('#shoppingExpInfo').click(function(){
40
		$.colorbox({
64
		$.colorbox({
41
    		width: "550px",
65
    		width: "550px",
42
    		height: "320px",
66
    		height: "320px",
43
    		inline: true,
67
    		inline: true,
Line 50... Line 74...
50
				trackEventWithGA('Widget', 'Safe shopping sticky banner is clicked', '');
74
				trackEventWithGA('Widget', 'Safe shopping sticky banner is clicked', '');
51
			}
75
			}
52
    	});
76
    	});
53
	});
77
	});
54
	
78
	
-
 
79
	
55
	$('#emiInfo').click(function(){
80
	$('#emiInfo').click(function(){
56
		$.colorbox({
81
		$.colorbox({
57
    		width: "550px",
82
    		width: "550px",
58
    		height: "450px",
83
    		height: "450px",
59
    		inline: true,
84
    		inline: true,
60
    		href: "<h3>EMI Details</h3><br />" +
85
    		href: "<h3 style='font-size: 14px; margin: 5px;'>EMI Details</h3><br />" +
61
    		"<ul style = 'list-style : disc inside none'>"+
86
    		"<ul style = 'list-style : disc none none; padding-left: 20px;'>"+
62
		"<li>All Inclusive Processing Fee is as follows</li><br />" +
87
		"<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'>" +
88
		"<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'>" +
64
		"<thead>"+
89
		"<thead>"+
65
		"<tr>"+
90
		"<tr>"+
66
		"<th width='50%' style='border-left: 1px solid gray; border-top: 1px solid gray;border-bottom: 1px solid gray;text-align: center;'>Months</th>"+
91
		"<th width='50%' style='border-left: 1px solid gray; border-top: 1px solid gray;border-bottom: 1px solid gray;text-align: center;'>Months</th>"+
Line 88... Line 113...
88
		"<span style='padding-left:13px'>*Inclusive of service tax.<br/></span>"+
113
		"<span style='padding-left:13px'>*Inclusive of service tax.<br/></span>"+
89
		"<br />"+
114
		"<br />"+
90
		"<li>Select EMI on Make Payment Page to see Monthly EMI and Total Amount Paid.</li><br />" +
115
		"<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 />"+
116
		"<li>Minimum purchase of Rs. 200</li><br />"+
92
		"<li>For HDFC Credit Card Holders, other Banks Coming Soon.</li><br />"+
117
		"<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 />"+
118
		"<li>Credit limit of full amount is needed and blocked at the time of buying on EMI. As you pay the installments, correspondingly your credit limit will increase.</li><br />"+
94
		"<li>As you pay the installments, correspondingly your credit limit will increase.</li><br />"+
-
 
95
		"</ul>",
119
		"</ul>",
96
			onComplete: function(){
120
			onComplete: function(){
97
				trackEventWithGA('Widget', 'Emi info widget is clicked', '');
121
				trackEventWithGA('Widget', 'Emi info widget is clicked', '');
98
			}
122
			}
99
    	});
123
    	});