Benutzer-Werkzeuge

Webseiten-Werkzeuge


public:faqoxid2mollie

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
Letzte Überarbeitung Beide Seiten der Revision
public:faqoxid2mollie [2020/10/29 07:27]
markusmichalski [Expiry Date]
public:faqoxid2mollie [2021/01/20 10:47]
markusmichalski [Cronjobs]
Zeile 11: Zeile 11:
 ---- ----
  
-==== Installation ====+==== Installation via Composer ==== 
 + 
 +Connect to your webserver via SSH and navigate to the base folder of your OXID eShop (where the composer.json is located) and perform the following command: 
 + 
 +  composer require mollie/​mollie-oxid 
 + 
 +---- 
 + 
 +==== Manual ​Installation ====
  
   * Change to the directory "​source/​modules"​ in your OXID eShop installation and create the directory "​mollie"​   * Change to the directory "​source/​modules"​ in your OXID eShop installation and create the directory "​mollie"​
Zeile 86: Zeile 94:
 The Mollie module has the feature to cancel orders automatically after the timeframe you configured here. This applies to orders in the "​Status Pending"​ configured by you. The Mollie cronjob has to be set up for this to work. The Mollie module has the feature to cancel orders automatically after the timeframe you configured here. This applies to orders in the "​Status Pending"​ configured by you. The Mollie cronjob has to be set up for this to work.
  
-{{public:​faq:​mollie:​201029_mollie_expiry_date.png|nolink}}+{{public:​faq:​mollie:​201029_mollie_expiry_date.png?nolink}} 
 + 
 +----
  
  
Zeile 97: Zeile 107:
 You can configure the minute interval in which you want the sub-jobs to run in the database table "​molliecronjob"​. You can configure the minute interval in which you want the sub-jobs to run in the database table "​molliecronjob"​.
 You can enable or disable certain sub-jobs in the module configuration in the Cronjobs group. You can enable or disable certain sub-jobs in the module configuration in the Cronjobs group.
 +
 +=== Subjobs ===
  
 The Mollie module has the following sub-jobs currently: The Mollie module has the following sub-jobs currently:
  
-  * OrderExpiry:​ Orders with pending payments can be cancelled automatically after a certain time. You can configure this timespan in the configuration for each Mollie payment method in the OXID backend. You can select a timespan between 1 and 30 days or deactivate this for each payment method.+  ​* **FinishOrders**:​ When a customer has paid successfully on the Mollie redirect page but he does not return to your shop, the order is not finalized correctly. This can happen for example when the customer loses his internet connection after payment or when the browser tab is closed before return to the shop. This Cronjob will finish these corrupted orders and complete all the unfinished tasks like sending the order confirmation email. 
 +  * **OrderExpiry**: Orders with pending payments can be cancelled automatically after a certain time. You can configure this timespan in the configuration for each Mollie payment method in the OXID backend. You can select a timespan between 1 and 30 days or deactivate this for each payment method
 +  * **SecondChanceEmail**:​ This cronjob enables you to send a reminder email to your customer for finishing the order process, when the customer did not continue the checkout during the payment process by e.g., closing the browser or having a failed payment attempt. No emails will be sent for payed orders or orders where the customer canceled the payment explicitly. You can configure the day interval between order attempt and sending the reminder in the Mollie configuration. The email text can be customized by changing the CMS block "​Mollie Second Chance Email".
  
 More sub-jobs will be added in the future. More sub-jobs will be added in the future.
 +
 +You can activate/​deactivate these Subjobs in the plugin settings:
 +
 +{{public:​faq:​mollie:​210120_mollie_cronjobs.png?​nolink}}
 +
 +
 +
 ==== FAQ ==== ==== FAQ ====
  
public/faqoxid2mollie.txt · Zuletzt geändert: 2021/04/01 14:06 von markusmichalski