Attempting to close the HtmlElement 'summary' before LiquidTag 'if' was closed.

Facing this error while saving the PDP page of the Dawn default theme: 'Attempting to close the HtmlElement ‘summary’ before LiquidTag ‘if’ was closed.’

Does anyone know the solution for this?

Thanks.

Is the

closed around the summary tag?

Is that from the theme code editor in the themes admin?

Never seen it do that, if you can’t identify the problem considering editing the them through the shopify-cli or with themekit(requires a theme access key , or all permissions needed to install a custom-app).

First double check all spellings and tags are closed.

Then try gutting all other code between the two summary bookends, even the render tag just to see if it will save. If that works then start replacing the deleted code to see what finally breaks it.

Just had the same error myself in the default install of Dawn 12.0

Have fixed it by moving

and down one line below the endif’s