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 @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