Page 1 of 1
Adding Message Field to One Page Checkout
Posted: Tue Oct 27, 2009 8:48 am
by gdelorey@mitcs.com
Hi - Is it possible to display a message field to allow user input on the checkout page similar to what existed in version 5.5? Currently, a user could go to the Gift Options page and enter a message there, however, it would be helpful to have this display for them on the general checkout page.
Thank you for your assistance,
- Greg
Re: Adding Message Field to One Page Checkout
Posted: Tue Oct 27, 2009 9:21 am
by compunerdy
You can enable the ship message and then edit the code to have it say "add note" or whatever.
Re: Adding Message Field to One Page Checkout
Posted: Tue Oct 27, 2009 9:22 am
by Mike718NY
This is a good feature to have. I put this on my last site and a lot of
people use it for whatever reason.
This message should also be displayed somewhere on the Order page for that order so it can
easily be seen, and also it should be displayed on the Inovice where staff could see it.
Re: Adding Message Field to One Page Checkout
Posted: Tue Oct 27, 2009 9:27 am
by gdelorey@mitcs.com
compunerdy -
When you say 'enable the ship message' that sounds like a setting I can turn on - where do you find this? Or, do I have to add it to the OnePageCheckout conlib file?
Thanks,
: Greg
Re: Adding Message Field to One Page Checkout
Posted: Tue Oct 27, 2009 9:34 am
by compunerdy
Code: Select all
[[ConLib:OnePageCheckout EnableGiftWrap="false" EnableMultiShipTo="false" EnableShipMessage="true"]]
Re: Adding Message Field to One Page Checkout
Posted: Tue Oct 27, 2009 3:20 pm
by gdelorey@mitcs.com
Tim -
Thanks for your help!
: Greg