logo
Welcome to our new AbleCommerce forums. As a guest, you may view the information here. To post to this forum, you must have a registered account with us, either as a new user evaluating AbleCommerce or an existing user of the application. For all questions related to the older version of Gold and earlier, please go to AbleCommerce Gold forum. Please use your AbleCommerce username and password to Login. New Registrations are disabled.

Notification

Icon
Error

Options
Go to last post Go to first unread
jeffr_ca  
#1 Posted : Monday, December 21, 2020 7:12:30 PM(UTC)
jeffr_ca

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.

Wanna join the discussion?! Login to your AbleCommerce Forums forum account. New Registrations are disabled.

shaharyartiwana25816656  
#2 Posted : Tuesday, December 22, 2020 11:32:59 AM(UTC)
shaharyar

Rank: Advanced Member

Groups: Admin, Developers, Registered, HelpDesk, Authorized User
Joined: 10/5/2018(UTC)
Posts: 703

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." })
jeffr_ca  
#3 Posted : Tuesday, December 22, 2020 11:50:25 AM(UTC)
jeffr_ca

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
Users browsing this topic
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.