Skip to content

Plugin configuration

Christian Dangl edited this page Sep 22, 2020 · 27 revisions

There are many things you can configure in this plugin. Here is a description about every single configuration option.

Authorization

LIVE API-Key

s This is the API key that is used when in production mode (testing mode disabled). You need this is you are in production mode, and also if you want to test Apple Pay Direct.

You can use separate keys for each subshop if you'd like.

TEST API-Key

This is the API key that is used when testing mode is enabled. You need this if you are in testing mode.

Test Mode

This enables or disables the testing mode. If enabled, all payments will be done with the Mollie sandbox/testing environment. If disabled (default) your plugin is in production mode and real payments will be done.

Settings

Send payment status mail

Shopware can send send status e-mails for every change in payments. You can turn these e-mails on or off here.

Send refund status mail

Shopware can send an e-mail when the payment is refunded. You can turn this on or off here.

Automatically reset stock on failed payment

Don't use this setting in combination with another plugin that handles your stock (for example Pickware). This setting is meant for shops where Shopware itself, without any plugins, handles the inventory. When turned on and a payment fails, the capture on the stock is automatically reset.

Only create orders at Mollie for Klarna Pay Later

Mollie has two APIs for creating payments, the Payments API and the Orders API. The Orders API is only required for Klarna Pay Later payments, because Klarna requires more information about the order. You can choose whether you'd like to sync your orders in full detail with Mollie just for orders paid with Klarna Pay Later or for all orders paid through Mollie. For partial refunds make sure this option is off.

Order status for shipped orders

When an order is paid with Klarna Pay Later, the order has to be marked as shipped at Mollie. When the order is shipped, Klarna will ask the customer to pay for their received goods. You can here choose which status the order in Shopware gets after being shipped. Don't use this setting if another plugin (for instance Pickware) handles your shipments.

Choose the transaction number that is visible on orders

Mollie has transaction numbers like ord_12u4kwe1 or tr_n1ad124i. Some payment methods have their own transaction numbers, for instance Paypal. You can choose here which transaction number you'd like to store on and order in Shopware in these cases.

Take over order statuses from Mollie

You can choose here whether to take over the status of orders in the Mollie dashboard in Shopware. This is for very specific setups only, most merchants choose No here.

Cancel failed orders automatically

This setting is related to creating an order before finishing the payment (see below). When creating the order before finishing the payment, the order exists whether the payment went through or not. In these cases, you might like the order to be canceled automatically if the payment fails.

Create order before finishing the payment

This function was created for Klarna Pay Later, which required the order number. The order number in Shopware 5 isn't known until the order is created. The order isn't created before you completed the payment, though. So therefor we created a function to create the order before going to the payments screen. Though it was built for Klarna Pay Later, it also serves a purpose within Shopware 5. Storing the order before going to the payments screen of Mollie secures that the order is available in Shopware.

Enable credit card components

Here you can enable Mollie's credit card components, which enables a form in the checkout where a customer can fill out it's credit card details right in the checkout process. Read more about the credit card components here: https://docs.mollie.com/guides/mollie-components/overview

Enable styling for credit card components

When using the default theme of Shopware, you can choose to enable styling of the credit card components here. If you've installed custom theme, please ask the creator of this theme, or your agency, to style Mollie components to your liking.

Clone this wiki locally