Issue Integrating Dynamic Product Description

Hello,

I am currently developing a store using the Toyo theme and I am facing an issue on the product page. I want to add the product description in a collapsible accordion, but I’m having trouble accessing the product description dynamically.

When I try to use {{ product.description }} within the product page, it doesn’t display any output, and it’s also not available as an option in the dynamic sources list when I attempt to connect data dynamically.

Could you please guide me on how to correctly access and display the product description dynamically ?

Thank you for your assistance.

Best regards,

Isaure

Have you tried connecting the collapsible row section dynamically, in your theme’s customization?

Yes, the product description is not available as an option in the dynamic sources list when I attempt to connect data dynamically

A very easy solution to this is to create metafields. Are you aware of metafields?

Hello can you please share the store url and password if any ?

Meanwhile ,the Toyo theme itself provide the feature for collapisable product description and no need to add any code for it.

Thanks

1 Like

Yes, I am aware of the use of metafields and have considered this as a potential solution. However, my goal is to understand how to directly link and display the standard product description field.

Thank you for your assistance. I apologize for any confusion; it turns out the issue with the collapsible product description was due to a CSS styling, which made it invisible on the page. I have resolved the issue and everything is now displaying correctly.