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/05/12 15:04]
josefineleuschner [Installation]
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 66: Zeile 74:
 Activate payment-types as usual at //Shop Settings -> Payment Methods//. You see if a payment-type is provided by Mollie by selecting it with a click on a list-item, e.g. to "​Belfius"​ or "​Credit card". You'll get displayed "This is a Mollie payment type" on top in the tab "​Main"​. It will be displayed, too, if a Mollie payment-type is not activated. Activate payment-types as usual at //Shop Settings -> Payment Methods//. You see if a payment-type is provided by Mollie by selecting it with a click on a list-item, e.g. to "​Belfius"​ or "​Credit card". You'll get displayed "This is a Mollie payment type" on top in the tab "​Main"​. It will be displayed, too, if a Mollie payment-type is not activated.
  
-{{:​public:​mollie_zahlart.png?​400|}}+{{:​public:​mollie_zahlart.png?​nolink&400|}}
  
 As soon as the payment-types are correctly configured in your Mollie Account and the OXID-Admin they are available in the checkout of your online-shop. As soon as the payment-types are correctly configured in your Mollie Account and the OXID-Admin they are available in the checkout of your online-shop.
Zeile 79: Zeile 87:
   * choose from the selectbox "​Creditcard data": "Input in shop checkout with iframe form inputs"​.   * choose from the selectbox "​Creditcard data": "Input in shop checkout with iframe form inputs"​.
  
-{{:​public:​molliecreditcardcomponents.png?​400|}}+{{:​public:​molliecreditcardcomponents.png?​nolink&400|}}
  
 ---- ----
 +
 +==== 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 ====
 +
 +  - [[#Where can I see orders in the backend?]]
 +  - [[#Where can I see refunds in the backend?]]
 +  - [[#Where can I see shipping information/​ship items in the backend?]]
 +  - [[#Where can I find the settings of the Mollie plugin?]]
 +  - [[#Are the shipping information transfered to mollie?]]
 +  - [[#What settings are possible within the backend?]]
 +  - [[#Where can I find the logs?]]
 +  - [[#What are the basic things to check while debugging?​]]
 +  - [[#What are the installation instructions?​]]
 +  - [[#What are the update instructions?​]]
 +
  
 === 1. Where can I see orders in the backend? === === 1. Where can I see orders in the backend? ===
Zeile 95: Zeile 148:
     - See the tab “Main” a.s.o.     - See the tab “Main” a.s.o.
  
-{{:​public:​mollie_faq_1.png?​400|}}+{{:​public:​mollie_faq_1.png?​nolink&400|}}
  
 === 2. Where can I see refunds in the backend? === === 2. Where can I see refunds in the backend? ===
Zeile 105: Zeile 158:
     - See the tab “Mollie”,​ here the refund-functions are provided.     - See the tab “Mollie”,​ here the refund-functions are provided.
  
-{{:​public:​mollie_faq_2.png?​400|}}+{{:​public:​mollie_faq_2.png?​nolink&400|}}
  
 === 3. Where can I see shipping information/​ship items in the backend? === === 3. Where can I see shipping information/​ship items in the backend? ===
 In Question 1. and 2.is already described how to get in the OXID-Admin to the place where information about an order can be found. The tabs (numbered with 4 to 10) mentioned in question 1. will be described one by another below. In Question 1. and 2.is already described how to get in the OXID-Admin to the place where information about an order can be found. The tabs (numbered with 4 to 10) mentioned in question 1. will be described one by another below.
  
-{{:​public:​mollie_faq_3.png?​400|}}+{{:​public:​mollie_faq_3.png?​nolink&400|}}
    
   - Overview gives a general overview to the order. ​   - Overview gives a general overview to the order. ​
Zeile 145: Zeile 198:
     - Click on “Basic configuration” to get the settings displayed     - Click on “Basic configuration” to get the settings displayed
  
-{{:​public:​mollie_faq_4.png?​400|}}+{{:​public:​mollie_faq_4.png?​nolink&400|}} 
 + 
 +=== 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.\\ 
 +Please update to the latest plugin version, if you using a version smaller than 1.0.9 to use this feature.
  
-=== 5. What settings are possible within the backend? ===+=== 6. What settings are possible within the backend? ===
 See the question 4. to get to the settings for the Mollie Payment module. See the question 4. to get to the settings for the Mollie Payment module.
  
-{{:​public:​mollie_faq_5.png?​400|}}+{{:​public:​mollie_faq_5.png?​nolink&400|}}
  
-^No. ^configuration-option ^description ^ + No.  ^ configuration-option ^ description ^ 
-|1|„Mode“:​ „Test“ or „Live“|choose if you're still testing or already run the shop live / in production-mode| +  |„Mode“:​ „Test“ or „Live“|choose if you're still testing or already run the shop live / in production-mode| 
-|2|„Test API Key“|paste here the „Test API Key“ you can find in your Mollie account| +  |„Test API Key“|paste here the „Test API Key“ you can find in your Mollie account| 
-|3|„Live API Key“|paste here the „Live API Key“ you can find in your Mollie account| +  |„Live API Key“|paste here the „Live API Key“ you can find in your Mollie account| 
-|4|„Log result of transaction handling“|choose to log the result of transactions being performed| +  |„Log result of transaction handling“|choose to log the result of transactions being performed| 
-|5|„Remove deactivated payment types“|choose not to display payment types which haven'​t been activated in the Mollie account| +  |„Remove deactivated payment types“|choose not to display payment types which haven'​t been activated in the Mollie account| 
-|6|„Show icons“|display the icons of the payment types| +  |„Show icons“|display the icons of the payment types| 
-|7|„Status Pending“|set the order-status before the customer gets redirected to the payment-gateway| +  |„Status Pending“|set the order-status before the customer gets redirected to the payment-gateway| 
-|8|„Status Processing“|set the order-status for completed payments|+  |„Status Processing“|set the order-status for completed payments|
  
-=== 6. Where can I find the logs? ===+=== 7. Where can I find the logs? ===
 There is a logging accessible for technically enabled users which have access to the MySQL-database of the shop. These can access the table “mollierequestlog” and read the request / response logging being written there. There is a logging accessible for technically enabled users which have access to the MySQL-database of the shop. These can access the table “mollierequestlog” and read the request / response logging being written there.
  
-=== 7. What are the basic things to check while debugging? ===+=== 8. What are the basic things to check while debugging? ===
   - Try to reproduce the problem in the demo-shop, i.e. go to https://​demoshop.rocks/,​ currently you find here   - Try to reproduce the problem in the demo-shop, i.e. go to https://​demoshop.rocks/,​ currently you find here
     - https://​ox611.mollie.demoshop.rocks/​ respectively     - https://​ox611.mollie.demoshop.rocks/​ respectively
Zeile 173: Zeile 230:
   - If you don't get the problem solved yourself feel free to contact support@fatchip.de.   - If you don't get the problem solved yourself feel free to contact support@fatchip.de.
  
-=== 8. What are the installation instructions?​ ===+=== 9. What are the installation instructions?​ ===
   - 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“.
   - In this directory create a sub-directory „molliepayment“ and change to it. You find yourself in the path „source/​modules/​mollie/​molliepayment“ now.   - In this directory create a sub-directory „molliepayment“ and change to it. You find yourself in the path „source/​modules/​mollie/​molliepayment“ now.
Zeile 188: Zeile 245:
   - Login to the OXID-admin of your shop and see the module „Mollie Payment“ in the list of modules at Extensions → Modules and click on „activate“ in case you find the module still being deactivated.   - Login to the OXID-admin of your shop and see the module „Mollie Payment“ in the list of modules at Extensions → Modules and click on „activate“ in case you find the module still being deactivated.
  
-{{:​public:​mollie_faq_6.png?​400|}}+{{:​public:​mollie_faq_6.png?​nolink&​600|}}
  
-=== 9. What are the update instructions?​ ===+=== 10. What are the update instructions?​ ===
   - Make a backup of all the shop files. Do not proceed before a complete backup is created and stored locally.   - Make a backup of all the shop files. Do not proceed before a complete backup is created and stored locally.
   - See the installation instructions in question 8.    - See the installation instructions in question 8. 
public/faqoxid2mollie.txt · Zuletzt geändert: 2021/04/01 14:06 von markusmichalski