Updates to checkout.liquid Not Showing Up

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 }}
  

Hi @elkewtf

Hope you’re having a great day!

Did your store be on Shopify Plus?

The checkout.liquid layout is available to Shopify Plus merchants only. If the store is not on Shopify Plus, even the presence of the checkout.liquid file does not change anything. No update of this file will be considered.

If your store isn’t on Shopify Plus, then you can customize your checkout pages in the theme editor only.

If you have any further questions, please do reach out either here on the forum, or via private message/email.

Yes I am Shopify Plus:

Finally figured it out. Whomever setup the account (I guess the prior dev), didn’t enable checkout.liquid on the account >.< this has been resolved.

Hi @elkewtf

You are welcome. I’m glad you were satisfied.

If you have any further questions, please do reach out either here on the forum, or via private message/email.

Could you help me please how to enable it ?

Could you help me please how to enable it ?