- PHP > 7
- Magento > 1.6
You can install this module in various ways:
-
Download the MagentoConnect package from our site and upload it into your own Magento Downloader application.
-
Download the Magento source archive from our site, extract the files and upload the files to your Magento root. Make sure to flush the Magento cache. Make sure to logout once you're done.
-
Use modman to install the git repository for you:
modman init
modman clone https://github.com/yireo/Yireo_GoogleTagManager
modman update Yireo_GoogleTagManager
- Using composer (recommended - see below)
Use composer to install this extension. Before you can do this under Magento 1, you need to install the composer installer first:
composer require magento-hackathon/magento-composer-installer
Make sure to set the magento-root-dir
properly. Test this by running:
composer update --no-dev
Once the composer installer is correctly setup, you can install our extension:
composer require yireo/magento1-googletagmanager
Done.