How to add product description to Home - Dawn Theme
Looking to have my full product and description on Home Page. How do I do this?
Using Dawn Theme
Users are seeking to display full product descriptions on their homepage using Shopify’s Dawn theme (and similar themes like Refresh and Ride).
Proposed Solution:
featured-product.liquid file in the sections folder{{ product.description }} at line 324 (for Dawn theme)Current Issues:
Status: The discussion remains open with unresolved compatibility issues for newer Dawn versions. Some users have offered direct assistance via email or store URL review to troubleshoot specific cases.
How to add product description to Home - Dawn Theme
Looking to have my full product and description on Home Page. How do I do this?
Using Dawn Theme
for this, you need to go to the featured-product liquid file inside section folder and put bellow code on line 324
{{product.description}}
@butanedragon - if you are familiar with coding then you can put line of code given by @NileshTejani on that particular line, else if you ind it difficult then please let me know, I can do it. You have my email below. I can send collab request.
Hi, I’m trying to do the same thing with the Refresh theme, can you help me? Thanks in advance for your interest.
oh sorry for that issue can you please send store url so i will check and let you know
Hello, I have not yet published the theme. I give you the link of the page under construction, is it ok? The product is at the bottom.
This solution does NOT work for me Dawn version 10.
This solution does NOT work for me Dawn version 10.
This solution does NOT work for me Dawn version 10.
oh sorry for that issue can you please share your store url so i will check and let you know
How can you determine where in the code this should be added? Is there documentation that specifies this? I’m needing to perform the same thing (add the product description to the home page) but I’m using a different theme (Ride). It would be helpful to understand how to figure this out using the documentation. Thanks in advance.