Even if we haven't developed a specific integration in the form of an extension/plugin for your CMS, you can still add the Axeptio script in the custom code section of your CMS. We'll help you find this section in your CMS in the sections below.
Webflow
â Tested in August 2021 // Official Documentation
Log in to your Webflow account and select your project.
Click the hamburger menu â° in the top left and then click Project Settings.
Click the Custom Code tab
Paste the Axeptio code snippet in the Footer Code section and click Save Changes
Publish your site for the changes to take effect, and you're done!
Wix
Go to your project and select "Settings" from the menu
In the following menu you can scroll down to the bottom and select "Advanced Settings" then "Tracking and Analytics"
You can then select "New Tool" then "Custom" and a pop-up will appear
In this pop-up, copy and paste the Axeptio code you retrieved in section 2. Integration details, choose to add the code on all pages then place the code in the body - end of site. Finally, you can apply to deploy online and your Axeptio version will be visible
Warning: you must absolutely choose to place the tag at the end of the body text, otherwise Axeptio will not display
Joomla
To insert the Axeptio code into your Joomla project, follow these steps
Log in as an administrator in your Joomla project
In the main navigation menu, go to: Extensions > Templates > Templates.
Click on your template and select index.php from the left menu
Copy and paste the Axeptio code as high as possible in the <body>
Of course, replace the XXX with your clientId and cookiesVersion
<script>
window.axeptioSettings = {
clientId: "XXXX",
cookiesVersion: "XXXX",
};
(function(d, s) {
var t = d.getElementsByTagName(s)[0], e = d.createElement(s);
e.async = true; e.src = "//static.axept.io/sdk.js";
t.parentNode.insertBefore(e, t);
})(document, "script");
</script>
Save by clicking validate
Your cookie version is now online.
Bigcommerce
1. Log in to your Bigcommerce admin.
2. Go to StoreFront, then Footer Scripts and insert the Axeptio code there, then save.
You can also use Google Tag Manager to insert the code by using the Google Tag Manager container instead of the Axeptio code (and then manage Axeptio in Google Tag Manager)
Congratulations, you're all set!
Configure your Axeptio cookie management
Go to your Axeptio client space to configure your widget.
Squarespace
Log in to your SquareSpace account
In the left menu, click Settings
Click "Advanced" then Code Injection
Copy / paste the Axeptio code in the header
Click Save
Your cookie version is now online.
Bitrix
â Tested in August 2021 (interface)
In your Bitrix account, go to your list of sites and click the Actions menu in the top right of your site block, then click Configure the site.
Click More to expand more options, and check Custom HTML.
Paste the Axeptio code snippet in the HEAD block
Click the Save button at the bottom of the page.
That's it!
TYPO3
â Tested in August 2021 // Version 10
In the TYPO3 admin, click Theme Options in the left menu.
Click Integration
Click Enable Body Code and paste the Axeptio code snippet in the Code before body field.
Click the Save changes button in the top right, and you're done!
OpenCart
â Tested in August 2021 // Version 3
In the OpenCart admin, click Design > Theme Editor in the left menu
Under Choose a theme, click common then footer.twig
In the edit block, scroll down to the closing </body> tag and paste the Axeptio code snippet just above it.
Click the Save button under the edit block and you're done!
