Subversion Repositories SmartDukaan

Rev

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

Rev 4372 Rev 4740
Line 137... Line 137...
137
    		 data: "productid=" + seldata,
137
    		 data: "productid=" + seldata,
138
    		 success: function(msg){
138
    		 success: function(msg){
139
    			 if(msg==""){
139
    			 if(msg==""){
140
    				 window.location = "/cart";
140
    				 window.location = "/cart";
141
    			 }else{
141
    			 }else{
-
 
142
    				 trackEventWithGA('Order', 'OOS Lightbox', seldata + '');
142
    				 displayRelatedProducts(msg);
143
    				 displayRelatedProducts(msg);
143
    			 }
144
    			 }
144
    		 }
145
    		 }
145
    	 });
146
    	 });
146
     } else	{
147
     } else	{