Suggestion: Make Add Comment memo box larger

Post feature requests to this forum and a pre-configured poll will automatically be created for you.
Post Reply

How important is this enhancement to you?

It's a critical enhancement that I must have.
1
25%
It's an important enhancement but others are more critical.
2
50%
I'd like to have it but it's not that important.
1
25%
I'd never use this feature.
0
No votes
 
Total votes: 4

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Suggestion: Make Add Comment memo box larger

Post by AbleMods » Thu Dec 13, 2007 5:47 pm

The memo box for Add Comment on History and Notes is pretty small. It would be very helpful to have the box enlarged to at least twice it's size for longer customer responses.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

User avatar
troutlet
Lieutenant (LT)
Lieutenant (LT)
Posts: 77
Joined: Mon Sep 24, 2007 3:01 am
Location: USA
Contact:

Post by troutlet » Fri Dec 14, 2007 4:53 am

Post feature requests to this forum. PLEASE VOTE on your favorite feature ideas by posting your vote to it's thread!
yes

User avatar
Jaz
Captain (CAPT)
Captain (CAPT)
Posts: 245
Joined: Wed Nov 05, 2008 4:04 am
Location: Torrance, CA
Contact:

Re: Suggestion: Make Add Comment memo box larger

Post by Jaz » Sat Nov 15, 2008 7:38 am

Always make it easier for the customer!!
David Jasiewicz
President
Trick Concepts - Metal Fab. Engineering and Product Design
http://www.trickconcepts.com-- If you are an ASP or PHP programmer or CSS web specialist I will gladly trade for graphic design, mechanical engineering or metal fabrication service! --

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Suggestion: Make Add Comment memo box larger

Post by mazhar » Mon Nov 17, 2008 7:07 am

You can modify the width and height of text box in ConLib/Recieptpage.ascx control for this purpose. For example find the following line of code in the file

Code: Select all

<asp:TextBox ID="NewOrderNote" runat="server" TextMode="multiline" Width="400px" Height="80px"></asp:TextBox>
and make it look like

Code: Select all

<asp:TextBox ID="NewOrderNote" runat="server" TextMode="multiline" Width="600px" Height="160px"></asp:TextBox>

Post Reply