• Toll-free  888-665-8637
  • International  +1 717-220-0012
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

birdsafe
#1 Posted : Tuesday, February 26, 2008 12:38:53 PM(UTC)
birdsafe

Rank: Member

Joined: 2/21/2007(UTC)
Posts: 1,113

Is there a way to have the Credit Card radio button pre-selected on the checkout page? I too often get calls from customers saying the checkout page doesn't work, keeps coming back to that page -- "oh, I'm sorry I didnt' see that little print that said select a Payment Method."


Folks that want to use other payment methods can change the selection, but since 90 percent use credit card, it would save me a lot of work.
MitchA
#2 Posted : Tuesday, February 26, 2008 1:39:44 PM(UTC)
MitchA

Rank: Member

Joined: 3/3/2006(UTC)
Posts: 1,737

Can't answer your question, but I did make it easier to see the payment section (line breaks) and added a line of instruction.

In Checkout.aspx:

<br /><h2>Payment: </h2><h4>Please select only ONE payment method</h4><br />

Around line 288.
Optimists invent airplanes,
Pessimists buy parachutes.
Dean
#3 Posted : Tuesday, February 26, 2008 2:38:17 PM(UTC)
Dean

Rank: Member

Joined: 2/20/2005(UTC)
Posts: 282

I only have one payment method set up (credit card). Using the one page checkout, my store DOES NOT REQUIRE that you check the credit card payment method button before you can checkout.

I thought it was working this way, and I just checked it again... the radio button on my store does not have to be selected for the payment method to checkout.

I have made no modifications to the one page checkout.
Cliff
#4 Posted : Tuesday, February 26, 2008 4:44:18 PM(UTC)
Cliff

Rank: Member

Joined: 5/24/2004(UTC)
Posts: 4,147

I generally edit that control and put a checked="checked" on the radio button for cc, especially if it's the only payment method being used.
pread
#5 Posted : Tuesday, February 26, 2008 9:26:56 PM(UTC)
pread

Rank: Member

Joined: 10/24/2005(UTC)
Posts: 40

Thanks: 1 times
I changed the following in BVModules\Controls\Payment.ascx

<tr runat="server" id="rowCreditCard" visible="false">
<td valign="top" class="radiobuttoncol"><asp:RadioButton ID="rbCreditCard" GroupName="PaymentGroup" runat="server" Checked="true" /></td>
<td>Credit Card<uc1:CreditCardInput ID="CreditCardInput1" runat="server" />
</td>
</tr>


Added Checked="true"

This did the trick for me.
birdsafe
#6 Posted : Thursday, March 13, 2008 3:50:01 PM(UTC)
birdsafe

Rank: Member

Joined: 2/21/2007(UTC)
Posts: 1,113

Thanks!
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

©2024 Develisys. All rights reserved.
  • Toll-free  888-665-8637
  • International  +1 717-220-0012