Product Category: Infinite Scroll #145235
-
BodyI am trying to make my category page infinite scroll to go till the end of the product and I have increased the product limit in JSON as well as category: products: limit: {{theme_settings.product-count}} shop_by_price: true Here, but it is stuck at the 100 Max Products. Does anyone know how to make an infinite scroll in the peak big commerce theme? Additionally, I also tried using this Medium article, which is available online, but I still am not able to make an infinite scroll. Can anyone face this same problem and have a solution that will be very appreciated? Thank you...!!!! Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Mj6078 I think you should increment the page and concat the answer you receive to the existing list, this will be a correct implementation, increasing the limit is not correct. |
Beta Was this translation helpful? Give feedback.
Yes, I understand you completely, but as I said before, this is the wrong approach ⛔️
What if you put 1000 or 100000 there? Imagine how huge the request will be, you will inevitably encounter other errors.
I found a couple topics, please check
Y…