I am on a Shopify Plus account. I am trying to add postscript to my checkout page. I have the script added to my checkout.liquid but it is not loading.
As a simple test, I added a class both to my body tag and the main div tag, neither show up on the front end. Are there apps that modify checkout at all? I inherited my site from another developer so wondering if they did something weird that would preclude the code from rendering properly.
This is my checkout.liquid file
{{ content_for_header }}
{{ checkout_stylesheets }}
{{ checkout_scripts }}
{% render 'shogun-head' %}
{{ skip_to_content_link }}
{{ order_summary_toggle }}
{{ content_for_logo }}
{{ content_for_order_summary }}
{{ tracking_code }}
