Cookie Consent for Wix
Cookiezy gives Wix teams a straightforward path to consent management using the actual Wix custom-code package. The Wix adapter boots from the head, loads the core runtime, then adds the UI and scanner in the footer for a clean site-wide setup.
A practical Wix consent setup for site owners, marketers, and implementation partners.
Cookie banner preview
Lightweight. Fast. Clear by default.
Cookie consent. Done easy.
Lightweight consent that keeps your site fast and your data intact.
What the Wix ZIP includes
After payment you download `platform-cookie-core.zip`. For Wix you use the files inside `packages/adapters/wix/custom-code/`.
- • `custom-code/wix-bootstrap.js`
- • `custom-code/cookie-consent.js`
- • `custom-code/cookie-consent-ui.js`
- • `custom-code/cookie-consent-scanner.js`
- • `custom-code/cookie-consent.css`
- • `custom-code/global-head-snippet.html`
- • `custom-code/global-footer-snippet.html`
- • `custom-code/policy-page-embed.html`

Upload the Wix custom-code assets to a public URL
Extract `platform-cookie-core.zip` and host all files from `packages/adapters/wix/custom-code/` on a public asset domain. Keep the file names unchanged because the Wix bootstrap config expects those exact URLs.
Code snippet
https://assets.cookiezy.com/wix/wix-bootstrap.js
https://assets.cookiezy.com/wix/cookie-consent.js
https://assets.cookiezy.com/wix/cookie-consent-ui.js
https://assets.cookiezy.com/wix/cookie-consent-scanner.js
https://assets.cookiezy.com/wix/cookie-consent.cssAdd the real head and footer snippets in Wix custom code
In Wix Settings, open Custom Code. Put the contents of `global-head-snippet.html` into the head for all pages, then add the contents of `global-footer-snippet.html` before the closing body for all pages. Replace the placeholder CDN URLs with your hosted asset URLs.
Code snippet
<link rel="stylesheet" href="https://assets.cookiezy.com/wix/cookie-consent.css">
<script src="https://assets.cookiezy.com/wix/cookiezy-wix-adapter.js"></script>
<script>
window.CookiezyWixAdapter.boot({
locale: "en",
storageKey: "wix_cookie_consent_v1",
policyUrl: "/en/cookie-policy",
theme: { layout: "bottom-right", themeClass: "" },
texts: {}
});
</script>
<script src="https://assets.cookiezy.com/wix/cookie-consent.js"></script>
<script src="https://assets.cookiezy.com/wix/cookie-consent-ui.js"></script>
<script src="https://assets.cookiezy.com/wix/cookie-consent-scanner.js"></script>Embed the policy audit and validate the live site
Open your Wix cookie policy page and insert the markup from `policy-page-embed.html` where you want the audit to appear. Publish the site, then test the banner, footer settings reopen flow, and policy page scan in a clean session.
- • Confirm the banner appears on first page load
- • Reject optional categories and verify only necessary cookies remain
- • Open `/en/cookie-policy` and confirm the audit block renders
- • Reopen the settings modal from the footer after the first choice
Built for real Wix site needs
A better fit for teams that want a clean consent flow without enterprise overhead.
Wix custom code ready
The package includes dedicated head, footer, and policy page snippets for the Wix install flow.
Optional script control
Keep analytics and marketing logic off until the visitor actively opts in.
Clean consent UX
Present a modern banner and settings flow without overwhelming the page.
Policy page audit
Use the included audit embed on the cookie policy page for a clearer compliance experience.
Wix cookie consent FAQ
Helpful answers for teams considering Cookiezy on Wix.
Which ZIP should I use for Wix?
Use `platform-cookie-core.zip` and take the Wix-specific assets from `packages/adapters/wix/custom-code/`.
Do I need separate head and footer snippets on Wix?
Yes. The intended Wix install uses `global-head-snippet.html` for the bootstrap and core runtime, plus `global-footer-snippet.html` for the UI and scanner scripts.
How do I show the cookie audit on the policy page?
Add the markup from `custom-code/policy-page-embed.html` to the Wix page where you want the audit section to appear.
Can visitors change their choice later?
Yes. Cookiezy supports reopening consent settings from a persistent UI entry such as the footer.