Skip to content
DocsIntegrationsPrestaShop Integration
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 → Advanced
2
Or edit your theme template header.tpl
3
Add the Conseto script before the closing </head> tag
html
{* 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>
Documentation — CONSETO | CONSETO