Subversion Repositories SmartDukaan

Rev

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

Rev 11325 Rev 11885
Line 694... Line 694...
694
      var amount = orders[i].totalAmount.replace(',','');
694
      var amount = orders[i].totalAmount.replace(',','');
695
      amount = parseFloat(amount).toFixed(2);
695
      amount = parseFloat(amount).toFixed(2);
696
      var orderId = orders[i].orderId;
696
      var orderId = orders[i].orderId;
697
      _gaq.push(['_addTrans',
697
      _gaq.push(['_addTrans',
698
          orderId,                     // Transaction ID. Required.
698
          orderId,                     // Transaction ID. Required.
699
          'shop2020',   // Affiliation or store name.
699
          'Saholic',   // Affiliation or store name.
700
          amount,               // Grand Total.
700
          amount,               // Grand Total.
701
          '0',                  // Shipping.
701
          '0',                  // Shipping.
702
          '0',                     // Tax.
702
          '0',                     // Tax.
703
          "",
703
          "",
704
          "",
704
          "",