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. |
|
|
|
|
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. |
|
|
|
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.
|
|
|
|
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. |
|
|
|
|
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.
|
|
|
|
Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
|
|
|
|
|
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.