Subversion Repositories SmartDukaan

Rev

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

Rev 7845 Rev 7846
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
	}
90
		
104
	
-
 
105
	$('#shoppingExpInfo').click(function(){
91
	$('#shoppingExpInfo').click(function(){
106
		$.colorbox({
92
		$.colorbox({
107
    		width: "550px",
93
    		width: "550px",
108
    		height: "320px",
94
    		height: "320px",
109
    		inline: true,
95
    		inline: true,
Line 668... Line 654...
668
						$(this).truncate( {addtitle : true});
654
						$(this).truncate( {addtitle : true});
669
				});
655
				});
670
		    }
656
		    }
671
		});
657
		});
672
	}
658
	}
673
});
-
 
674
659
});
-
 
660
 
-
 
661
function displayCod(d1, d2)	{
-
 
662
	$.colorbox({
-
 
663
		width: "400px",
-
 
664
		height: "350px",
-
 
665
		inline: true,
-
 
666
		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; line-height: 22px;'>"
-
 
667
			+"<li>Prepaid delivery date is " + d1 + "</li>"+
-
 
668
			"<li>COD delivery date is " + d2 + "</li>"+
-
 
669
    "</ul>",
-
 
670
    onComplete: function(){
-
 
671
	trackEventWithGA('Widget', 'COD Know More is clicked', '');
-
 
672
		}
-
 
673
	});
-
 
674
}
-
 
675