How can I add static content to the checkout sidebar?

How to add static content on the checkout sidebar of Shopify?

Hello @DeepakSah

Try this

  1. From your Shopify admin panel, go to Online Store > Themes.

  2. Click on the Actions dropdown menu and select Edit code.

  3. In the Templates folder, locate the file named checkout.liquid.

  4. Open the file and search for the following code:

{% if additional_checkout_buttons %}
  
    {{ additional_checkout_buttons }}
  

{% endif %}

Add your static content above or below this code as per your preference. For example:


  ### My Static Content
  

This is my static content that I want to display on the checkout page.

Save the changes and preview the checkout page to ensure that your static content is displaying correctly.

Hi Magecomp,

thank you for reply

But in my shopify, I am not found any checkout name of file.