Sense theme price range in collection page.

Topic summary

A user working with Shopify’s Sense theme (version 15.0) needs help modifying the collection page to display product variant price ranges. Currently, the theme shows “From {{ price }}” for products with variants, but they want to change this to display the full range as “{{ min-price }} - {{ max-price }}”.

Current Challenge:

  • Unable to locate the correct code section in the snippets/price.liquid file
  • Existing code structure differs from solutions found online
  • The theme is unpublished and still in development

Preview Link Provided:
The user shared a Shopify preview link (https://42737196706-e9968rcq4zrdpi4t.shopifypreview.com) for anyone who can assist with identifying the specific code modification needed.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

Hello, is there anyone who can help me with the following? I use the Sense theme 15.0 and I’m trying to show the price range from my product variants on the collection page, so instead of ‘From {{ price }}’ I would like it to be shown as: ‘{{ min-price }} - {{ max-price }}’. I’ve tried several things, but all the codes I can find look different than in my snippets/price.liquid file, so I can’t find out what piece of code I need to change exactly.

I hope anyone can help me out here. The theme I’m working on is not published yet, so here is a preview link if needed: https://t4ipdrz4qcr8699e-60769173724.shopifypreview.com

Thanks in advance!

3 Likes

Hi Madelaine2, did you every find a solution to your post? Enquiring because I want to do the same thing on my collections pages. Best, Alison

1 Like

The sense theme is dawn-theme adjacent in time of release so any searches , discussions, or customizations for that might transfer
To DIY you have to drill down through files setting up the logic
https://github.com/Shopify/dawn/blob/main/sections/main-collection-product-grid.liquid#L168
https://github.com/Shopify/dawn/blob/main/snippets/card-product.liquid#L207
https://github.com/Shopify/dawn/blob/main/snippets/price.liquid#L39

Merchants that need code services can reach out to me.
:speaking_head: :postbox: Click profile-pic on forums for options to connect, always provide reference/context in all new comms please.


For horizon-themes to add things to the collections product grid you have to change the product-card snippet’s product-card element contents
https://github.com/Shopify/horizon/blob/main/snippets/product-card.liquid#L98

@ambullseye this will need code editing, which theme are you using?

Ok thank you. I had been trying various edits within price.liquid. I will explore the product-card.liquid.

Hi! I am using the Horizon theme. :slight_smile:

@ambullseye ok, we need to edit the code to put variant minimum price and variant maximum price on collection page to show both prices

Hi Do you do this sort of thing?

1 Like

@ambullseye yes I do