Subversion Repositories SmartDukaan

Rev

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

Rev 6261 Rev 6262
Line 65... Line 65...
65
		"<b>A)</b> Simply select Pickup In Store On the Shipping Page and select your nearest store. Please note this facility is available only in Delhi/NCR.</a><br /><br />"+
65
		"<b>A)</b> Simply select Pickup In Store On the Shipping Page and select your nearest store. Please note this facility is available only in Delhi/NCR.</a><br /><br />"+
66
		"<b>Q)</b> When will the product be available for pickup ?<br /><br />" +
66
		"<b>Q)</b> When will the product be available for pickup ?<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 />",
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=="")
73
				{
73
				{
74
					ev = "Home Page"
74
					ev = "Home Page";
-
 
75
				}
-
 
76
				else if (label.indexOf("shipping") != -1){
-
 
77
					ev = "Shipping Page";
-
 
78
					var blkstr = [];
-
 
79
					jQuery("#cartDetail").find("span.cart-item-name").each(function(){
-
 
80
						blkstr.push(str);
-
 
81
					});
-
 
82
					label = blkstr.join(", ");;
75
				}
83
				}
76
				trackEventWithGA('Pickup in Store LightBox', ev, label);
84
				trackEventWithGA('Pickup in Store LightBox', ev, label);
77
			}
85
			}
78
    	});
86
    	});
79
	});
87
	});