Hey guys!
I am looking to increase to max amount of products displayed on featured collection sections and remove the “view all” button. Right now the max amount that can be shown is 25. I would like to increase it to 500.
Website: https://wholesomeboy.co/collections/all
If someone could explain why my “View All” button doesn’t do anything, that’d be awesome! I’m not sure how to get that feature to work.
Thanks,
Justin
Hi,
Hope this will help
At In the code editor, find and open the “index.liquid” or “collection-template.liquid” file. Find code renders the featured collection section something like this
{% for product in collections.featured.products %}
{% endfor %}
or
{% for product in collections.featured.products limit: 25 %}
{% endfor %}
change limit to 50
Hope this will help. If you still need help you can contact us
@WholesomeBoy
Please share your feature collection section code!
Thanks!
Hi @WholesomeBoy
Plz refer to the below screenshot and change the “max”: 12 to 250.
You should not make it to more than 250, because more data will impact the website loading.
Hope this will help…