Hi everyone
I am using dawn theme and when i want to change product description my all products automatically change and every products has same description. Can you help me with that
Hi everyone
I am using dawn theme and when i want to change product description my all products automatically change and every products has same description. Can you help me with that
Check the code structure: Review the code in your Dawn theme to ensure that the product description code is correctly implemented. Look for any loops or logic that might be causing the same description to be applied to all products.
Verify the correct liquid variables: Make sure you’re using the appropriate liquid variables to display the unique product description for each product. In Shopify themes, the liquid variable for the product description is usually {{ product.description }}. Ensure that this variable is used within the correct context and loop to display the individual product descriptions.
Confirm the use of product-specific descriptions: Check if the product descriptions are being pulled from a specific location, such as a product metafield or a custom field in your Shopify admin. If you’re using a custom field, ensure that the correct liquid variable is used to retrieve the product-specific description.
Thank you so much