Shopify / theme-tools

Everything developer experience for Shopify themes
https://shopify.dev/docs/themes
MIT License
48 stars 14 forks source link

The comment object should be available in section files #352

Closed charlespwd closed 2 months ago

charlespwd commented 2 months ago

It's a bit of poorly documented lore. But when you post a new_comment form, the comment object becomes available globally.

https://shopify.dev/docs/themes/architecture/templates/article#paginate-article-comments:~:text=When%20a%20customer%20posts%20a%20comment%2C%20your%20code%20should%20provide%20feedback%20indicating%20whether%20it%20was%20posted%20successfully%2C%20or%20if%20there%20were%20any%20errors

Fixes #351

Before you deploy