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: • An Overview of Payment Processing Scenarios • Frequently Asked Questions on the ProductCart Synchronizer • Customer Account Area: built-in customer service • Shipping: Integration with Endicia • Managing Content Pages in ProductCart v4 • Creating a dealer-only e-commerce store • How to Add "Shop by Price" Links to your Navigation • Product Reviews • Store Buttons • How to have the Order Comments box open by default on One Page Checkout