We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed8a2ee commit e36278cCopy full SHA for e36278c
app/code/Magento/Catalog/view/frontend/web/js/product/list/toolbar.js
@@ -149,7 +149,7 @@ define([
149
delete paramData[this.options.page];
150
}
151
152
- if (currentPage > 1 && (paramName === this.options.limit || paramName === this.options.mode)) {
+ if (currentPage > 1 && paramName === this.options.limit) {
153
newPage = Math.floor(this.getCurrentLimit() * (currentPage - 1) / paramValue) + 1;
154
155
if (newPage > 1) {
0 commit comments