Create an account to edit articles | See Formatting Syntax for Wiki syntax | We look forward to your contribution!

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:

  1. Download the file “OnePageCheckout.asp” from the pc folder in your Web store
  2. Make a backup copy
  3. Open it with notepad or your favorite HTML editor
  4. Find: (around line 1384):
    <table class="pcShowContent" id="comments" style="display:none; border: 1px #eee solid; margin-bottom: 10px;">

  5. Replace with:

    <table class="pcShowContent" id="comments" style="display:; border: 1px #eee solid; margin-bottom: 10px;">

  6. Save the file and upload it back to your Web store.