BV Commerce Forum
»
BV Commerce Support
»
General Support
»
Remove Show Special Instructions on Checkout page
Rank: Member
Joined: 3/4/2006(UTC) Posts: 121
|
I am using the BVC 2004 Checkout display option in BVC5. In BVC2004 there was a checkbox on the Orders Configuration page to turn the Special Instructions textbox on or off. There is no such button in BVC5 so how to I turn off the textbox?
Rick
|
|
|
|
Rank: Member
Joined: 3/8/2007(UTC) Posts: 139
|
Hi Rick, In order to remove the Special Instructions box from your BV2004 Checkout page you will need to edit two files. As always, backup your files before making any edits. They will be located in your site root\BVModules\Checkouts\BVC 2004 Checkout. You will need to edit the review.aspx and the review.aspx.vb.
First, in your Review.aspx, comment out the following lines like so:
[red] <%-- [/red]<h2>Special Instructions</h2> <asp:TextBox ID="SpecialInstructions" TextMode="MultiLine" runat="server" Columns="80" Rows="3" Wrap="true"></asp:TextBox> [red] --%>[/red]
Save this file and then make then comment out the following line in your Review.aspx.vb file: (There is an apostrophe before the line - it is hard to see in the post)
[red] '[/red]Basket.Instructions = Me.SpecialInstructions.Text.Trim
Save the file and run through the checkout process. You will see that the Special instructions box is no longer displayed.
Everett |
Everett Comstock
BV Software |
|
|
|
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.