Subversion Repositories SmartDukaan

Rev

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

Rev 6263 Rev 6264
Line 67... Line 67...
67
		"<b>A)</b> You can enter your pin code on the Product Page to find estimated time to deliver. After placing the order we will also give you the estimated date for pickup.</a><br /><br />",
67
		"<b>A)</b> You can enter your pin code on the Product Page to find estimated time to deliver. After placing the order we will also give you the estimated date for pickup.</a><br /><br />",
68
		
68
		
69
			onComplete: function(){
69
			onComplete: function(){
70
				var ev = "Product Page";
70
				var ev = "Product Page";
71
				var label = document.URL.substring(document.URL.lastIndexOf('/')+1);
71
				var label = document.URL.substring(document.URL.lastIndexOf('/')+1);
72
				if (label=="")
72
				if (label=="" || label=="#")
73
				{
73
				{
74
					ev = "Home Page";
74
					ev = "Home Page";
75
				}
75
				}
76
				else if (label.indexOf("shipping") != -1){
76
				else if (label.indexOf("shipping") != -1){
77
					ev = "Shipping Page";
77
					ev = "Shipping Page";