Display custom price on collection page

Topic summary

Goal: show collection-page prices that exclude low-cost sample variants and only display variant prices from €10 and up (neither the minimum nor the maximum).

Context: Each wallpaper product has sample variants priced €1–€2.5 and higher-priced size variants. Current setup shows the max price on collections, which is undesirable for some brands because it displays the largest size price.

Approach considered: Adjust price logic in price.liquid to avoid min/max and filter out variants under €10 on collection cards.

Theme details: Speedo Pandora Wallpaper theme, reportedly built on Dawn.

Latest update: A helper notes Dawn supports a “from price” display on collections and provides a demo link for verification. However, “from price” typically shows the minimum price, which would still include sample prices and may not meet the stated requirement.

Status: Unresolved/ongoing.

Next steps:

  • Verify the theme’s “from price” behavior against the demo.
  • If insufficient, implement custom code to exclude variants below €10 when computing the displayed price on collection items (likely in price.liquid or related card/price snippets).
Summarized with AI on December 14. AI used: gpt-5.

Hi!

I sell wallpapers and have an issue with the prices shown on the collection page.

For every product, I sell a wallpaper sample (as a variant) and a specific size of the wallpaper (depends on the brand). The samples are in a price range of 1 - 2.5 euros.

I already have set the prices on the collection page to the max price. But for some brands this is not ideal, because it shows the highest price of this wallpaper (biggest size).

My question:

Is there an option to show the prices on the collection page from 10 euros or higher, so the prices of the samples are not showing?

So I don’t want the minimum price nor the maximum price, I would like to show the prices of the variants from 10 euros and higher.

It should be coded in the price.liquid file I think, this is where I can change the min/max price range on the collection page.

Please let me know if anything is unclear, thanks!

hi @MaartjeS ,

Please send me the name of the theme you are using, I will check it

That would be great, thanks! It’s the Speedo Pandora Wallpaper theme. I think it is build on the Dawn theme.

Hi @MaartjeS ,

I checked and Dawn theme supports from price, can you double check it? Refer https://theme-dawn-demo.myshopify.com/collections/bags

Please let me know