Benutzer-Werkzeuge

Webseiten-Werkzeuge


public:faqmagento2idealo

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
public:faqmagento2idealo [2017/11/28 17:10]
vincentboulanger
public:faqmagento2idealo [2024/04/03 14:45] (aktuell)
josefineleuschner [Magento 2 Plugin - idealo Direktkauf]
Zeile 1: Zeile 1:
-====== Magento 2 idealo Direktkauf ======+====== Magento 2 Plugin - idealo Direktkauf ====== 
 + 
 +^ **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 [[https://​www.fatchip.de/​kontakt/​|Kontaktfomular]].| 
 [[https://​www.fatchip.de/​Plugins/​Magento/​Magento-2-idealo-Direktkauf.html|https://​www.fatchip.de/​Plugins/​Magento/​Magento-2-idealo-Direktkauf.html]] [[https://​www.fatchip.de/​Plugins/​Magento/​Magento-2-idealo-Direktkauf.html|https://​www.fatchip.de/​Plugins/​Magento/​Magento-2-idealo-Direktkauf.html]]
 \\ [[https://​partner.idealo.com/​de/​direktkauf/​|https://​partner.idealo.com/​de/​direktkauf/​]] \\ [[https://​partner.idealo.com/​de/​direktkauf/​|https://​partner.idealo.com/​de/​direktkauf/​]]
 \\ [[https://​github.com/​FATCHIP-GmbH/​plugin-magento2-idealodk|https://​github.com/​FATCHIP-GmbH/​plugin-magento2-idealodk]] (private) \\ [[https://​github.com/​FATCHIP-GmbH/​plugin-magento2-idealodk|https://​github.com/​FATCHIP-GmbH/​plugin-magento2-idealodk]] (private)
- 
  
 ===== Requirements ===== ===== Requirements =====
Zeile 19: Zeile 21:
   php bin/magento setup:​di:​compile   php bin/magento setup:​di:​compile
   php bin/magento cache:clean   php bin/magento cache:clean
 +  ​
 +==== Activate the scheduled tasks ====
 +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):
 +<​code>​
 +* * * * * php <path to magento2 shop>/​update/​cron.php &
 +* * * * * php <path to magento2 shop>/​bin/​magento setup:​cron:​run &
 +</​code>​
 +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).
 +<​code>​
 +* * * * * php <path to magento2 shop>/​bin/​magento cron:run --group="​idealo_direktkauf_cronjobs"​
 +</​code>​
 +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**.
 +
  
 ===== Configuration ===== ===== Configuration =====
Zeile 48: Zeile 65:
   - **'​Status-Export'​**\\ Test status export from Magento to idealo Checkout.  ​   - **'​Status-Export'​**\\ Test status export from Magento to idealo Checkout.  ​
  
 +==== About multi stores ====
 +Multi-store mode allows to specify which stores are included in the Idealo order import. We can distinguish two main situations :
 +== 1) Multi-store mode OFF ==
 +Only the default store of the main website will be included into the import.
 +\\ \\ __Configuration :__ \\ 
 +{{:​public:​fc_magento2_idealo_plugin_multistore_01a.png?​direct&​200|}}
 +  * Select the "​Default Config"​ layout and fill in the default configuration (as detailed above). Here are the main fields :
 +    * //Active// = "​Yes"​.
 +    * //Mode// = "​Live"​ (production mode) or "​Test"​ (sandbox mode).
 +    * //Token// = the Idealo account token.
 +    * //​**Multistore mode**// = "​No"​
 +{{:​public:​fc_magento2_idealo_plugin_multistore_01b.png?​direct&​600|}}
 +  * Select each view of the main store in the main website, and carry the default configuration for each field (including the token). This is done by checking the checkbox on each configuration field. This is important because if the default store view has a specific configuration,​ it will be used instead of the default.
 +{{:​public:​fc_magento2_idealo_plugin_multistore_01c.png?​direct&​200|}}
 +{{:​public:​fc_magento2_idealo_plugin_multistore_01d.png?​direct&​400|}}
 +  * It is not mandatory to change the configuration of other stores and websites.
 +== 2) Multi-store mode Activated ==
 +Several stores can participate in the import. Therefore they must be configured individually.
 +\\ \\ __Configuration :__ \\ 
 +{{:​public:​fc_magento2_idealo_plugin_multistore_01a.png?​direct&​200|}}
 +  * Select the "​Default Config"​ layout and fill in the default configuration (as detailed above).
 +    * **Important : ** The Multistore mode setting must be set to "​Yes"​
 +{{:​public:​fc_magento2_idealo_plugin_multistore_02b.png?​direct&​600|}}
 +  * Then select each store view configuration,​ for each store, for each website.
 +    * //Active// : 
 +      * "​Yes"​ if the shop is importing orders from Idealo.
 +      * "​No"​ if the shop is skipped.
 +    * //Token// : The specific token according to the shop, normally different for each shop.
 +      * If the shop is not importing orders, the default value can be used (check the box "Use Default / Use Website"​ on the line).
 +    * All other values can be customized for the shop or let to default value using the checkbox.
 +{{:​public:​fc_magento2_idealo_plugin_multistore_01d.png?​direct&​400|}}
 ===== Disable / Uninstall ===== ===== Disable / Uninstall =====
 //Disabling the plugin, instead of removing it, allows restore the feature faster later//​\\ ​ //Disabling the plugin, instead of removing it, allows restore the feature faster later//​\\ ​
Zeile 64: Zeile 112:
     * SQL equivalent : **"​DELETE FROM setup_module WHERE module='​Idealo_Direktkauf';"​**     * SQL equivalent : **"​DELETE FROM setup_module WHERE module='​Idealo_Direktkauf';"​**
  
 +==== Disable/​Remove the scheduled task ====
 +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
 +<​code>​
 +php <path to magento2 shop>/​bin/​magento cron:run --group="​idealo_direktkauf_cronjobs"​
 +</​code>​
  
 ===== FAQs ===== ===== FAQs =====
Zeile 92: Zeile 147:
  
 ===== Support ===== ===== Support =====
-Sollten Sie Hilfe von FATCHIP benötigen, schicken Sie bitte eine detaillierte Fehlerbeschreibung inkl. Plugin- und Shopversion an //​support@fatchip.de//​. +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.
public/faqmagento2idealo.1511885438.txt.gz · Zuletzt geändert: 2017/11/28 17:10 von vincentboulanger