Track your orders in Kelkoo.
- Easy set-up in settings.
Installation from Wordpress dashboard
To install the Kelkoo Group sales tracking plugin, you can have a look at Kelkoogroup Salestracking wordpress plugin, else follow these steps
- Log in to your WordPress dashboard, navigate to the Plugins menu and click
Add New
. - In the search field type “Kelkoo Group sales tracking” and click Search Plugins. You can install it by simply clicking Install Now.
- Once installed navigate to the Plugins menu again and activate the plugin
- On plugin page go to “Settings” and click on the “Kelkoogroup” link
- Complete the form with information related to your kelkoo group subscription
- Done!
Installation via Wordpress Cli
- Log in to your site with SSH
- cd to your sites root wordpress folder
- Run wp plugin install
wp plugin install kelkoogroup-sales-tracking --activate
- On plugin page go to “Settings” and click on the “Kelkoogroup” link
- Complete the form with information related to your kelkoo group subscription
- Done!
Installation from source
- Go to folder
/wp-content/plugins
and unzipwoocommerce-kelkoogroup-sales-tracking
file - Login to your WordPress admin dashboard, go to Plugins, Click
Activate
- On plugin page go to “Settings” and click on the “Kelkoogroup” link
- Complete the form with information related to your kelkoo group subscription
- Done!
Installation from git (dev purpose)
- Go to folder
/wp-content/plugins
and do agit clone [email protected]:KelkooGroup/woocommerce-kelkoogroup-salestracking.git
- Login to your WordPress admin dashboard, go to Plugins, Click
Activate
- On plugin page go to “Settings” and click on the “Kelkoogroup” link
- Complete the form with information related to your kelkoo group subscription
- Done!
- Configure the kelkoogroup setting via Settings > Kelkoogroup
This is the unique ID representing your shop within the Kelkoo system.
Country is the 2-letter country code for the country on which your products are listed on Kelkoo:
Country | Country code |
---|---|
Australia | au |
Austria | at |
Belgium (Flemish) | nb |
Belgium (French) | be |
Brazil | br |
Canada | ca |
Czech Republic | cz |
Denmark | dk |
Finland | fi |
France | fr |
Germany | de |
Greece | gr |
Hong Kong | hk |
Hungary | hu |
India | in |
Indonesia | id |
Ireland | ie |
Italy | it |
Japan | jp |
Malaysia | my |
Mexico | mx |
New Zealand | nz |
Norway | no |
Philippines | ph |
Poland | pl |
Portugal | pt |
Romania | ro |
Russia | ru |
Singapore | sg |
Slovakia | sk |
South Africa | za |
South Korea | kr |
Spain | es |
Sweden | se |
Switzerland | ch |
The Netherlands | nl |
United Arab Emirates | ae |
United Kingdom | uk |
USA | us |
Turkey | tr |
Vietnam | vn |
If you find an issue, let us know here!
It may help us a lot if you can provide a backtrace of the error encountered. You can use code in this gist to enable the backtrace in your website's configuration.
Anyone is welcome to contribute to Kelkoogroup salestracking. Please read the guidelines for contributing to this repository.
There are various ways you can contribute:
- Raise an issue on GitHub.
- Send us a Pull Request with your bug fixes and/or new features.
- Provide feedback and suggestions on enhancements.