How to show Total number of items in my collection

We have identified a functional limitation on our e-commerce platform, Riptide Aquaculture, regarding the display of the total number of items within our collections, specifically visible in the “WYSIWYG Coral” collection. The current setup does not automatically display the total number of items available in each collection, which is essential for enhancing user navigation and improving the overall shopping experience. This issue has been noted within the framework of the Align Theme utilized by our website.
https://www.riptideaquaculture.com/collections/wysiwyg-coral

Hi @masonwg ,

You do need to add the below code to show the collection’s total product count.

{{ collection.all_products_count }}

Thank you

where should i put this piece of code into?

You need to add the code in main-collection.liquid file