> For the complete documentation index, see [llms.txt](https://developer.esw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.esw.com/shopify/shopify-native/configuration/add-legal-messaging.md).

# Add Legal Messaging

To comply with legal requirements, you must add the [ESW Privacy Notice](https://esw.com/privacy-policy/) to your Shopify checkout page. This ensures that shoppers are informed about how their data is handled during the checkout process. The legal messaging is designed to integrate the ESW Privacy Notice into your Shopify store's checkout page. This messaging is essential for compliance with legal requirements.

{% hint style="warning" %}

## Requirements

* Install the **International App** and **Payments App**.
* The privacy notice can be added to your Shopify checkout page at any stage after installing the International App and Payments App.
* The ESW Privacy Notice must be added before go-live.
  {% endhint %}

## Legal Messaging

To add the ESW Privacy Notice to your Shopify checkout page, follow these steps:

{% stepper %}
{% step %}

### Access Checkout Settings

<div data-with-frame="true"><img src="/files/6298f2eccf1b9cc7393d28a1778b29aaa23f989e" alt=""></div>

* Access **Shopify Admin**.
* From the left panel, navigate to **Settings → Checkout**
  {% endstep %}

{% step %}

### Navigate to Configuration

<div data-with-frame="true"><img src="/files/2eaad1a8736e2e811e40a21fa5e52c6740e1ba65" alt=""></div>

* From the checkout **Configurations** section:
  * Click `Customize`
    {% endstep %}

{% step %}

### Add Block

<div data-with-frame="true"><img src="/files/1c2267f7d66b9e165947ffb42ec0fd1f2ee3f409" alt=""></div>

1. In the Checkout **Sidebar**, click **Add block**.
2. Select the block you want to add:

<i class="fa-cubes">:cubes:</i> **`ESW Privacy Policy`**
{% endstep %}

{% step %}

### Save Changes

<div data-with-frame="true"><img src="/files/e41bb2c938fd3f84304b7752999046d1c8c38161" alt=""></div>

Click **`Save`** at the top of the screen to publish the updated checkout layout.

{% hint style="info" %}
Blocks let you add custom content to your checkout page without editing theme code.
{% endhint %}
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developer.esw.com/shopify/shopify-native/configuration/add-legal-messaging.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
