Switching Consent Platforms: Osano to Pandectes
Introduction
If you previously used Osano and are now switching to Pandectes GDPR Compliance, you must first remove all Osano-related code from your Shopify theme. Running two consent platforms at the same time can cause duplicate banners and broken consent logic.
Below is exactly what you need to check and remove.
Check your theme.liquid file
Go to:
Online Store > Themes > Edit code > Layout > theme.liquid
Inside this file, look for an Osano script inside the <head> section. It usually looks similar to:
<script src="https://...osano.js"></script>
If you find it, delete the entire script tag.
In the same file, also search for the following line:
{% render 'osano-shopify' %}
If it exists, remove it completely.
Save the file after making changes.
Check the Snippets folder
Still in Edit code, open the Snippets folder.

Look for a file named: osano-shopify.liquid
If it exists, delete it entirely and save.
Check Checkout (Shopify Plus only)
If your store is on Shopify Plus and Osano was added to checkout:
Go to:
Online Store > Themes > Customize and select “Checkout and customer accounts” from the top dropdown

In the Sections panel (usually Footer), check if there is an “Osano CMP (Checkout)” app block. If present, remove it and save.
Verify everything is removed
Open your storefront in an incognito window.
Confirm that:
- No Osano banner appears
- No
osano.jsfile loads in the browser Network tab
Next step
Once everything is clean, follow the official Pandectes installation guide
After completing the installation guide, Pandectes will take over consent management for your storefront (and checkout, if applicable).
Updated on: 03/03/2026
Thank you!
