How to setup data sales opt-out
This guide provides step-by-step instructions to set up the opt-out page using Pandectes GDPR Compliance, ensuring your store aligns with data protection laws.
A data sales opt-out page is a specific page on your online store designed to give visitors the option to refuse the sale or sharing of their personal data with third parties. This page empowers users by giving them the ability to manage how their information is used and distributed. The presence of the Global Privacy Control (GPC) header triggers the automatic opt-out from the sale or sharing of data. More about how this feature works can be read here.
Option A. If your theme supports Online Store 2.0:
Navigate to the active Theme.
Use the menu on top, select Pages → Create template and name it donotsell.
With the newly created template selected on the left side panel, click the Add section button, search for Pandectes Do Not Sell and add it to the template.
Make sure the item is visible (eye icon) and click Save to update the theme.
Navigate to Pages.
Select an existing page or create a new one and give it a proper title.
On the right side, set the theme template to point to the donotsell template you created in the previous step.
Click Save to update the page.
Option B. In any other case:
Navigate to Pages.
Select an existing page or create a new one and give it a proper title.
Switch to HTML view, copy the code snippet below and paste it inside the body of the page.
<div id="pandectes-ccpa-container"><!-- leave empty --></div><script src="https://s.pandect.es/c/pandectes-ccpa.js"></script>
Click Save to update the page.
Go to the Navigation page in admin.
Click the Footer option to navigate to the Footer menu.
Click on the Add menu item to create a new menu entry.
Name the menu item Do Not Sell and have the link point to the new page you created in step 1.
Click the Save to save changes.
Introduction
A data sales opt-out page is a specific page on your online store designed to give visitors the option to refuse the sale or sharing of their personal data with third parties. This page empowers users by giving them the ability to manage how their information is used and distributed. The presence of the Global Privacy Control (GPC) header triggers the automatic opt-out from the sale or sharing of data. More about how this feature works can be read here.
Video Guide
Step 1: Create the page
Option A. If your theme supports Online Store 2.0:
Navigate to the active Theme.
Use the menu on top, select Pages → Create template and name it donotsell.
With the newly created template selected on the left side panel, click the Add section button, search for Pandectes Do Not Sell and add it to the template.
Make sure the item is visible (eye icon) and click Save to update the theme.
Navigate to Pages.
Select an existing page or create a new one and give it a proper title.
On the right side, set the theme template to point to the donotsell template you created in the previous step.
Click Save to update the page.
Option B. In any other case:
Navigate to Pages.
Select an existing page or create a new one and give it a proper title.
Switch to HTML view, copy the code snippet below and paste it inside the body of the page.
<div id="pandectes-ccpa-container"><!-- leave empty --></div><script src="https://s.pandect.es/c/pandectes-ccpa.js"></script>
Click Save to update the page.
Step 2: Make it accessible to Users
Go to the Navigation page in admin.
Click the Footer option to navigate to the Footer menu.
Click on the Add menu item to create a new menu entry.
Name the menu item Do Not Sell and have the link point to the new page you created in step 1.
Click the Save to save changes.
Updated on: 13/02/2025
Thank you!