Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 505 Bytes

2020-10-20-add-products-per-page-in-listing-setting.md

File metadata and controls

8 lines (8 loc) · 505 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Add products per page in listing setting
issue: NEXT-11285
author_github: @Dominik28111
---

Core

  • Added Core\Migration\Migration1603179023AddDefaultSettingConfigValueForProductListingPerPage to add default value for system config option core.listing.productsPerPage.
  • Changed method handleListingRequest() in Core\Content\Product\SalesChannel\Listing\ProductListingFeaturesSubscriber to use salesChannelContext in handlePagination() to get the number of shown products per page.