mitc010 Posted May 29, 2005 Posted May 29, 2005 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.
Wendy James Posted May 29, 2005 Posted May 29, 2005 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.
tonymazz Posted October 7, 2005 Posted October 7, 2005 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
Guest Posted May 17, 2006 Posted May 17, 2006 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:
snappydesign Posted May 23, 2006 Posted May 23, 2006 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
Guest Posted May 23, 2006 Posted May 23, 2006 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:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.