Subversion Repositories SmartDukaan

Rev

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

Rev 6262 Rev 6263
Line 74... Line 74...
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";
78
					var blkstr = [];
78
					var blkstr = [];
79
					jQuery("#cartDetail").find("span.cart-item-name").each(function(){
79
					jQuery("#cartDetail").find("span.cart-item-name").each(function(key,str){
80
						blkstr.push(str);
80
						blkstr.push(str);
81
					});
81
					});
82
					label = blkstr.join(", ");;
82
					label = blkstr.join(", ");;
83
				}
83
				}
84
				trackEventWithGA('Pickup in Store LightBox', ev, label);
84
				trackEventWithGA('Pickup in Store LightBox', ev, label);