Subversion Repositories SmartDukaan

Rev

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

Rev 2633 Rev 2652
Line 177... Line 177...
177
		  trackEventWithGA('Order', 'Add to Cart', seldata + '');
177
		  trackEventWithGA('Order', 'Add to Cart', seldata + '');
178
          tot=1;
178
          tot=1;
179
     }else if(reqtype == "list"){
179
     }else if(reqtype == "list"){
180
    	  var seldata=refdivid;
180
    	  var seldata=refdivid;
181
		  trackEventWithGA('Order', 'Add to Cart', seldata + '');
181
		  trackEventWithGA('Order', 'Add to Cart', seldata + '');
182
          var tot=1;
182
          tot=1;
183
     }
183
     }
184
 
184
 
185
     if(tot > 0)	{
185
     if(tot > 0)	{
186
    	 jQuery.ajax({
186
    	 jQuery.ajax({
187
    		 type: "POST",
187
    		 type: "POST",