Rank: Advanced Member
Groups: Authorized User, Developers, Registered, HelpDesk Joined: 1/7/2019(UTC) Posts: 112
Thanks: 1 times Was thanked: 2 time(s) in 2 post(s)
|
Hello, Is there a way we can quickly fix the Admin/Order/OrderNotesTab Note Entry Field is a single line, non-wrapping, non-sizeable box. It should be re-sizeable and multi-line like on other pages like the customer order confirmation page and also payment capture Payment Note Field. Thanks! -Jeff OrderNotesSingleLineEntry.JPG (42kb) downloaded 0 time(s).Can't Resize NOTE Field AdjustableNoteEntryField.JPG (52kb) downloaded 0 time(s). PaymentCaptureComment.JPG (33kb) downloaded 0 time(s).Resizeable to multiline visible.
|
|
|
|
Rank: Advanced Member
Groups: Admin, Developers, Registered, HelpDesk, Authorized User Joined: 10/5/2018(UTC) Posts: 704
Thanks: 5 times Was thanked: 113 time(s) in 112 post(s)
|
You can change the TextBox to TextArea. - Open file \Website\Areas\Admin\Views\Orders\_AddOrderNoteInline.cshtml - Search for Code:@Html.TextBoxFor(model => model.Comment, new { @class = "form-control", placeholder = "Enter a note for this order. HTML cannot be accepted." })
- Replace with Code:@Html.TextAreaFor(model => model.Comment, new { @class = "form-control", placeholder = "Enter a note for this order. HTML cannot be accepted." })
|
|
|
|
Rank: Advanced Member
Groups: Authorized User, Developers, Registered, HelpDesk Joined: 1/7/2019(UTC) Posts: 112
Thanks: 1 times Was thanked: 2 time(s) in 2 post(s)
|
Thanks very much for that adjustment. This is a primary means for us to communicate order details with our customers and is much easier to work with this way.
-Jeff
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close