spirit-digital-agency / magento2-bestprice-analytics
Integrate bestprice 360 analytics to your Magento 2 store.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.3||~7.2.0||~7.3.0||~7.4.0||~8.1.0
- magento/framework: >100.0
- spirit-digital-agency/magento2-spirit-core: ~1.0
This package is auto-updated.
Last update: 2025-04-20 18:53:12 UTC
README
Integrate BestPrice 360 analytics and badges to your Magento 2 store.
This module provides the integration between BestPrice 360 Analytics and the Magento 2 store.
- Integrates the analytics tracking script to all your frontend pages.
- Integrates the ecommerce data (transactions and revenue) generated during an order.
- Integrates the BestPrice partner badge.
- Integrates the BestPrice product badge as a review tab on the product page.
- Integrates the BestPrice product widget as a widget for the store’s pages.
- Select any of your Magento Product attributes or custom attributes to match your BestPrice XML feed
- Compatible with Magento 2.3.x and Magento 2.4.x
The module is available from the Github repo.
Installation
Install via composer (recommended)
We recommend you to install Spirit_BestpriceAnalytics module via composer. It is easy to install, update and maintain.
Run the following command in Magento 2 root folder.
Install
composer require spirit-digital-agency/magento2-bestprice-analytics
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Upgrade
composer update spirit-digital-agency/magento2-bestprice-analytics
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Manual
If you don't want to install via composer, you can use this way.
- Download Spirit_Core
- Extract
master.zip
file toapp/code/Spirit/Core
. You should create a folder pathapp/code/Spirit/Core
if not exist. - Download the latest version here
- Extract
master.zip
file toapp/code/Spirit/BestpriceAnalytics
. You should create a folder pathapp/code/Spirit/BestpriceAnalytics
if not exist. - Go to Magento root folder and run upgrade command line to install
Spirit_BestpriceAnalytics
:
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Setup
There are several configuration options for this extension which can be found
at Stores > Configuration > Spirit > Bestprice
.
BestPrice 360 Analytics
- Navigate to
Stores > Configuration > Spirit > BestPrice > BestPrice 360 Analytics
- Set the
Enabled
toyes
- Set the
BestPrice 360 Key
to the one provided by BestPrice - Set the
Unique ID
to the product Unique ID you are using in your XML Feed - Save and Flush Magento Cache
Additional Configuration
BestPrice analytics should be enabled and configured properly for additional features to function properly.
BestPrice Badge
Enable BestPrice Badge to display the partner badge to all your store's pages.
- Navigate to
Stores > Configuration > Spirit > BestPrice > BestPrice Badge
- Set the
Enabled
toyes
- Select desired display position for the badge
- Save and Flush Magento Cache
BestPrice Product Badge
Enable BestPrice Badge to display the product details as a reviews tab in the product page.
- Navigate to
Stores > Configuration > Spirit > BestPrice > BestPrice Product Badge
- Set the
Enabled
toyes
- Save and Flush Magento Cache
BestPrice Product Widget
Enable BestPrice Widget to display the product details as a reviews tab in the product page.
- Navigate to
Stores > Configuration > Spirit > BestPrice > BestPrice Product Widget
- Set the
Enabled
toyes
Magento Settings
Page / Static Block Embed
- Navigate to
Content > Pages or Content > Blocks
- Find the
Edit Page – Block
- Choose
Insert Widget
from editor toolbar - Select widget type
BestPrice Product Widget
- Insert Widget
- Save and Flush Magento Cache
Conditional Embed
- Navigate to
Content > Widgets
- Add new widget
- Select type
BestPrice Product Widget
- Assign to the desired store views
- Add Layout Update
- Display on All Pages
- Pick the location you want the badge to be
- Save and Flush Magento Cache
Author
Name: Spirit Digital Agency
Email: support@spirit.com.gr
Release Date: 11 - 01 - 2023