-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Catalog Page Empty if "Allow All Products Per Page" is set to "Yes" #35900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @gwharton. Thank you for your report.
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
For more details, review the Magento Contributor Assistant documentation. Add a comment to assign the issue: To learn more about issue processing workflow, refer to the Code Contributions.
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento give me 2.4-develop instance |
Hi @gwharton. Thank you for your request. I'm working on Magento instance for you. |
Hi @gwharton, here is your Magento Instance: https://80580bda8b630bcd60edf378d7ee89cc.instances.magento-community.engineering |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Once all required labels are present, please add |
❌ Something went wrong. Cannot create Jira issue. |
1 similar comment
❌ Something went wrong. Cannot create Jira issue. |
@magento give me 2.4-develop instance |
Hi @Kannakiraj123. Thank you for your request. I'm working on Magento instance for you. |
Hi @Kannakiraj123, here is your Magento Instance: https://80580bda8b630bcd60edf378d7ee89cc.instances.magento-community.engineering |
Workaround: Override
|
Having the same issue, apparently the $localeFormatter (which is new in 2.4.5) is not passed to the product/list/toolbar/limiter.phtml template or any other template like product/list/toolbar/amount.phtml or product/price/tier_prices.phtml at all. Upgrading a webshop to 2.4.5 gives me the error: |
Whilst my error was on Line 26, it was because it was trying to parse the phrase "All" as an int. It was expecting all entries of the limiter to be an integer number which it isnt when the setting is set. I don't seem to be experiencing the $localeFormatter issue which I suspect will be independent of whether the setting is set or not. |
@gwharton Same in my case. |
❌ Cannot export the issue. This GitHub issue is already linked to Jira issue(s): https://jira.corp.adobe.com/browse/AC-6384 |
1 similar comment
❌ Cannot export the issue. This GitHub issue is already linked to Jira issue(s): https://jira.corp.adobe.com/browse/AC-6384 |
Closed without a comment? |
PR is here #35987 |
Which got closed with a comment:
|
Hello, As I can see this issue got fixed in the scope of the internal Jira ticket AC-6384 by the internal team Based on the Jira ticket, the target version is 2.4.6. Thanks |
I had the same issue. Can confirm that PR #35987 solves the pagination loading issue. |
@dragonfly4, the official fix (which is a better one), is over here: bb55549 |
This was obviously patched before 2.4.5-p1 was published but was omitted from the release. If it's due to be published in 2.4.6 like mentioned by @engcom-Hotel this would mean that there won't be a fix before 2.4.5-p2/2.4.6 and the open source release in March 2023. That's quite a long time for a quick fix. |
Preconditions and environment
Steps to reproduce
Deploy 2.4.5 vanilla

Create Test Category
Create Test Product in test category
Browse to test category page on frontend and ensure product is visible.
Set Allow All Products Per Page setting (Config -> Catalog -> Catalog) to Yes
Clear Cache
Browse to test category page on frontend and ensure product is visible.
Expected result
Product is visisble

Actual result
Product is not visible

Additional information
No response
Release note
The Category Page is no longer empty when "Allow All Products Per Page" is set to "Yes".
Triage and priority
The text was updated successfully, but these errors were encountered: