Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

default payment method


mitc010

Recommended Posts

Posted

I would like to set authorize.net as my default payment method. So when a customer get to the payment page, the authorize.net option is already check in the radio button. Can some one help me do this. Thanks.

Posted

go into your admin area, click on modules, then payment then select the authorize.net one click on edit, then set the Sort order of display to be 0, so it will be first. Number the other modules in order you want them to show up

Wendy James

 

Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.

  • 4 months later...
Posted
I would like to set authorize.net as my default payment method. So when a customer get to the payment page, the authorize.net option is already check in the radio button. Can some one help me do this. Thanks.

 

Have you located a solution for the default payment. i am looking for the same. Thanks in advance

Tony Mazz

  • 7 months later...
Posted
Have you located a solution for the default payment. i am looking for the same. Thanks in advance

 

 

Guys,

 

I'm having the same problem.

I accept Credit Cards with Authorize.Net and also checks.

I want the authorize.net radio button to be checked when you arrive to checkout_payment.php

 

I think this is what you also want to do...

 

Did you figure it out?

Any help would be greatly appreciated.

 

Mat

:thumbsup:

Posted
Guys,

 

I'm having the same problem.

I accept Credit Cards with Authorize.Net and also checks.

I want the authorize.net radio button to be checked when you arrive to checkout_payment.php

 

I think this is what you also want to do...

 

Did you figure it out?

Any help would be greatly appreciated.

 

Mat

:thumbsup:

 

In checkout_payment.php around line 240 find this code:

  for ($i=0, $n=sizeof($selection); $i<$n; $i++) {

 

Just before it enter this line:

  $payment = (!$payment) ? 'cc' : $payment;

 

where "cc" is the name of the payment module

 

Hope this helps

Posted
In checkout_payment.php around line 240 find this code:

  for ($i=0, $n=sizeof($selection); $i<$n; $i++) {

 

Just before it enter this line:

  $payment = (!$payment) ? 'cc' : $payment;

 

where "cc" is the name of the payment module

 

Hope this helps

 

Thank you so much!!

It worked perfectly!!!

 

Mat

:thumbsup:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...