Track your orders in Kelkoo.
- If you want to add Kelkoogroup leadtag without creating a module, you can add the following code on your active theme.
// YourTheme/Magento_Theme/layout/default_head_blocks.xml
<script src="https://s.kk-resources.com/leadtag.js" src_type="url"/>
- Under your magento installation create directory app/code/ if it’s missing
- go to /app/code
- Download Kelkoogroup sales tracking module for magento 2. (compatible for Magento 2.2 and 2.3)
- copy magento2-kelkoogroup-salestracking-1.0.0.zip in directory /app/code
- extract magento2-kelkoogroup-salestracking-1.0.0.zip
- check directory tree, you should have something similar to:
app/code/Kelkoo/Modulekelkoost/
|- Block
| |- Success.php
|- etc
| |- di.xml
| |- module.xml
|- registration.php
|- view
| |- frontend
| | |- layout
| | | |- checkout_onepage_success.xml
| | |- templates
| | | |- checkout
| | | | |- success.phtml
-
Modify file app/code/Kelkoo/Modulekelkoost/view/frontend/templates/checkout/success.phtml to set the correct country and comid
-
Enable kelkoost module :
php bin/magento module:enable Kelkoo_Modulekelkoost
php bin/magento setup:upgrade --keep-generated