Thanks for the quick response… I’ll try it and let you know.
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.liquidfile 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
1 Like