Install the plugin directly from the plentyMarketplace or via GitHub. Check out plentyKnowledge on how to install plugins.
Note
|
The advantage of installing the plugin via the github is that this version will always be up to date. The release pipeline through the official plentymarkets pipeline is generally slower. |
Log in to the backend of your plentymarkets store.
Navigate to Plugins. Search for the 'Not installed plugins' and click on the Install
button of the plugin to install it.
Activate the wallee Payment plugin using the 'Active/Not active' button.
Note
|
In case you need to update the plugin, see our FAQ about the update process. |
Navigate to Plugins > Installed plugins in your plentymarkets backend, click on the plugin to open the configuration and enter the wallee Space ID, User ID and Authentication Key that you can create an application user.
If your store is configured for multishop, you may use different spaces for each store to configure different behaviours.
Optionally disable downloading invoice and packing slip. These settings allow customers to download the documents from their order overview in the plentymarkets frontend.
After saving the configuration necessary webhooks are set up.
Note
|
Please note that state changes take time as plentymarkets is updating the order state every 15 mins only. |
Activate the payment methods that you want to use.
In case the payment methods are not visible in the checkout make sure that you enable the payment methods for your customer groups.
The main configuration is now finished. You should see the payment methods in your checkout. To view the payment methods configuration in the backend of plentymarkets go to Plugins > wallee.
Once you have added the payment methods and connectors in your wallee space, you simply need to activate them in your plentymarkets store backend under Plugins > wallee.
Due to limitations in Plentymarkets, the payment method icons are unable to be updated
To rename payment method titles and descriptions in your system, follow these steps:
Log in to Backend:
Start by logging into the backend of your platform or system with your admin credentials.
Search for "Multilingualism":
Once logged in, locate the search bar in the backend.
Type in “Multilingualism” and select the relevant option from the search results. This will take you to the multilingual translation settings.
Select the Desired Language:
On the right-hand side of the screen, you’ll find a dropdown menu or option to choose the language for which you want to change the payment method titles and descriptions. Select the correct language for your translations.
Navigate to the "Wallee" Tab:
Scroll down through the available tabs until you find the "Wallee" tab, which controls the payment method translations. Click to expand the tab.
Change Translations:
Inside the expanded Wallee section, you will see various fields for payment method titles and descriptions. Locate the specific method you want to rename and:
Change the title: Modify the text in the title field.
Change the description: Update the text in the description field as needed.
Save Changes:
Once you have updated the titles and descriptions, scroll down to the bottom of the page and click Save to apply the changes.
Verify the Changes:
To ensure the changes have been applied correctly, navigate to the frontend or customer-facing part of your platform and check the payment methods. You should see the updated titles and descriptions as per your modifications.
By following these steps, you can effectively update the payment method titles and descriptions to match your desired translations.
If payment methods are not active in the backend, follow these steps to enable them:
To view and manage inactive payment methods:
Step 1: Log in to the Plentymarkets backend.
Step 2: Navigate to the top menu and click Setup.
Step 3: On the left side menu, go to Orders and select Settings.
Step 4: In the Settings section, enable the option "Show inactive payment methods" to display any payment methods that are currently deactivated.
To enable inactive or missing payment methods:
Step 1: In the Plentymarkets backend, click on Setup at the top.
Step 2: On the left side, select CRM.
Step 3: Click on Classes and then select Class Item.
Step 4: In the Class Item section, enable the missing or inactive payment methods as needed.
The Payment Process of wallee is completely standardized for every payment method you can process. This gives you the ability to simply add a payment method or processor without changes inside of your plentymarkets configuration. An overview about the states and the payment processes of wallee can be found in the Payment Documentation.
In the following section we provide you an overview about how the wallee states are mapped into the plentymarkets State graph for orders and payment states.
Below you find a diagram that shows the state machine of plentymarkets for orders including additional information for the state transitions.
If the transaction is pending
or authorized
in wallee, the plentymarkets order is marked as [3] Waiting for payment
. Please note that the state changes can take up to 15 mins as plentymarkets is fechting the orders in
this interval.
If the transaction fails during the authorization process, the plentymarkets order is either marked as [8] Canceled
.
If the transaction in wallee is marked as fulfill
, the plentymarkets order is marked as [5] Cleared for shipping
, indicating that it can now be fulfilled.
If the transaction’s authorization is voided or the risk assessments indicate that the order should not be fulfilled, the order is marked as [5] Canceled
.
We recommend that you only change the order status to indicate that shipping has taken place. If you change it before the transaction has reached a final state in wallee, the plugin may changed the order status again. If you want different order statuses to be set, you can change the behaviour in the plugin configuration.
Below you find a diagram that shows the state machine of plentymarkets for payment status including additional information for the state transitions.
If the transaction in wallee is authorized
, the payment status of the plentymarkets order is set to awaiting confirmation
.
If the transaction fails during the authorization process, the payment status of the plentymarkets order is set to canceled
.
If the transaction’s authorization is voided, the payment status of the plentymarkets order is set to canceled
.
Once the invoice is paid, the payment status of the plentymarkets order is set to Confirmed
. This also applies if the invoice is not traceable due to external administration.
This requires to set the status ID for refunds in the plentymarkets shop configuration. Once the order is moved into that status the refund will be triggered and synchronized with wallee.
In order to do so please follow the steps below in the backend of your plentymarkets store:
First you have to create an Event procedure for a status change. This can be done under System settings > Orders > Events:
There you can create an event using the + button, give it a name and select the status change that should trigger the action (in our example below [11.1] Credit note disbursed
).
Within this event, you should then create a procedure and select the action under the folder Plugins where you should find an action called Refund of the wallee payment
.
Store the configuration using the save button.
Once this is done, you can either create a return or a credit note for your orders following the below steps:
Open the order and select the action either create a return or a credit note.
Select the products for which you want to do a return or a credit note.
By clicking on the save button it will create a return/credit note for your order.
Move the status of the return/credit note into the state that you have configured in the event procedure as explained above. This will now automatically synchronize the refund with wallee.
As an order is being created in plentymarkets before the customer is redirected to the payment page, the order confirmation email should not be sent at the moment of the order creation. This should be done using an Event procedure that will automatically trigger the confirmation email once the order is fulfilled.
In order to do so please follow the steps below in the backend of your plentymarkets store:
First you have to deactivate the automatic email for order creation. This can be done under System settings > Standard Shop > Email > Automatic: There you should set New order from online store to do not send.
Once this is done, you should create an Event procedure for payment. This can be done under System settings > Orders > Events:
There you can create an event using the + button and select the event Payment > Complete.
Within this event, you should create a filter for the wallee payment methods.
You should also create a procedure, select the action under the folder Customer where you should find an action called Send email
and add the email template Order: Incoming payment complete
.
To update the plugin in your plentymarkets store, simply follow the below steps:
Press the update button in your plentymarkets store backend under Plugins > wallee.
Save and publish the plugin set.
You can configure the plentymarkets PayPal import to ignore wallee payments.
In the plentymarkets store backend, navigate to Setup > Orders > Payment > Incoming.
Set Ignore wallee PayPal transactions to Yes.
If you need help, feel free to contact our support.