Skip to content

Commit

Permalink
did some housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Jul 2, 2023
1 parent b8b9eb4 commit a9576d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 37 deletions.
45 changes: 10 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,56 +3,31 @@ Matomo Extension for Magento 1

Facts
-----
- extension key: Matomo_Analytics
- extension key: `Matomo_Analytics`

Description
-----------
This module for the Magento 1 online shop software adds the Matomo analytics tracking to your shop.
It is based on the original implementy by
This extension for Magento 1 adds the Matomo analytics tracking to your shop.
It is based on the original implementation by `adrianspeyer/Piwik-for-Magento`.

Requirements
------------
- PHP >= 5.6.x
- Mage_Core

Compatibility
-------------
- Magento >= 1.7

Usage
-----
This extension adds the Matomo analytics tracking to the Magento shop.
- PHP >= 7.4.x

Installation Instructions
-------------------------
For installation notes please see also [this FAQ](https://www.vianetz.com/en/faq/how-to-install-the-magento-extension.html).

1. Do a backup of your Magento installation for safety reasons.
2. Disable Magento compilation feature (if activated): System > Tools > Compiler
3. Unzip the setup package and copy the contents of the src/ folder into the Magento root folder. (The folder structure
is the same as in your Magento installation. No files will be overwritten.)
Please assure that the files are uploaded with the same file user permissions as the Magento installation!
4. Clear the Magento cache (and related caches like APC if available)
5. Logout from the admin panel and then login again
6. Enable the Magento compilation feature (if it was activated before): System > Tools > Compiler

As an alternative you can install the module via modman.
Please find more information about that installation method at [https://github.com/colinmollenhour/modman](https://github.com/colinmollenhour/modman)
(Thanks @colinmollenhour)

Uninstallation
--------------
1. Remove the folder ``app/code/community/Matomo/Analytics``
2. Remove the file ``app/etc/modules/Matomo_Analytics.xml``
```
composer require vianetz/matomo-magento1
```

Support
-------
If you have any issues or suggestions with this extension, please create or update a new Github issue.
If you have any issues or suggestions with this extension, please create a new Github issue.

Credits
-------
https://github.com/contardi/matomo-magento
https://github.com/adrianspeyer/Piwik-for-Magento
- https://github.com/contardi/matomo-magento
- https://github.com/adrianspeyer/Piwik-for-Magento

Contribution
------------
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vianetz/magento1-matomo",
"name": "vianetz/matomo-magento1",
"type": "magento-module",
"license": "GPL-3.0-or-later",
"description": "A Magento 1 extension that allows you to get ecommerce transaction data into Matomo analytics.",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "Christoph Massmann",
"email": "c.massmann@vianetz.com",
"email": "cm@vianetz.com",
"homepage": "https://www.vianetz.com",
"role": "Developer"
}
Expand Down

0 comments on commit a9576d7

Please sign in to comment.