BV Commerce Forum
»
BV Commerce Support
»
How Do I? Questions
»
"uncheck" the one-page-checkout "Bill-to-Same as Shipping"
Rank: Member
Joined: 1/23/2009(UTC) Posts: 71
|
Hello,
I'm trying to find the option within BVC5 that allows me to setup the "Checkout.aspx" page not to display a "checked" checkbox control for the "Bill-to-Same-as-Shipping" option. In other words, I'd like for this checkbox to always be unchecked.
ANY help on this would be greatly appreciated.
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
one way to skin the cat is to go to /BVModules/Checkouts/One Page Checkout
Create a backup of Checkout.aspx, call it checkout-BAK.aspx or something easy for you to understand that it's a backup file.
open the original Checkout.aspx and look for a line similar to this:
<asp:CheckBox ID="chkBillToSame" Checked="[color=green>true</FONT>"]
change to:
<asp:CheckBox ID="chkBillToSame" Checked="<FONT color=red>false[/color]" runat="server" Text="Bill to Same Address" TabIndex="2100" /> |
|
|
|
|
Rank: Member
Joined: 1/23/2009(UTC) Posts: 71
|
Matt,
Thank you, your suggestion worked like a charm!!!
|
|
|
|
Rank: Member
Joined: 12/23/2003(UTC) Posts: 909
|
|
|
|
|
|
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.