Back to Integrations

PrestaShop Integration

Add the Pulse script to your PrestaShop theme template.


Edit your theme's head template

Open the head partial for your active theme and add the Pulse script.

themes/your-theme/templates/_partials/head.tpl
{block name='head_seo'}
  <title>{$page.meta.title}</title>
  <meta name="description" content="{$page.meta.description}">
{/block}

<script
  defer
  data-domain="your-site.com"
  src="https://pulse.ciphera.net/script.js"
></script>

{block name='head_stylesheets'}
  {include file='_partials/stylesheets.tpl'}
{/block}

For more details, see the PrestaShop theme docs.

Related Integrations: Shopify, WooCommerce, BigCommerce