@Wendy_C_Photo - ok I will search it, you too please let me know if you find any
Topic summary
Goal: show a price range (from–to) on Dawn theme product cards instead of only “from,” based on variant prices.
Early notes: Shopify doesn’t provide a built-in way to determine the highest variant price on cards, so no native range display; initial suggestion was to use an app or contact support.
Proposed solution: a Liquid edit to price.liquid. When product.price_varies (product has variants with different prices), loop through product.variants to find the maximum price (max_money) and output a translated “from” price followed by “to” and the max. Images were shared showing the desired look and where to update the code. (Attachments are central.)
Outcome: Original poster resolved via hired help, did not test the shared snippet, but left it for others’ benefit.
Latest update: A follow-up asks how to remove the “USD” currency label from the displayed range; no answer yet.
Status: Partially addressed. Custom code approach provided, but confirmation of implementation and currency-format customization (removing USD) remain open.