How to add static content on the checkout sidebar of Shopify?
Hello @DeepakSah
Try this
-
From your Shopify admin panel, go to Online Store > Themes.
-
Click on the Actions dropdown menu and select Edit code.
-
In the Templates folder, locate the file named
checkout.liquid. -
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.
