Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 613 Bytes

2021-05-12-added-pagination-for-account-orders-overview.md

File metadata and controls

14 lines (14 loc) · 613 Bytes
title issue author author_email author_github
Added pagination for account orders overview
NEXT-15212
d.neustadt
d.neustadt@shopware.com
dneustadt

Core

  • Changed allowed methods of frontend.account.order.page to include POST and allow XmlHttpRequest 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 in AccountOrderPageLoader for ajax pagination

Storefront

  • Added ajax pagination to page/account/order-history/index.html.twig