Privacy Settings
We use cookies and other tracking technologies to improve your browsing experience on our website, demo our services, and show you personalized content.
By clicking ”Accept,” you agree to SnowcatCloud's Privacy Policy and use of cookies as described in our Cookie Policy .
We do not sell or share your personal information. You can change your cookie settings at any time by clicking “Privacy Settings.” in the footer and removing any existing cookies from your browser.
Necessary
Marketing
Installation Guide
OpenSnowcat / Snowplow Magento Extension Installation Guide
Installing the OpenSnowcat/Snowplow Magento Tracker extension is straightforward.
Step 1 - Connect
Connect to your Magento project directory via SSH
Step 2 - Install
Install the extension via composer by running the command:
composer require snowcatcloud/magento-opensnowcat:1.0.0
Step 3 - Enable
Enable the extension by running the command:
bin/magento module:enable SnowcatCloud_SnowplowEventTracker
Step 4
Run the following commands:
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush