No image available

Plausible

Add Plausible Analytics in Prestashop.

Developed by Pixel Open

Get This Module Free on GitHub
PS 1.7 – 9.x License: MIT Status: Active Health: Excellent

Info updated 1 month ago

Sources
Stars: 8 Forks: 1 Last commit: Nov 7, 2025
Type
Module

Info checked: Mar 2, 2026

Prestashop Plausible

Presentation

Add Plausible Analytics in Prestashop.

!Screenshot

Requirements

  • Prestashop >= 1.7.6.0 / Prestashop >= 8.0 / Prestashop >= 9.0
  • PHP >= 7.2

Installation

Download the pixel_plausible.zip file from the last release assets.

Admin

Go to the admin module catalog section and click Upload a module. Select the downloaded zip file.

Manually

Move the downloaded file in the Prestashop modules directory and unzip the archive. Go to the admin module catalog section and search for "Plausible".

Configuration

From the module manager, find the module and click on configure.

| Field | Description | Example | Required | |:-----------------------|:------------------------------------------------------------------------------------------------------|----------------------------------------------------------|----------| | Add JavaScript snippet | Enable stats by including the Plausible snippet in the head of your website | Yes | Y | | Plausible Instance URL | Your plausible instance URL. Allow to use a custom domain for dedicated instance | https://plausible.io | N | | Shared Link | The shared link allows to display stats in the "Statistics > Plausible" menu | https://plausible.io/share/website.prestashop?auth=xxxxx | N | | Enable goals | Enable goal events: contact, cart, checkout-step-X, order, category, product | Yes | Y | | Revenue Tracking | Enable Revenue Tracking (Plausible business plan only). Revenue is sent with the order goal. | Yes | Y | | Contact goal name | Plausible goal name when customer send a contact message. Leave empty to ignore. | contact | N | | Cart goal name | Plausible goal name when customer goes to the cart. Leave empty to ignore. | cart | N | | Checkout goal name | Plausible goal name prefix when customer goes to a checkout step {goalName}-X. Leave empty to ignore. | checkout-step | N | | Order goal name | Plausible goal name when customer submits order. Leave empty to ignore | order | N |

Create the shared link in your Plausible settings for the site in Visibility > Shared links > + New link

Stats

In the Prestashop admin, the Plausible stats are available in the Statistics > Plausible menu.

Goals

The module includes goal events when enabled in module configuration.

  • Category page view
  • Product page view
  • Contact message sent
  • Account registration
  • Cart view
  • Checkout step X
  • Order complete

You need to add goal events in your Plausible website configuration:

!Plausible Goals

The Plausible goal name must be the same as the name in the Prestashop module configuration.

Default goal names are:

  • category
  • product
  • contact
  • register
  • cart
  • checkout-step-1
  • checkout-step-2
  • checkout-step-3
  • checkout-step-4
  • order

Revenue Tracking

With the goal "order", the "revenue tracking" can be sent ("Revenue Tracking" option in module configuration). This feature is only available with Plausible business plan.

When you add the "order" goal, you need to enable the "Revenue Tracking":

!Plausible Revenue Tracking

How to add a custom goal?

In any template or JS file, use the <code>plausible</code> method to send the event to Plausible. Example:

<input type="button" value="My Button" id="my-form-button" />

&lt;script type=&quot;text/javascript&quot;&gt; const myButton = document.getElementById(&#039;my-form-button&#039;); if (myButton) { myButton.addEventListener(&#039;click&#039;, function() { plausible(&#039;my-form-button&#039;); // &quot;my-form-button&quot; is the Plausible goal event name }); } &lt;/script&gt;

  • Riferimento
    pixel_plausible

  • License
    MIT
  • PS Compatibility
    1.7.x
    8.x
    9.x
  • Status
    Active

Commenti (0)

Ancora nessuna recensione da parte degli utenti.
Caricamento in corso ...