taggrs/magento2-hyva-data-layer

This extension makes the Taggrs_DataLayer extension compatible with the Hyva theme

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

v1.0.0 2025-01-30 14:09 UTC

This package is auto-updated.

Last update: 2025-01-30 14:11:32 UTC


README

This extension collect eccommerce data from Magento 2 and pushes it to the Google Tag Manager DataLayer.

Installation

Set your Magento store to maintenance mode.

bin/magento maintenance:enable

Install the extension via composer.

composer require taggrs/magento2-hyva-data-layer

Enable module and perform database upgrade.

bin/magento setup:upgrage

Perform dependency-injection compilation.

bin/magento setup:di:compile

Deploy static content.

bin/magento setup:static-content:deploy

Disable maintenance mode.

bin/magento maintenance:disable

This extension needs no separate configuration from the Taggrs_DataLayer extension. Please refer to the docs of the original extension.

https://github.com/TAGGRS/TAGGRS_Magento2/blob/main/README.md