We are using the Symmetry theme for our eyeglass store. The theme only allows me to show a maximum of 40 products on a single page. We need to display more than 40. Have searched this out and going into Code - Section - collection-template.liquid: it curently has this:
{% paginate collection.products by section.settings.coll_num_per_page_int %}
Just looking for where in coding I can change it so that a maximum of 40 products per page can be much higher.
Thank you.