Add International Shipment Discaimer Note to "Cart" and "Checkout" pages

Hello Shopify Community,

I believe I have the “Venture” theme and there doesn’t appear to be a way to add a note or text box to the cart and checkout pages. I wish to add a disclaimer about international shipments and customs so that customers are aware and agree by clicking the “checkout” button. Here is where I would want this note:

Is this technically possible? Probably through some magical CSS code snippet I am sure? Thanks!

-Sam

Hi @StrawHatSam

Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.

Hi so sorry! It’s been a while and I forgot I needed to include that information. Here is the link to my store: www.strawhataerial.com/

Thank you!

Hi @StrawHatSam ,

You can only add the message you want to the Cart page, unfortunately, you cannot customize the checkout page on this page due to Shopify’s default.

For Cart page because we can’t access your store but you can try below:

  • Add an element ( example:
    this is your message
    ) after the tag with the id “CartSpecialInstructions” in the file displaying the Cart page in the edit code section.

The result will be like this:

We hope this can help you.

1 Like

Wonderful! This solution is perfectly adequate and I was able to edit the code without any errors at all. The results were exactly as described. Thank you!!!