# Resurface Shopify consent notice

Didomi provides a JavaScript code snippet that your organization can implement on its Shopify store to resurface the consent notice and enable end-user's to manage their consent selections on an ongoing basis. In this article, we will cover how to implement the resurface code in the theme used for your Shopify store.

From the admin view of your organization's Shopify store, select **Online Store** on the left-hand column and click **Themes**.

<figure><img src="/files/ce3jhx90oaWORTk2RRny" alt="" width="563"><figcaption></figcaption></figure>

On the subsequent page, locate the theme used for your Shopify store that is integrated with the Didomi consent notice. Click the **ellipsis** and select **Edit code** from the drop-down menu.

<figure><img src="/files/zz3DEi7B78WpBdpOm87M" alt="" width="563"><figcaption></figcaption></figure>

Locate the `.liquid` file where your organization will input the Didomi resurface code. Edit the file to include the following:

```html
<a href="javascript:Didomi.preferences.show()">Consent Preferences</a>
```

In the example below, we are adding the code to the footer of our pages.&#x20;

<figure><img src="/files/FpsuqwbOu1jdoxfqFtMD" alt="" width="563"><figcaption></figcaption></figure>

Click **Save** when finished. The resurface code will be added to your page and end-users can click the button/link to manage their consent selections on an ongoing basis.

<figure><img src="/files/Jzq0PiTVkQcLOmv5FLgs" alt="" width="563"><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.didomi.io/integrations/content-management-system-cms/shopify-beta/resurface-shopify-consent-notice.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
