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/07/15 09:45]
markusmichalski [FAQ]
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 82: Zeile 90:
  
 ---- ----
 +
 +==== Expiry Date ====
 +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}}
 +
 +----
 +
 +
 +==== Cronjobs ====
 +The Mollie module includes a cronjob script which is able to execute certain tasks of the Mollie module periodically.
 +For those periodic tasks to work you have to configure a cronjob on the webserver of your OXID eShop.
 +The cronjob script can be found here:
 +  {PATH TO YOUR SHOP}/​source/​modules/​mollie/​molliepayment/​cron.php
 +This cronjob main script starts all sub-jobs included in the Mollie module.
 +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.
 +
 +=== Subjobs ===
 +
 +The Mollie module has the following sub-jobs currently:
 +
 +  * **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.
 +
 +You can activate/​deactivate these Subjobs in the plugin settings:
 +
 +{{public:​faq:​mollie:​210120_mollie_cronjobs.png?​nolink}}
 +
 +
  
 ==== FAQ ==== ==== FAQ ====
Zeile 161: Zeile 202:
 === 5. Are the shipping information transfered to mollie? === === 5. Are the shipping information transfered to mollie? ===
 If you are using the plugin version 1.0.9 or higher, the information will be send to mollie after you saved the shipping information in OXID.\\ If you are using the plugin version 1.0.9 or higher, the information will be send to mollie after you saved the shipping information in OXID.\\
-Please update to the latest plugin version, if you using a version smaller than 1.0.9.+Please update to the latest plugin version, if you using a version smaller than 1.0.9 to use this feature.
  
 === 6. What settings are possible within the backend? === === 6. What settings are possible within the backend? ===
public/faqoxid2mollie.txt · Zuletzt geändert: 2021/04/01 14:06 von markusmichalski