Subversion Repositories SmartDukaan

Rev

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

Rev 7810 Rev 7845
Line 85... Line 85...
85
		trackEventWithGA('Widget', 'COD Know More is clicked', '');
85
		trackEventWithGA('Widget', 'COD Know More is clicked', '');
86
			}
86
			}
87
    	});
87
    	});
88
	});
88
	});
89
 
89
 
-
 
90
	function displayCod(d1, d2)	{
-
 
91
		$.colorbox({
-
 
92
    		width: "400px",
-
 
93
    		height: "350px",
-
 
94
    		inline: true,
-
 
95
    		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; line-height: 22px;'>"
-
 
96
    			+"<li>Prepaid delivery date is " + d1 + "</li>"+
-
 
97
    			"<li>COD delivery date is " + d2 + "</li>"+
-
 
98
        "</ul>",
-
 
99
        onComplete: function(){
-
 
100
		trackEventWithGA('Widget', 'COD Know More is clicked', '');
-
 
101
			}
-
 
102
    	});
-
 
103
	}
-
 
104
	
90
	$('#shoppingExpInfo').click(function(){
105
	$('#shoppingExpInfo').click(function(){
91
		$.colorbox({
106
		$.colorbox({
92
    		width: "550px",
107
    		width: "550px",
93
    		height: "320px",
108
    		height: "320px",
94
    		inline: true,
109
    		inline: true,