Subversion Repositories SmartDukaan

Rev

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

Rev 13006 Rev 13350
Line 418... Line 418...
418
      _gaq.push(['_trackEvent', 'Payment Option', 'Payment option tab-payoption selected',title]);
418
      _gaq.push(['_trackEvent', 'Payment Option', 'Payment option tab-payoption selected',title]);
419
    }
419
    }
420
*/
420
*/
421
	ga('send', 'event', 'Payment Option', 'Payment option tab-payoption selected', title);
421
	ga('send', 'event', 'Payment Option', 'Payment option tab-payoption selected', title);
422
}
422
}
-
 
423
function selectPayu(e){
-
 
424
  
-
 
425
  var Id = e.currentTarget.id;
-
 
426
  console.log(Id);
-
 
427
  document.getElementById('pay-payu').value = Id;
-
 
428
  var title = e.currentTarget.getAttribute('data-parent');
-
 
429
  title = title+'-'+Id;
-
 
430
  ga('send', 'event', 'Payment Option', 'Payment option tab-payoption selected', title);
-
 
431
}
423
var previousCard;
432
var previousCard;
424
function selectCard(e){
433
function selectCard(e){
425
  
434
  
426
  var Id = e.currentTarget.id;
435
  var Id = e.currentTarget.id;
427
  if(previousCard == undefined){
436
  if(previousCard == undefined){