berrypath/magento2-berrypath-flow

BerryPath Flow widget integration for Magento 2.

Maintainers

Package info

github.com/BerryPath/magento2-berrypath-flow

Type:magento2-module

pkg:composer/berrypath/magento2-berrypath-flow

Transparency log

Statistics

Installs: 21

Dependents: 1

Suggesters: 1

Stars: 1

Open Issues: 0

1.0.5 2026-06-30 12:14 UTC

This package is auto-updated.

Last update: 2026-06-30 12:16:44 UTC


README

Magento 2 module for the BerryPath Flow widget.

BerryPath helps ecommerce teams add guided selling, product finder flows and guided product advice to their webshop. In Magento 2, this module makes those Flow widgets available on category pages, product detail pages and CMS/widget placements.

The category banner title and description are rendered as regular Magento HTML, so merchants can add relevant, indexable context around product advice flows.

Installation

composer require berrypath/magento2-berrypath-flow
bin/magento module:enable BerryPath_Flow
bin/magento setup:upgrade
bin/magento cache:flush

For local app/code development, place it at:

app/code/BerryPath/Flow

Configuration

Global settings are in:

Stores > Configuration > BerryPath > Flow

Use this for global enable/disable, locale code, market code, product ID source and the success pixel.

The locale code is passed to the BerryPath embed as data-berrypath-locale. Leave it empty to derive the primary language from the Magento store locale, for example de_DE becomes de and fr_FR becomes fr.

Enable the widget per page by entering a Flow UUID:

  • Category: Catalog > Categories > BerryPath Flow
  • Product: Catalog > Products > BerryPath Flow
  • CMS/widget usage: Magento widget BerryPath Flow

If no Flow UUID is set on the category, product or widget, nothing is rendered.

The success pixel is enabled by default. On the Magento checkout success page it loads the main berrypath.js file and passes the order total plus product identifiers through window.BerryPath.conversion(...) for assisted conversion tracking.

Product Feed

Product feed generation is provided by the separate package:

It adds the Stores > Configuration > BerryPath > Product Feed section and generates the XML feed per store view.

Hyva

For Hyva storefronts, install the separate compatibility module:

The Hyva module replaces the frontend templates through hyva-themes/magento2-compat-module-fallback.

Screenshots

Homepage CMS widget

Category page widget

Product page widget