Product weights not showing on Dawn Theme

Topic summary

A user is trying to display product weights on their Shopify store using the Dawn theme but cannot locate where to implement the necessary code edits.

Solution Provided:

  • Another user shares step-by-step instructions to add weight display functionality
  • Code snippet must be inserted into main-product.liquid file in the Sections folder
  • Specific placement: before the last </div> tag within the {%- when 'title' -%} block
  • The code displays the weight of the currently selected or first available product variant

Ongoing Issues:

  • The original poster successfully implemented the fix for individual product pages
  • They now want to extend this functionality to collection pages showing all products
  • Multiple users report that weights don’t update dynamically when selecting different product variants—requiring a page refresh to see updated weights
  • No solution has been provided yet for either the collection page display or the variant update issue
Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hi there, this works, however when you select a variant it does not update the weight unless you refresh the page.

Do you know a way to fix this please?

Many thanks