[ic] Comment field on checkout

DB interchange-users@icdevgroup.org
Mon Nov 25 07:58:00 2002


> I noticed that there is a comment field on the order view page of the UI.
> Is there an easy way to all a user on checkout to type in a
> comment/feedback/special instructions?
> 
> Chris Slaght
> CookingToys.com


I found this by looking in the list archives and use it on my site.

<p align="center">
<br><b>Comments:</b><br>
<textarea wrap="virtual" name=gift_note rows=3 cols=30>
[value gift_note]</textarea></p>

Did you look there ?

DB