Create an account to edit articles | See Formatting Syntax for Wiki syntax | We look forward to your contribution!
You are here: The ProductCart Encyclopedia » How To's » How to have the Order Comments box open by default on One Page Checkout
How to have the Order Comments box open by default on One Page Checkout
By default, the “Order Comments” field on One Page Checkout is ”collapsed” when the page loads. If you want, you can have it load ”open” by default. Follow these simple instructions to do so:
- Download the file “OnePageCheckout.asp” from the pc folder in your Web store
- Make a backup copy
- Open it with notepad or your favorite HTML editor
- Find: (around line 1384):
<table class="pcShowContent" id="comments" style="display:none; border: 1px #eee solid; margin-bottom: 10px;">
- Replace with:
<table class="pcShowContent" id="comments" style="display:; border: 1px #eee solid; margin-bottom: 10px;">
- Save the file and upload it back to your Web store.
Trace: • Creating a dealer-only e-commerce store • Customer Account Area: built-in customer service • How to rename the "pcadmin" folder • Store Buttons • Search Engine Optimization and Store Design • Display Settings • Product Reviews • How to Add "Shop by Price" Links to your Navigation • Setting the number of search results through a link • How to have the Order Comments box open by default on One Page Checkout