Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Problem on checkout_confirmation page using Authorize.net SIM

Problem on checkout_confirmation page using Authorize.net SIM

Locked

Views: 1,146

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
28 Nov 2007, 6:28 AM
#1
jprine avatar

jprine

New Zenner

Join Date:
Oct 2007
Posts:
23
Plugin Contributions:
0

Problem on checkout_confirmation page using Authorize.net SIM

One more small problem--on the checkout_confirmation page the payment method
appears twice--as a header (red font) and as regular text. Any idea why? Need to turn one of those off.

Here's the URL
http://www.makingitinthecity.com/index.php?main_page=checkout_confirmation

Thanks!
Jeanne

28 Nov 2007, 4:56 PM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Problem on checkout_confirmation page using Authorize.net SIM

You'll have to make a small file edit:
/includes/modules/payment/authorizenet.php

around line 315 you've got a line saying this:$confirmation = array('title' => $this->title);Change it to this:```
$confirmation = [B]array();[/B]