title | issue | author | author_email | author_github |
---|---|---|---|---|
Added pagination for account orders overview |
NEXT-15212 |
d.neustadt |
dneustadt |
- Changed allowed methods of
frontend.account.order.page
to includePOST
and allowXmlHttpRequest
for ajax pagination - Changed getting page and limit parameters from either query or post for ajax pagination in
AccountOrderPageLoader
- Changed total calculation to
Criteria::TOTAL_COUNT_MODE_EXACT
inAccountOrderPageLoader
for ajax pagination
- Added ajax pagination to
page/account/order-history/index.html.twig