Subversion Repositories SmartDukaan

Rev

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

Rev 7873 Rev 7879
Line 665... Line 665...
665
		height: "200px",
665
		height: "200px",
666
		inline: true,
666
		inline: true,
667
		href: "<ul style='list-style:inside; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
667
		href: "<ul style='list-style:inside; margin-left: 25px; text-align: justify; margin-right:12px; font-size:15px; line-height: 22px;'>"
668
			+ "Expected Delivery Date for "
668
			+ "Expected Delivery Date for "
669
			+"<li list-style:inside>Prepaid orders is " + $('#days_' + item_id).html() + "</li>"+
669
			+"<li list-style:inside>Prepaid orders is " + $('#days_' + item_id).html() + "</li>"+
670
			"<li list-style:inside>" + $('#coddays_' + item_id).html() + "</li>"+
670
			"<li list-style:inside>Cash On Delivery orders is " + $('#coddays_' + item_id).html() + "</li>"+
671
    "</ul>",
671
    "</ul>",
672
    onComplete: function(){
672
    onComplete: function(){
673
	trackEventWithGA('Widget', 'COD Know More is clicked', '');
673
	trackEventWithGA('Widget', 'COD Know More is clicked', '');
674
		}
674
		}
675
	});
675
	});