Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
I changed the search filter on Admin/Notes to show Customer notes only and didn't change anything else, including the page size, left it at 20. When I clicked search, it loaded all the notes on one page after waiting a long, long time. We have not made any changes to this code. I tried to upload images when I debugged in VS but the upload function wasn't working for me.
|
|
|
|
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)
|
I am able to reproduce the issue. Thanks for identifying. To fix temporarily: 1- Open file \Website\Areas\Admin\Views\Notes\_SearchOrderNotes.cshtml 2- Search for Code:@Html.HiddenFor(model => model.SearchPageSize)
3- Replace with Code:@Html.Hidden("SearchPageSize", 20)
4- Save the file
|
|
|
|
Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Thanks, could you check the filters and paging on manage payments and manage orders also? We are having issues, but I haven't done complete troubleshooting. Our manage payments hasn't changed and if I change the date and click search, it pops back to select all. This is a big site and they will be upgrading to 9.0.4 before going live, so it would be great to have all three pages working correctly- search filters in conjunction with paging in 9.0.4. Thanks
|
|
|
|
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)
|
I am able to reproduce a similar issue on the Manage Payments search form. Manage Order search form is working fine. To fix: 1- 1- Open file \Website\Areas\Admin\Views\Payments\_SearchPayments.cshtml 2- Search for Code: Code:@Html.HiddenFor(m => m.pageSize)
3- Replace with Code: Code:@Html.Hidden("PageSize", "20")
4- Save the file
|
|
|
|
Rank: Advanced Member
Groups: Developers
Joined: 11/7/2018(UTC) Posts: 303
Thanks: 21 times Was thanked: 5 time(s) in 5 post(s)
|
Thanks for the patch. I think there probably needs to be a more permanent one in the controller? Right now, if I set the page size to 50, then choose another payment status and click search, the page size resets to 20.
|
|
|
|
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