How can I edit the product count text on my gallery page? (Sense theme)

Solved

How can I edit the product count text on my gallery page? (Sense theme)

YURT
New Member
4 0 0

Hey,Screenshot 2025-03-24 at 6.57.07 PM.png I’m using the Sense theme, and on my gallery page (the one that shows all of my products), there’s a line that shows something like:

178 products in the top-right corner.

 

I want to change that so it looks like this instead:

178 / 1000

(or something similar that replaces the word “products” with “/ 1000”).

 

I’ve checked the theme files—like collection.json, collection.liquid, and my custom page templates—but I can’t find where that specific text is coming from. There’s nothing obvious like products_count or “products” in the code I’ve found so far.

 

I’ve attached a screenshot showing what it currently looks like.

 

If anyone knows which file controls that product count, and how I can edit or replace the word “products” with a number like “/ 1000”, please tell me.

 

Would really appreciate any help

 

thanks

Accepted Solution (1)

SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

you can fix this by finding this file -> locale/en.default.json and search for product_count_simple and change the product to /1000

SafeerAhmed_0-1742862871921.png

If you still can't resolve the issue, feel free to DM or email your collaborator code and I'll fix it for you.

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!

View solution in original post

Replies 2 (2)

SafeerAhmed
Excursionist
43 9 11

This is an accepted solution.

you can fix this by finding this file -> locale/en.default.json and search for product_count_simple and change the product to /1000

SafeerAhmed_0-1742862871921.png

If you still can't resolve the issue, feel free to DM or email your collaborator code and I'll fix it for you.

Safeer Ahmed | Shopify Expert & Developer
Specialist in Shopify Development & Custom Shopify Solutions
Let's connect:safeerahmed23901@gmail.com
If my response helped, give it a like & mark it as a solution!
YURT
New Member
4 0 0

Thanks for the help, it looks great!