Hi there, I tried it but it didnt work
Topic summary
A Shopify store owner using the Dawn theme wants to reorder product pricing so the sale price appears before the strikethrough original price on product pages.
Two solutions offered:
-
Editing price.liquid file: Multiple responses suggest locating specific code in the price.liquid template file and repositioning HTML elements to change display order. This involves moving sale price markup above the regular price markup.
-
CSS-based reordering: Another approach uses CSS flexbox with the
orderproperty in base.css to visually reorder elements without changing HTML structure.
Current status:
The original poster tried at least one solution but reported it didn’t work, sharing a screenshot. A follow-up question asks how to make code changes reflect on the live store, suggesting uncertainty about the implementation process.
The discussion remains ongoing with no confirmed resolution. Screenshots are referenced throughout to illustrate before/after states and implementation steps.
