Product prices were missing on product pages in Dawn 15.4.0, despite being set in admin and visible in collections. A preview link and screenshots were referenced.
Likely causes suggested:
The product price block/section was not present in the product template (code lacked a price snippet).
Theme customization may have removed or hidden the price during design.
Checking product page settings to ensure the price block is enabled was advised.
Resolution:
The issue was resolved by un-hiding a product variant. Hidden variants can prevent the price from rendering on the product page.
Notes:
“Dawn” is Shopify’s default theme; “variant” refers to product options (e.g., size/color) that can control price display.
A screenshot indicating a missing price block was shared; code inspection confirmed absence of a price section.
Outcome:
Resolved. No further action needed on pricing. The original poster opened a separate, unrelated question about moving the mobile search icon to the left in Dawn 15.4.0.
Summarized with AI on November 25.
AI used: gpt-5.
I’m using Dawn 15.4.0, and for some reason the product prices are not showing on my product pages. The products have prices set in the admin, and they show correctly in collections, but on the actual product page the price is completely missing.
Does anyone know what might hide the product price or how to fix this?
@crepscity I checked the code for your product page and it does not have a code for price, I think price section is not added via customize settings, please check setting shown by @tim_1 , if it still has the issues then I can check the theme code and solve the issue for you.
@crepscity nice to know that your problem has been solved
Since you need to move search icon then please open header settings in customize options and check if it has an option to move icon
Else will need to edit theme code and css to achieve it.
I’m using Dawn version 15.4.0, and on the mobile header, my search icon is currently on the right side, but I want it to appear on the left side, right next to the hamburger menu icon where it normally should be on mobile version only.
Also, i noticed when i slide down the icons start shaking?? i have a stinky header.
@crepscity point people to se the actual topic for this issue, don’t go off topic even in your own threads.
It’s against the guidelines, rude to contributors time, and just plain makes it harder for everyone including future merchants to find relevant threads.
Thanks for sharing your code. I had to adjust a bit of the code and it works perfectly for aligning the search icon next to the hamburger menu!
I did notice, however, that on my site the icons shake slightly when scrolling, and also when I navigate to another page, they all move a bit and aren’t perfectly aligned across pages.
I think this is happening because my header is sticky, and on page transitions or when the sticky state updates, the parent container of the icons shifts slightly. This makes the absolute-positioned icons move or jitter a little.
It would be great to find a solution that ensures the icons stay exactly aligned with the hamburger menu across all pages and during scroll.
Not sure cause I never liked the sticky header so I don’t know if it breaks with sticky. I did notice a slight bounce on first page load. I also noticed a weird double line border when dragging down almost to refresh.
Open the product page section in the the Theme Editor and make sure the Price block is included. Make sure each product has a default variant with a price. Check any custom code or Liquid statements that could be hiding prices. Testing on a new installation of Dawn will let you know if the problem is your customizations or something else.