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

Notification

Icon
Error

Codeaddict7423
#1 Posted : Tuesday, March 31, 2009 11:29:14 AM(UTC)
Codeaddict7423

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.
Matt@9BallDesign
#2 Posted : Tuesday, March 31, 2009 11:35:37 AM(UTC)
Matt@9BallDesign

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:

&lt;asp:CheckBox ID="chkBillToSame" Checked="[color=green>true</FONT>"]

change to:

&lt;asp:CheckBox ID="chkBillToSame" Checked="<FONT color=red>false[/color]" runat="server" Text="Bill to Same Address" TabIndex="2100" /&gt;
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
Codeaddict7423
#3 Posted : Tuesday, March 31, 2009 11:58:40 AM(UTC)
Codeaddict7423

Rank: Member

Joined: 1/23/2009(UTC)
Posts: 71

Matt,

Thank you, your suggestion worked like a charm!!!
Matt@9BallDesign
#4 Posted : Tuesday, March 31, 2009 1:00:24 PM(UTC)
Matt@9BallDesign

Rank: Member

Joined: 12/23/2003(UTC)
Posts: 909

Glad I could help :)
Matt Martell


http://www.9balldesign.com - Web, Print, Graphic


http://www.martellhardware.com/ - Decorative &amp; Builder's Hardware

------------------------------------------------
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