We just went live with our newly upgraded ZC 1.302 store a few minutes ago and have had about 5 orders. The last of which the customer used a coupon during checkout and when I look at that record in the orders_total table the title text field says:
rather than just:Code:Discount Coupon: <a href="javascript:couponpopupWindow('http://www.isegames.com/ise-popup_coupon_help/cID-31/index.html?zenid=v13r0d6mungedxxc4nj5h8t62')">4HINSTR100</a> :
as I would expect.Code:Discount Coupon: 4HINSTR100
Looking at ot_coupon.php, the offending line 48 says:
and appears to be responsible for this problem. Can someone explain the purpose of this code?Code:$this->output[] = array('title' => $this->title . ': ' . '<a href="javascript:couponpopupWindow(\'' . zen_href_link(FILENAME_POPUP_COUPON_HELP, 'cID=' . $_SESSION['cc_id']) . '\')">' . $this->coupon_code . '</a> :', 'text' => '-' . $currencies->format($od_amount['total']), 'value' => $od_amount['total']);![]()
Thanks,
Jeff




