Example #1
0
 /**
  *  Transaction on Mage 1.4.1.1 and below
  *  duplicate for secondary tracker
  *
  * @param bool|int $accountId2
  * @return string
  */
 protected function _getQuoteOrdersHtml($accountId2 = false)
 {
     $html = "\n" . parent::getQuoteOrdersHtml();
     if ($accountId2) {
         $html .= str_replace('_gaq.push(["_', '_gaq.push(["t2._', $html);
     }
     return $html;
 }