The Termageddon script is not loading in the Policy Editor, but it works on regular pages.

Hello! We will be using a third-party policy generator and just need to add the script to a page.

I tried adding the script using the HTML editor in Settings > Policies, but it’s not loading on the front end. I tested it on a regular page, and the script loaded and worked fine.

Does the policy editor use a different editor compared to a regular page? I reached out to Support, but they recommended checking with community support. Do you have any recommendations for a workaround? Thank you!

Hi WenaDee,

One option could be to just use regular pages and set a redirect from storename.com/policies/legal-notice to the url of the regular page where the script is. Would this workaround be suitable for you?

The normal URL redirects didn’t work because both pages are live. Instead, I added a redirect in the theme file. So far, it’s working.

{%- if policy.title == “Terms of service” -%}
{{ policy.title | escape }}
{%- else -%}