Integrations
PrestaShop Integration
PrestaShop Integration
Add Conseto to your PrestaShop store for analytics, consent management, and e-commerce tracking.
Installation
1
Go to PrestaShop Admin → Design → Theme & Logo → Advanced2
Or edit your theme template header.tpl3
Add the Conseto script before the closing </head> taghtml
{* In themes/your-theme/templates/_partials/header.tpl *}
<script src="https://www.conseto.io/dist/conseto.min.js"></script>
<script>
Conseto.init({
clientId: 'YOUR_CLIENT_ID',
autoTrackEcommerce: true
});
</script>