Subversion Repositories SmartDukaan

Rev

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

Rev 7868 Rev 7872
Line 72... Line 72...
72
    	});
72
    	});
73
	});
73
	});
74
 
74
 
75
	$('#cod_know_more,.cod_know_more').click(function(){
75
	$('#cod_know_more,.cod_know_more').click(function(){
76
		$.colorbox({
76
		$.colorbox({
77
    		width: "450px",
77
    		width: "400px",
78
    		height: "120px",
78
    		height: "200px",
79
    		inline: true,
79
    		inline: true,
80
    		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; line-height: 22px;'>"
80
    		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
-
 
81
    			+ "Expected Delivery Date for "
81
    			+"<li>Expected delivery date for Prepaid orders is " + $("#shipping_time .red").html() + "</li>"+
82
    			+"<li>Prepaid orders is " + $("#shipping_time .red").html() + "</li>"+
82
    			"<li>" + $("#shipping_time .cod").html() + "</li>"+
83
    			"<li>" + $("#shipping_time .cod").html() + "</li>"+
83
        "</ul>",
84
        "</ul>",
84
        onComplete: function(){
85
        onComplete: function(){
85
		trackEventWithGA('Widget', 'COD Know More is clicked', '');
86
		trackEventWithGA('Widget', 'COD Know More is clicked', '');
86
			}
87
			}
Line 658... Line 659...
658
	}
659
	}
659
});
660
});
660
 
661
 
661
function displayCod(item_id)	{
662
function displayCod(item_id)	{
662
	$.colorbox({
663
	$.colorbox({
663
		width: "450px",
664
		width: "400px",
664
		height: "120px",
665
		height: "200px",
665
		inline: true,
666
		inline: true,
666
		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; line-height: 22px;'>"
667
		href: "<ul style='list-style: disc none none; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
-
 
668
			+ "Expected Delivery Date for "
667
			+"<li>Expected delivery date for Prepaid orders is " + $('#days_' + item_id).html() + "</li>"+
669
			+"<li>Prepaid orders is " + $('#days_' + item_id).html() + "</li>"+
668
			"<li>" + $('#coddays_' + item_id).html() + "</li>"+
670
			"<li>" + $('#coddays_' + item_id).html() + "</li>"+
669
    "</ul>",
671
    "</ul>",
670
    onComplete: function(){
672
    onComplete: function(){
671
	trackEventWithGA('Widget', 'COD Know More is clicked', '');
673
	trackEventWithGA('Widget', 'COD Know More is clicked', '');
672
		}
674
		}