Hinweis: | Wir haben den Vertrieb und die Entwicklung dieses Plugin eingestellt. Sollten Sie eine gültige Lizenz besitzen und möchten mit einem Support-Anliegen an uns herantreten, dann nutzen Sie bitte unser Kontaktfomular. |
---|
https://www.fatchip.de/Plugins/Magento/Magento-2-idealo-Direktkauf.html
https://partner.idealo.com/de/direktkauf/
https://github.com/FATCHIP-GmbH/plugin-magento2-idealodk (private)
php bin/magento module:enable -c Idealo_Direktkauf php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento cache:clean
On your Magento system, some jobs have to be triggered regularly to maintain the shop. You should already have two jobs set up in the scheduled tasks manager (crontab on Linux systems):
* * * * * php <path to magento2 shop>/update/cron.php & * * * * * php <path to magento2 shop>/bin/magento setup:cron:run &
They run every minute.
Idealo Direktkauf plugin requires one more job to run, in order to execute import and export tasks.
To do so, add this line in your crontab (adapt if not on linux system).
* * * * * php <path to magento2 shop>/bin/magento cron:run --group="idealo_direktkauf_cronjobs"
Magento has its own scheduled tasks. This job will just check every minute if import/export task must be planned according to the settings in the file app/code/Idealo/Direktkauf/etc/crontab.xml.
Multi-store mode allows to specify which stores are included in the Idealo order import. We can distinguish two main situations :
Only the default store of the main website will be included into the import.
Configuration :
Several stores can participate in the import. Therefore they must be configured individually.
Configuration :
Disabling the plugin, instead of removing it, allows restore the feature faster later
To disable the plugin, connect to the command line terminal and run the following commands, in the magento2 installation directory:
php bin/magento module:disable -c Idealo_Direktkauf php bin/magento setup:di:compile php bin/magento cache:clean
To completely remove the plugin :
Normally the plugin has an attached scheduled task, in the crontab (or similar scheduler).
When removing the plugin, this job should be removed as well.
Edit your crontab or open the scheduled task manager and remove the line containing
php <path to magento2 shop>/bin/magento cron:run --group="idealo_direktkauf_cronjobs"
How can I set an individual revocation reason per canceled order?
After you canceled an order, a dropdown appears in the idealo Direktkauf tab of the order in Magento Backend. You can either choose „Kunden-Wiederruf“, „Retoure“ or „Vom Händler abgelehnt“.
Why are the table headers broken ? (orders page, catalog page …).
An Apache mod is known to break some Magento mechanism during inclusion of javascript files (Mod_Pagespeed).
If this mod is enabled on your server, then you must follow thoses steps to exclude admin pages from the mod's scope :
ModPagespeedDisallow "*/admin/*" <- this should match the unique admin url you chose during Magento installation, the one that leads to Admin section ModPagespeedDisallow "*/backend/*" ModPagespeedDisallow "*/adminhtml/*"
Why do I get „Please specify a shipping method.“ error during import ?
The process is trying to simulate the order to trigger the events normally associated to a real order. However, the shipping address validation failed.
The two most likely reasons are :
The chosen shipping method can stay in configuration, the process just needs a temporary simple shipping method to proceed, then it turns back to the chosen method.
Sollten Sie Hilfe von FATCHIP benötigen, schicken Sie bitte eine detaillierte Fehlerbeschreibung inkl. Plugin- und Shopversion an support@fatchip.de.
If you need any assistance, please contact our support via support@fatchip.de and submit a detailed description of the error including plugin and shop version.