Change display order for Customer Case View
Hi everyone,
I was wondering if any had a suggestion to changing the order of messages and putting the message field above the already registered messages?
I have already tried some different ways, but without success, so maybe one of you out there already did find a solution.
I tried to illustrate the problem in the picture below.
Enjoy your day everyone :)
-
Sorry for interrupting, but it seems that i found my way of solving the problem.
If anyone should have the same problem, i solved it by changing the HTML order, added some CSS to fix the view, and reverse the list with the following JQuery code:$('ul.comment-list').append(function () {
return $(this).children().get().reverse()
}); -
Hi Michael! I'm glad you were able to get it figured out, and thanks so much for coming back to share your solution.
If you're interested, please feel free to share a detailed walkthrough in our Tips & Tricks section. We'll send you swag! :)
Please sign in to leave a comment.
2 Comments